Commit Graph

25206 Commits

Author SHA1 Message Date
Seven Du 73e89edd3b fire event when done ping 2013-09-27 06:27:18 +08:00
Seven Du 871b8945fe add some statistics on sonar 2013-09-27 06:27:09 +08:00
Seven Du 887999e540 fix crash on zstr 2013-09-27 06:26:58 +08:00
Nathan Neulinger 0e37c99cd6 FS-5819 remove pointless comparison 2013-09-26 12:55:11 -05:00
Michael Jerris 09e45cdda2 FS-5819: add missing status values that we check from apr to the enum so the compiler knows the right type to use for the enum 2013-09-26 13:32:11 -04:00
Seven Du 3d3a8f264a FreeSWITCH will choose the right system defaults for you 2013-09-26 03:46:25 +08:00
Michael Jerris 9464e437b0 FS-5819: fix var type usage outside the range of the enum 2013-09-24 13:47:06 -04:00
Michael Jerris 8688d291d4 FS-5819: fix incorrect true type in call to switch_core_session_reset 2013-09-24 13:46:59 -04:00
Anthony Minessale 3565eb5abc move thread launch to be after config check for back-compat mode in event handler 2013-09-24 08:53:31 +05:00
Anthony Minessale 4f56354b04 FS-5820 --resolve 2013-09-24 05:25:50 +05:00
Brian West 36893d713f Add ability to specifiy the source port on the stun request 2013-09-23 14:03:26 -05:00
Nathan Neulinger 9df0a987cd add send of DisplayPromptStatusMessage and ForwardAll stimulus 2013-09-23 13:18:30 -05:00
Anthony Minessale b85150d74d FS-5549 --resolve 2013-09-23 22:26:57 +05:00
Anthony Minessale 73d1bbc01f FS-5815 --resolve 2013-09-23 21:53:11 +05:00
Nathan Neulinger ec5520dfdb add functions for sending forward stat message (mod_skinny) 2013-09-23 11:49:41 -05:00
Jeff Lenk 835594fe9e fix windows compiler warnings 2013-09-21 16:22:05 -05:00
Ken Rice a9330e6b8c --resolve ESL-72 fix const char* vs char* issue in swig 2013-09-20 15:26:09 -05:00
Anthony Minessale 4bbce38eb6 FS-5806 please test HEAD 2013-09-20 23:37:54 +05:00
Anthony Minessale 8084c28d62 FS-5807 contd 2013-09-20 23:34:57 +05:00
Anthony Minessale 235a7c5683 FS-5807 --resolve 2013-09-20 21:41:19 +05:00
Anthony Minessale 79897b6ba4 FS-5812 --resolve 2013-09-20 20:03:51 +05:00
Anthony Minessale c6dd7b8fe4 ignore a= lines when m= port is 0
Conflicts:
	libs/sofia-sip/.update
2013-09-20 00:39:34 +05:00
Anthony Minessale 1575c0393e FS-5802 --resolve 2013-09-20 00:08:23 +05:00
Anthony Minessale 2e8daeb69a FS-5717 --resolve
Conflicts:
	src/mod/endpoints/mod_sofia/mod_sofia.c
2013-09-19 21:14:46 +05:00
Seven Du 6afb17a138 fix regression from 9074a12455 2013-09-19 22:24:56 +08:00
Chris Rienzo 40a870f542 FS-5790 --resolve mod_rayo: fix buffer overflow when reading stereo .wav file 2013-09-18 23:20:44 -04:00
Anthony Minessale c26e2ec1dd FS-5798 --resolve 2013-09-18 20:05:04 +05:00
Jeff Lenk 82476d3d10 FS-5761 2013-09-17 22:38:43 -05:00
Anthony Minessale 0b3139301d update cc header 2013-09-18 05:21:11 +05:00
Anthony Minessale e11fbf3613 update cc banner 2013-09-18 05:17:59 +05:00
Anthony Minessale 9ef1aedb53 update cc banner 2013-09-18 05:14:13 +05:00
Ken Rice 331fa1dbe0 more cleanup 2013-09-17 18:54:15 -05:00
Anthony Minessale 8885ba1c7b FS-5797 --resolve 2013-09-18 00:29:13 +05:00
Nathan Neulinger 507008ac11 FS-5796 --resolve add cfwdall extension param for mod_skinny 2013-09-17 13:08:31 -05:00
Anthony Minessale fe0105238a cleanup 2013-09-17 20:43:29 +05:00
Ken Rice cd74ba3d8d bump FS rev 2013-09-17 09:42:20 -05:00
Chris Rienzo 33b78057d7 mod_rayo: fixed prompt state machine - wrong state transition when output finishes before input starts 2013-09-16 20:13:42 -04:00
Anthony Minessale 3c6ba5d0f9 FS-5761 --resolve this solution is sufficient 2013-09-16 22:28:30 +05:00
Anthony Minessale f20298bc62 FS-4865 --resolve 2013-09-16 22:24:23 +05:00
Chris Rienzo 8b3bc7d784 Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable 2013-09-15 23:24:04 -04:00
Chris Rienzo f0b42e7971 mod_rayo: fix reloadxml issue 2013-09-15 23:23:56 -04:00
William King f7b902b107 How did the use after free not blowup in the last 3 years since it was modified? 2013-09-15 16:19:38 -07:00
William King b03ba503cd 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:30 -07:00
William King 6d39b55723 Don't risk the double free, use switch_safe_free here same as in ~15 lines. 2013-09-15 15:58:43 -07:00
Anthony Minessale d3e265a385 FS-5793 --resolve 2013-09-14 23:59:53 +05:00
Anthony Minessale 6aaa4f176d FS-5791 --resolve 2013-09-14 21:01:50 +05:00
Brian West 2645113465 similar fix to 53d17a1312 2013-09-12 16:57:19 -05:00
Brian West c181598996 add via_protocol to request so you can be informed if you wish to force expires due to tcp keepalives being on. 2013-09-12 15:24:08 -05:00
Chris Rienzo 496658364d FS-5788 --resolve used wrong variable for setting custom origination SIP headers 2013-09-12 12:15:18 -04:00
Chris Rienzo 8e5fa835b4 mod_ssml: added ordinal, telephone configuration 2013-09-12 11:59:23 -04:00