Commit Graph

24754 Commits

Author SHA1 Message Date
Chris Rienzo c15c0924d1 mod_rayo: added message delivery threads 2013-06-24 22:19:53 -04:00
Chris Rienzo 0f0f278124 mod_rayo: reworked internal messaging- all messages sent by JID only 2013-06-24 22:19:53 -04:00
Chris Rienzo 911948c87a mod_rayo: remove reply from send function - everything is send only now 2013-06-24 22:19:53 -04:00
Anthony Minessale 1ed5e3e331 FS-5530 --resolve this will make it identical to the bridge behaviour even when the bridge in early media begins and now you will explicitly need continue_on_fail=true in this situation to not fail 2013-06-24 09:45:43 -05:00
Anthony Minessale 6b58aea501 FS-5539 --resolve 2013-06-24 09:15:01 -05:00
Anthony Minessale da0c0c0e4a revert 02c329da33 and put proper fix 2013-06-24 08:31:06 -05:00
Nathan Neulinger 94d4501992 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2013-06-23 21:48:08 -05:00
Nathan Neulinger f59690c02f skinny more logging improvements and some refactoring of protocol replies 2013-06-23 21:47:58 -05:00
Moises Silva e5f2282fe1 OPENZAP-215 --resolve
The state FTDM_CHANNEL_STATE_RINGING is not used when there is media available. We have
FTDM_CHANNEL_PROGRESS_MEDIA for that, therefore the pri_acknowledge() call should not set
the info argument to avoid sending an indication of media to the other end, as that may cause
the other end to not generate any ringing tone and at that moment we will not be generating
any ringing tone either and the caller will hear only silence
2013-06-23 21:52:31 -04:00
Nathan Neulinger 9279113a26 skinny - add simple expansion of text strings by id in the logging msgs 2013-06-23 16:11:54 -05:00
Nathan Neulinger 86e4e580b1 logging 2013-06-23 15:18:10 -05:00
Nathan Neulinger 4b0bae5afd fix broken build due to running with warnings disabled, oops 2013-06-23 15:11:31 -05:00
Nathan Neulinger 4a267627f2 skinny logging 2013-06-23 14:58:25 -05:00
Jeff Lenk 0d4967b718 fix windows build 2013-06-23 14:34:26 -05:00
Nathan Neulinger e744bf0385 improvements to skinny logging, table based message text ids 2013-06-23 14:19:05 -05:00
Nathan Neulinger a38ea77fa3 misc constant name adjustments to match actual text on phones 2013-06-22 13:46:26 -05:00
Ben Langfeld 6faae5b178 mod_rayo: Punchblock now supports content-type on input matches
Fix applied to Punchblock here: cef5198e80
2013-06-22 14:27:28 -04:00
Jeff Lenk f8122e39c5 fix trivial compiler warning 2013-06-21 21:43:22 -05:00
Anthony Minessale 48e1415f64 fix return values from refactor so stun timeouts can trigger error properly 2013-06-21 12:42:37 -05:00
Nathan Neulinger 1b2341b6d8 FS-5532 - workaround to improve behavior, but not correct fix 2013-06-21 14:48:49 -05:00
Chris Rienzo 609b0b324d mod_rayo: fix crash when DTMF is received after input timeout 2013-06-21 09:42:54 -04:00
Giovanni Maruzzelli eb79128d8e skypopen: OSS driver has active timers only on active devices (eg: when it's actually used by a skypeclient) 2013-06-21 10:58:16 +02:00
Anthony Minessale 5a0f43d956 make sure sip-hold works on webrtc 2013-06-21 00:41:25 -05:00
Anthony Minessale 76177e6196 FS-5531 --resolve add another optional param to supply flags for either behaviour n for null and b for boolean 2013-06-20 22:53:43 -05:00
Anthony Minessale 1e9ab89bbb sniffing glue 2013-06-20 22:25:25 -05:00
Anthony Minessale 5cb4cd9d9c fill the opposite file to keep data in sync 2013-06-20 21:51:31 -05:00
Anthony Minessale 16bdee13fc add answer_delay variable to sleep N ms when answer is called from the channel thread 2013-06-20 21:29:31 -05:00
Anthony Minessale 48ea6b5217 FS-5530 2013-06-20 21:15:32 -05:00
Anthony Minessale 1617469019 FS-5530 --resolve 2013-06-20 21:10:23 -05:00
Anthony Minessale e1b6d4d1be FS-5530 --resolve 2013-06-20 20:58:55 -05:00
Anthony Minessale f35ea43b38 FS-5513 --resolve 2013-06-20 18:33:40 -05:00
Giovanni Maruzzelli 7e2ea11b67 gsmopen: cleaning 2013-06-21 00:41:07 +02:00
Giovanni Maruzzelli 4640a9c80c gsmopen: cleaning 2013-06-21 00:41:07 +02:00
Giovanni Maruzzelli 66f028b4ba gsmopen: cleaning 2013-06-21 00:41:07 +02:00
Giovanni Maruzzelli 0a364e1f3b gsmopen: cleaning 2013-06-21 00:41:07 +02:00
Giovanni Maruzzelli fa1d773a84 FS-4821 fixed core dump when received sms in UCS2 after having sent sms in UCS2 2013-06-21 00:41:07 +02:00
Jeff Lenk 02c329da33 fix compiler warning 2013-06-20 14:27:32 -05:00
Anthony Minessale b0f964f23f swigall 2013-06-20 11:41:34 -05:00
Anthony Minessale 9cc21d28fc add novideo app 2013-06-20 13:10:21 -05:00
Anthony Minessale 702c9af3f9 add novideo app 2013-06-20 13:08:09 -05:00
Anthony Minessale e60f37f651 FS-5529 --resolve 2013-06-20 12:36:30 -05:00
Anthony Minessale 469bcc562d fix gcc bug patch 2013-06-20 10:50:33 -05:00
Anthony Minessale c01fa0e1cf newer gcc does not like when you use out of bounds array indexes to access other elements in a struct (at least at -O2) 2013-06-20 10:16:35 -05:00
Anthony Minessale 66239f15b0 comment out broken test 2013-06-20 10:16:35 -05:00
Steve Underwood 50bd4801d2 Fixed NEON detection and added AVX2 detection to spandsp 2013-06-20 23:53:53 +08:00
Chris Rienzo dc604fd589 mod_ssml: XML decode <audio src=".. attribute since iksemel SAX parser doesn't 2013-06-20 09:25:45 -04:00
Giovanni Maruzzelli 12c96d9009 FS-5292 gsmopen: patch from garmt 2013-06-20 14:21:49 +02:00
Giovanni Maruzzelli 607ef575bc FS-5482 skypopen: check assignment on possibly NULL pointer, avoiding segfault 2013-06-20 10:17:52 +02:00
Anthony Minessale a71b199de4 fix ref counting issue in tcp,tls,wss transports 2013-06-19 21:54:58 -05:00
Anthony Minessale 48532bd6d1 add config examples 2013-06-19 11:09:40 -05:00