Commit Graph

25996 Commits

Author SHA1 Message Date
Michael Jerris 9155e6b217 FS-5819: fix var type usage outside the range of the enum 2013-09-24 13:27:39 -04:00
Michael Jerris e6bfd00502 FS-5819: fix incorrect true type in call to switch_core_session_reset 2013-09-24 13:25:51 -04:00
Anthony Minessale d1c58a8e24 move thread launch to be after config check for back-compat mode in event handler 2013-09-23 21:59:01 -05:00
Anthony Minessale 99c681f367 FS-5820 --resolve 2013-09-23 18:31:16 -05:00
Brian West b9fa4e123f Add ability to specifiy the source port on the stun request 2013-09-23 14:02:54 -05:00
Nathan Neulinger 23530ebb23 add send of DisplayPromptStatusMessage and ForwardAll stimulus 2013-09-23 13:18:00 -05:00
Anthony Minessale c214648d88 FS-5549 --resolve 2013-09-23 11:32:29 -05:00
Anthony Minessale ab70133ec1 FS-5815 --resolve 2013-09-23 10:58:25 -05:00
Nathan Neulinger 1dc04136e2 add functions for sending forward stat message (mod_skinny) 2013-09-23 11:49:22 -05:00
Jeff Lenk cc806e21f1 FS-5807 -- fix windows warnings 2013-09-21 16:13:48 -05:00
Ken Rice d8da4ae764 --resolve ESL-72 fix const char* vs char* issue in swig 2013-09-20 14:58:44 -05:00
Anthony Minessale 3c83138bb4 FS-5807 contd 2013-09-20 12:41:16 -05:00
Anthony Minessale 75da9d1e73 FS-5807 --resolve 2013-09-20 10:47:39 -05:00
Anthony Minessale 8ceb262b9e FS-5806 please test HEAD 2013-09-20 10:20:01 -05:00
Anthony Minessale df713c9994 FS-5812 --resolve 2013-09-20 09:09:22 -05:00
Anthony Minessale 8493c88f88 fix proto regression from last commit 2013-09-19 19:34:58 -04:00
Michael S Collins c1e19690d1 Add missing vm- sound prompts to phrase_en.xml 2013-09-19 15:39:07 -07:00
Michael S Collins 513f24e67d Add missing IVR prompts to phrase_en.xml 2013-09-19 15:12:39 -07:00
Anthony Minessale 750847f290 ignore a= lines when m= port is 0 2013-09-19 13:44:20 -05:00
Anthony Minessale 3efed6d095 FS-5802 --resolve 2013-09-19 13:14:11 -05:00
Anthony Minessale 6521de294c FS-5717 --resolve 2013-09-19 10:15:02 -05:00
Seven Du 4c5b8751ff fix regression from 9074a12455 2013-09-19 22:21:28 +08:00
Chris Rienzo de9bebc779 FS-5790 --resolve mod_rayo: fix buffer overflow when reading stereo .wav file 2013-09-18 23:20:26 -04:00
Raymond Chandler a7ab24ef4c FS-2731 refactor a bit to make this actually usable and more cross-endpoint compatible 2013-09-18 16:00:03 -04:00
Anthony Minessale 0df6c2d094 FS-5798 --resolve 2013-09-18 09:10:34 -05:00
Steve Underwood 08201d590a Fixed the comments generated by make_t43_gray_code_tables.c 2013-09-18 21:55:16 +08:00
Jeff Lenk b407732dcd fix for todays ws.* changes 2013-09-17 23:23:11 -05:00
Jeff Lenk f42b17e807 FS-5761 2013-09-17 22:37:03 -05:00
Anthony Minessale a036125bc4 update cc header 2013-09-18 05:20:56 +05:00
Anthony Minessale 232b3bb4be update cc banner 2013-09-18 05:13:46 +05:00
Anthony Minessale f1d0357e92 minor fixes in ws.c 2013-09-18 05:13:46 +05:00
Anthony Minessale 1d992ea9ea FS-5797 --resolve 2013-09-17 13:34:56 -05:00
Nathan Neulinger 1fa0c8b312 FS-5796 --resolve add cfwdall extension param for mod_skinny 2013-09-17 13:08:09 -05:00
Marc Olivier Chouinard dffe48aaec Fix bootstrap from the removal of mod_html5 in previous commit and cleanup some other reference to it 2013-09-16 22:00:35 -04:00
Anthony Minessale 903461559e swigall 2013-09-16 19:56:24 -05:00
Anthony Minessale 802794b9f1 FS-5794 --resolve 2013-09-16 19:56:02 -05:00
Anthony Minessale 52f4507619 del mod_html5 2013-09-17 06:26:20 +05:00
Anthony Minessale 50ea67b340 fix connection issue in websocket 2013-09-17 06:24:58 +05:00
Chris Rienzo 4b8ad5b549 mod_rayo: fixed prompt state machine - wrong state transition when output finishes before input starts 2013-09-16 20:13:26 -04:00
Anthony Minessale d7bce3256d update cc banner 2013-09-16 22:59:26 +05:00
Anthony Minessale 5f29412021 FS-5761 --resolve this solution is sufficient 2013-09-16 22:28:20 +05:00
Anthony Minessale f613105a25 FS-4865 --resolve 2013-09-16 22:23:49 +05:00
Jeff Lenk 11fc9175cc FS-5770 --resolve revert accidental commit 2013-09-16 09:41:32 -05:00
Chris Rienzo 10cc47919f Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2013-09-15 23:24:29 -04:00
Chris Rienzo 27d2761ac0 mod_rayo: fix reloadxml issue 2013-09-15 23:23:07 -04:00
Jeff Lenk fb318e3be9 FS-5784 try this with visual studio express 2010 2013-09-15 18:48:10 -06:00
William King b91d6e430a How did the use after free not blowup in the last 3 years since it was modified? 2013-09-15 16:19:19 -07:00
William King aa222c7aea While sofia does garbage collection, in other locations we still call su_free after calls to sip_header_as_string. So adding it here too since we've finished using the full_contact variable. 2013-09-15 16:05:11 -07:00
William King 3329141e74 Don't risk the double free, use switch_safe_free here same as in ~15 lines. 2013-09-15 15:57:17 -07:00
Anthony Minessale 60f5dec57e FS-5793 --resolve 2013-09-14 13:06:06 -05:00