Commit Graph

4659 Commits

Author SHA1 Message Date
Anthony Minessale 818f8521e0 don't choose 0 port for proxy mode 2013-03-22 10:34:31 -05:00
Jeff Lenk 0fa438a748 FS-5178 --resolve 2013-03-21 21:36:20 -05:00
Anthony Minessale a65a03a7dd revert unintended change 2013-03-21 13:05:35 -05:00
Raymond Chandler 09a3e63b15 add param to not fail module load on device fail 2013-03-20 15:10:19 -04:00
Giovanni Maruzzelli 6afa0fd542 FS-5148: noise at beginning of call, probably from uncleaned buffer 2013-03-16 22:14:25 +01:00
Anthony Minessale 424738e9c5 FS-5184 --resolve never too much logging 2013-03-15 09:40:01 -05:00
Anthony Minessale 84709b8b61 FS-5180 --resolve 2013-03-14 15:18:51 -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 3c7f8f8119 FS-5085 2013-02-20 16:44:51 -06:00
Anthony Minessale 18cd797065 cleanup 2013-02-18 13:54:34 -06:00
Giovanni Maruzzelli 1a3a11fa1a FS-5102 mod_skypopen crashes FS when skype is not working or skype user tries to log in without network connection present 2013-02-15 12:16:49 +01: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
William King 37d2a34b04 Don't try to get the channel if the session is null. 2013-01-25 11:41:57 -08:00
Giovanni Maruzzelli 3d6ed6429b FS-4916 beep does not get recorded anymore 2013-01-24 19:16:21 +01:00
Giovanni Maruzzelli e5e3e4bfa1 FS-4916 added beep real beep instead of DTMF, and fixed hangup before end of greeting. I hate the world and the world hate me 2013-01-24 15:09:04 +01:00
Giovanni Maruzzelli ec857b2da6 FS-4916 added beep (eg: DTMF 1) at the end of remote skype voicemail greeting 2013-01-23 13:37:15 +01:00
Giovanni Maruzzelli b9a8ce5670 FS-4916 fixed 2013-01-22 18:02:54 +01: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
William King 79069c66d1 FS-3882, FS-3546, FS-3712, FS-3970: --resolve Fixes the segfault in mod_rtmp where the channel was destroyed, but the endpoint still tried to send or receive data from the session. 2013-01-15 13:22:28 -08: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
Anthony Minessale f2428b08f9 FS-4779 --resolve 2013-01-07 10:27:28 -06:00