11179 Commits

Author SHA1 Message Date
Chris Rienzo
31d0b7bff5 mod_rayo: don't send item-not-found to replies 2013-06-25 07:42:51 -04:00
Chris Rienzo
976083adf6 Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable 2013-06-24 22:27:37 -04:00
Chris Rienzo
4c4841da4b mod_http_cache: valgrind fixes 2013-06-24 22:27:14 -04:00
Chris Rienzo
7a7d1479ed mod_ssml: valgrind fixes 2013-06-24 22:26:58 -04:00
Chris Rienzo
91efe36d4e mod_rayo: valgrind fixes 2013-06-24 22:26:47 -04:00
Chris Rienzo
f6d6cd5762 mod_rayo: forgot to return error if unknown destination for stanza 2013-06-24 22:26:34 -04:00
Chris Rienzo
57bdcfb6e9 mod_rayo: added message delivery threads 2013-06-24 22:26:21 -04:00
Chris Rienzo
810c4f5381 mod_rayo: reworked internal messaging- all messages sent by JID only 2013-06-24 22:26:08 -04:00
Chris Rienzo
dd2346d2e1 mod_rayo: remove reply from send function - everything is send only now 2013-06-24 22:25:54 -04:00
Anthony Minessale
a0938697df FS-5539 --resolve 2013-06-24 09:15:15 -05:00
Nathan Neulinger
8fd4994b0c skinny more logging improvements and some refactoring of protocol replies 2013-06-23 21:49:15 -05:00
Nathan Neulinger
2060654809 skinny - add simple expansion of text strings by id in the logging msgs 2013-06-23 16:12:13 -05:00
Nathan Neulinger
38ccc48980 logging 2013-06-23 15:18:33 -05:00
Nathan Neulinger
8450dfcaf5 fix broken build due to running with warnings disabled, oops 2013-06-23 15:11:58 -05:00
Nathan Neulinger
71cddf1912 skinny logging 2013-06-23 14:59:58 -05:00
Jeff Lenk
251de9d95d fix windows build 2013-06-23 14:40:51 -05:00
Nathan Neulinger
9679fac195 improvements to skinny logging, table based message text ids 2013-06-23 14:24:29 -05:00
Nathan Neulinger
f2fcde49f9 misc constant name adjustments to match actual text on phones 2013-06-22 13:46:50 -05:00
Ben Langfeld
12b293d6aa mod_rayo: Punchblock now supports content-type on input matches
Fix applied to Punchblock here: cef5198e80
2013-06-22 14:29:51 -04:00
Nathan Neulinger
1b55a67083 FS-5532 - workaround to improve behavior, but not correct fix 2013-06-21 14:49:17 -05:00
Chris Rienzo
9829a5cc40 mod_rayo: fix crash when DTMF is received after input timeout 2013-06-21 09:43:38 -04:00
Anthony Minessale
4a4b8690a1 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:20 -05:00
Anthony Minessale
1baee6b8cf FS-5513 --resolve 2013-06-20 18:33:55 -05:00
Anthony Minessale
0c132707ce doh 2013-06-20 13:23:55 -05:00
Anthony Minessale
ad5f689fb7 swigall 2013-06-20 11:40:56 -05:00
Anthony Minessale
904189a485 add novideo app 2013-06-20 11:29:26 -05:00
Anthony Minessale
d937b8da81 add novideo app
Conflicts:
	src/include/switch_types.h
2013-06-20 11:28:33 -05:00
Chris Rienzo
a121e1657a mod_ssml: XML decode <audio src=".. attribute since iksemel SAX parser doesn't 2013-06-20 09:24:46 -04:00
Chris Rienzo
cd0f4b5444 mod_rayo: allow variables to be passed in dialstring 2013-06-19 09:25:05 -04:00
Anthony Minessale
7c607c7e8e FS-5513 2013-06-18 21:17:28 -05:00
Brian West
9d14772883 fix reload of outbound_name change 2013-06-18 15:48:52 -05:00
Anthony Minessale
4960a75525 fix build on cent5 2013-06-18 12:57:53 -05:00
Nathan Neulinger
ec361cf48a FS-5510 --resolve - also add logging of hangup cause 2013-06-18 12:22:04 -05:00
Anthony Minessale
3a5ae27f8d swigall 2013-06-18 09:13:39 -05:00
Nathan Neulinger
587ecb8e69 add skinny cmd to kill all current listeners 2013-06-18 09:42:18 -05:00
Nathan Neulinger
275469bbb9 Add skinny device kill api command 2013-06-18 09:19:05 -05:00
Anthony Minessale
46825dd711 FS-5513 --resolve 2013-06-17 21:38:09 -05:00
Brian West
05b1b35121 remove debugging 2013-06-17 17:51:34 -05:00
Anthony Minessale
bf61038a93 remove cid flip from pickup 2013-06-17 10:57:19 -05:00
Anthony Minessale
50e1f58d5b add deflect parsing support for mod_loopback and fix unloop bug 2013-06-17 10:44:43 -05:00
Jeff Lenk
72fcefe6ed vs2010 reswig 2013-06-14 11:42:58 -05:00
Chris Rienzo
dce5bbf88e mod_rayo: some fixes for punchblock 2.0 compatibility 2013-06-13 15:29:49 -04:00
William King
0ee24a531f Fix missing return statement. 2013-06-13 10:07:56 -07:00
Chris Rienzo
9b6cc17cf9 mod_rayo: updates for 0.2 of spec 2013-06-13 11:23:57 -04:00
William King
f94b73f0d7 New compiler warning(error). Unused assignment before the pointer is reassigned. 2013-06-12 21:39:14 -07:00
William King
fef983f614 If the addr pointer is NULL, better to check first before using it. 2013-06-12 21:23:52 -07:00
William King
4fddabe543 oops 2013-06-12 21:17:04 -07:00
William King
3d13776af2 DO NOT PULL TO MASTER. Fix typo when setting the video recv port. Bug does not exist in master due to the refactor. 2013-06-12 18:33:45 -07:00
William King
ac9bfb194b Fix minor typo so that the metadata album field can be set. 2013-06-12 17:17:40 -07:00
William King
3815a5a170 Make sure to cleanup event if there was a failure that caused it not to be fired. 2013-06-12 17:01:56 -07:00