3150 Commits

Author SHA1 Message Date
Anthony Minessale
0d1acb08ff add video srtp 2013-03-31 21:27:13 -05:00
Anthony Minessale
e747229f5e typo 2013-03-31 21:27:13 -05:00
Anthony Minessale
0a246d1cb4 pull srtp negotiation stuff into the core stage 1 2013-03-31 21:27:13 -05:00
Anthony Minessale
330f68d946 convert rtp flags to arrays 2013-03-31 21:27:13 -05:00
Anthony Minessale
592993ecda baseline 2013-03-31 21:27:13 -05:00
Anthony Minessale
dd1e61e0d4 part 2 of other cid patch 2013-03-30 15:39:49 -05:00
Anthony Minessale
dcb4beb12f update caller_id not callee_id when getting a display update from an inbound leg 2013-03-29 22:07:35 -05:00
Brian West
49138460a3 fix 2013-03-29 17:55:50 -05:00
Anthony Minessale
44f529381f FS-5233 --resolve 2013-03-27 11:46:12 -05:00
Anthony Minessale
c4347e6e81 FS-5234 --resolve 2013-03-27 11:37:15 -05:00
Anthony Minessale
18b8007217 FS-5235 --resolve 2013-03-27 11:12:35 -05:00
Anthony Minessale
3bb6acf066 FS-5223 2013-03-26 15:44:26 -05:00
Anthony Minessale
bb3114e96b FS-5171 try this version 2013-03-26 13:23:38 -05:00
Anthony Minessale
e74e46be27 FS-5171 please test 2013-03-25 17:57:51 -05:00
Anthony Minessale
818f8521e0 don't choose 0 port for proxy mode 2013-03-22 10:34:31 -05:00
Anthony Minessale
a65a03a7dd revert unintended change 2013-03-21 13:05:35 -05:00
Anthony Minessale
43e8fb6be4 FS-5176 --resolve 2013-03-14 11:06:02 -05:00
Anthony Minessale
f2a260d81f FS-5171 Please try this. Get a similar trace and if you can, compare it to the trace without the SBC in place. 2013-03-14 10:58:17 -05:00
Seven Du
5f733b24bf FS-4225 2013-03-11 18:04:05 +08:00
Anthony Minessale
3034de6e79 FS-5155 2013-03-08 08:24:50 -06:00
Anthony Minessale
9fc4beeaa5 FS-3576 --resolve 2013-03-07 08:44:32 -06:00
Anthony Minessale
9ccdf30ed2 sqlite can't handle bi-directional mutexing 2013-03-06 18:02:01 -06:00
Anthony Minessale
228f9772d7 dont destroy handle when subs are inside a call's dialog 2013-03-06 18:02:01 -06:00
Anthony Minessale
a70a0ca05a declinatio mortuus obfirmo 2013-03-06 13:59:02 -06:00
Anthony Minessale
d9d238b183 FS-5139 --resolve 2013-03-05 13:33:07 -06:00
Anthony Minessale
fc1316601b FS-5118 take 2 2013-02-27 09:04:55 -06:00
Anthony Minessale
cf7c9428fb FS-5118 --resolve 2013-02-26 16:37:33 -06:00
Anthony Minessale
32806de57c add presence_disable_early var to disable early on per call basis 2013-02-26 14:03:37 -06:00
Anthony Minessale
8987e96744 add dedicated mutex for select based sql stuff 2013-02-25 15:42:26 -06:00
Anthony Minessale
31865f0dc4 FS-5116 --resolve 2013-02-21 15:34:03 -06:00
Anthony Minessale
dd3bd238c5 limit simo reg processing threads to 25 and add param to raise it 2013-02-21 12:26:30 -06:00
Anthony Minessale
18cd797065 cleanup 2013-02-18 13:54:34 -06:00
Anthony Minessale
060acff2dd FS-5094 --resolve 2013-02-12 09:21:21 -06:00
Anthony Minessale
578f455741 FS-5084 There is only one thing I can see that might be the case, try this patch [bounty payable via paypal@freeswitch.org] 2013-02-08 13:18:13 -06:00
William King
fca349941e Adding ability to require authentication for sip messages on a sofia profile. 2013-02-04 12:00:28 -06:00
Steve Underwood
5144700927 Changed the ..._image_sdp routine to ..._udptl_image_sdp in preparation for
adding other kinds of image (specifically RTP and TCP/TPKT).
2013-02-03 16:28:20 +08:00
Raymond Chandler
6e92156fb0 sending spa8000 check-sync seems to work better 2013-01-31 17:58:27 -05:00
Anthony Minessale
3f8b5a9069 FS-5065 please test this version 2013-01-30 14:08:08 -06:00
Anthony Minessale
145a85224f fix sql string leak regressions 2013-01-29 16:33:07 -06:00
Anthony Minessale
4319bc8bd9 mutex around one-off sql stmts from sofia 2013-01-28 16:41:29 -06:00
Eliot Gable
01372cd1f9 Make sofia::register contain info about whether an update or insert was performed. 2013-01-16 16:50:07 +00:00
Anthony Minessale
aba31597cb FS-4910 this too 2013-01-15 13:32:24 -06:00
Stefan Knoblich
ecc3f31373 mod_sofia: Follow-up fix for FS-5009 to avoid NULL-ptr dereference
Commit f913670e changed switch_core_session_sprintf() args
from sip->sip_to to sip->sip_from, but didn't update the enclosing if()
clause protecting the code from dereferencing NULL pointers.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-01-14 15:01:39 +01:00
Anthony Minessale
f913670e27 FS-5009 2013-01-10 12:44:35 -06:00
Anthony Minessale
80c2465a75 FS-5009 2013-01-10 10:32:54 -06:00
Raymond Chandler
c7c4bda847 fix pnp 2013-01-09 18:18:07 -05:00
Anthony Minessale
b78ffffed5 FS-3951 --resolve 2013-01-07 12:36:58 -06:00
Brian West
b8dfbbe129 FS-4994 --resolve 2013-01-07 13:41:08 -06:00
Anthony Minessale
eef506bcb0 FS-4985 --resolve 2013-01-07 11:43:26 -06:00
Anthony Minessale
298772184f FS-4978 --resolve this is fine besides one minor change to only consider this path when we are doing passthru 2013-01-07 11:14:51 -06:00