Richard Fuchs
|
efdc8efeb8
|
rename some command implementation functions for consistency
|
13 years ago |
Richard Fuchs
|
9f78c2f17a
|
implement call_delete_ng()
|
13 years ago |
Richard Fuchs
|
3069720052
|
fix copy-pasto
|
13 years ago |
Richard Fuchs
|
2872d18f43
|
implement call_answer
|
13 years ago |
Richard Fuchs
|
5d1c2aabed
|
support some flags passed from rtpproxy-ng module
|
13 years ago |
Richard Fuchs
|
5accfd0751
|
dont return ipv6 address by default
|
13 years ago |
Richard Fuchs
|
011e0e7e4e
|
unify call_update_udp and call_lookup_udp
|
13 years ago |
Richard Fuchs
|
e5d7341bdc
|
unify call_request and call_lookup
|
13 years ago |
Richard Fuchs
|
6fd39168f1
|
obsolete infohash
|
13 years ago |
Richard Fuchs
|
ecc37e4b2a
|
fix segfault related to null log_info
|
13 years ago |
Richard Fuchs
|
b66809bb8c
|
use new struct stream_input where appropriate
|
13 years ago |
Richard Fuchs
|
8fe26b2d3b
|
obsolete the "mediatype" element
|
13 years ago |
Richard Fuchs
|
9589a73b42
|
obsolete call{ed,ing}_agent element
|
13 years ago |
Richard Fuchs
|
337167faf7
|
use enum stream_address_format
|
13 years ago |
Richard Fuchs
|
923a7bdf5a
|
correctly mark ip6 address
|
13 years ago |
Richard Fuchs
|
c75394d3cd
|
first take on SDP rewriting
|
13 years ago |
Richard Fuchs
|
2b60a82e36
|
more mass deployment of the new "str" object - does this thing still work? now really?
|
13 years ago |
Richard Fuchs
|
60da1bc445
|
mass deployment of the new "str" object - does this thing still work?
|
13 years ago |
Richard Fuchs
|
8db7ab6c94
|
introduce kamailio-style "str" data type/struct
also remove several occurences of "const" that keep biting me in the rear.
|
13 years ago |
Richard Fuchs
|
ccfa304354
|
sdp_streams() initial implementation
|
13 years ago |
Richard Fuchs
|
f6a336ce89
|
prefer objects on stack instead of heap when possible
|
13 years ago |
Richard Fuchs
|
a2ac8075a9
|
WIP on SDP parser
|
13 years ago |
Richard Fuchs
|
be4a6c7d58
|
make my life easier with a smart_ntop_port() function
|
13 years ago |
Richard Fuchs
|
5ea5dcddfa
|
call_offer()/answer stubs
|
13 years ago |
Richard Fuchs
|
bca25d7700
|
make call_lookup_udp() remember viabranches like call_update_udp()
|
13 years ago |
Richard Fuchs
|
ef521030ab
|
make viabranch in udp lookup optional
|
13 years ago |
Richard Fuchs
|
ed7f8dda04
|
remove obsolete code; add more locking
|
13 years ago |
Richard Fuchs
|
644e5ba9df
|
calculate proper "TTL"
|
13 years ago |
Richard Fuchs
|
bbb8327750
|
implement udp Q command
|
13 years ago |
Richard Fuchs
|
a99ada4e41
|
add more logging to xmlrpc call mechanism
|
13 years ago |
Richard Fuchs
|
eda487e579
|
un-shoot myself in the foot, gna
|
13 years ago |
Richard Fuchs
|
8092a56761
|
another locking fix
|
13 years ago |
Richard Fuchs
|
bb054ec00b
|
fix more locking problems
|
13 years ago |
Richard Fuchs
|
3a26e9fceb
|
fix possible race condition
|
13 years ago |
Richard Fuchs
|
39207a0859
|
dont fail on zero port in tcp controller
|
13 years ago |
Richard Fuchs
|
37013fd148
|
IPv6 socket requires IPv4 PKTINFO for setting source address correctly
|
14 years ago |
Richard Fuchs
|
59c5ffd0da
|
fix reference count leak
|
14 years ago |
Richard Fuchs
|
08d40d8ac5
|
add debian buildflags and address generated warnings
|
14 years ago |
Richard Fuchs
|
594297a3ea
|
use string chunk for all the little call-related strings
|
14 years ago |
Richard Fuchs
|
afb1f5de95
|
need to lock the call a bit earlier
|
14 years ago |
Richard Fuchs
|
d8ef1885cc
|
split callstream_init into callstream_new for redis module
|
14 years ago |
Richard Fuchs
|
c291d1220b
|
fix logging inconsistency
|
14 years ago |
Richard Fuchs
|
72840c8d1d
|
reorder calls to redis for proper locking
|
14 years ago |
Richard Fuchs
|
d20d747a63
|
since xmlrpc is still segfaulting even in its own process, disable core dumps in the child and retry the xmlrpc call up to 3 times if the child terminates abnormally. jumping through hoops ftw!
|
14 years ago |
Richard Fuchs
|
2ad1d6f65e
|
xmlrpc still segfaulting. leaves no choice but to fork out a new process, ugh.
|
14 years ago |
Richard Fuchs
|
f4833f6b74
|
xmlrpc calls still causing segfaults, lets try with a dedicated client object per call... i'm starting to dislike this library
|
14 years ago |
Richard Fuchs
|
fabcb53a3b
|
the curl xmlrpc transport isnt playing nicely - revert to default
|
14 years ago |
Richard Fuchs
|
08c764c748
|
cant decref null references
|
14 years ago |
Richard Fuchs
|
0f6d898171
|
add proper locking to callstream setup procedure
|
14 years ago |
Richard Fuchs
|
94f2f320a6
|
actually the call struct needs neither linked flag nor shutdown flag due to the sequence of events and locking
|
14 years ago |