Commit Graph

11283 Commits

Author SHA1 Message Date
Anthony Minessale b978d39d48 FS-3312 --resolve 2011-05-25 14:45:55 -05:00
Mathieu Rene 5013bece3f fix segfault 2011-05-25 15:04:40 -04:00
Brian West 417b24cc10 swigall 2011-05-25 11:52:52 -05:00
Stefan Knoblich 812fd7278e mod_sofia: Reformat sofia usage string and make it a static const char[].
Make this thing readable by wasting a couple of bytes for spaces and newlines.

As an added bonus, save some stack space by making usage_string a static const.

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-05-25 18:29:28 +02:00
Jeff Lenk 1086cba2be fix trivial compiler warning 2011-05-23 22:51:43 -05:00
Anthony Minessale 2582bbcb36 add xml user caching mechanism 2011-05-23 17:15:37 -05:00
Anthony Minessale 50e54364e3 FS-3308 --resolve 2011-05-23 13:20:33 -05:00
Anthony Minessale 62c81afef0 init ssl locks in sofia 2011-05-23 12:23:30 -05:00
Brian West 34a008d2d7 swigall 2011-05-23 10:56:22 -05:00
Jeff Lenk 765908f356 FS-3152 --resolve dup_dest was being overwritten by switch_split_user_domain 2011-05-22 19:10:52 -05:00
Georgiewskiy Yuriy 949d528a36 apply patch from Jan Willamowius:
make sure dtmfinband gets initialized.
make gk-identifier and gk-interface settings optional (documentation sayed that about gk-identifier already)
2011-05-22 12:37:13 +04:00
Jeff Lenk 1d490df9b5 FS-3282 --resolve 2011-05-21 09:53:53 -05:00
Giovanni Maruzzelli 2146583663 skypopen: adding some guards against NULL sessions and channels 2011-05-21 02:45:39 -05:00
Giovanni Maruzzelli b65a3ebd18 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-05-21 02:37:38 -05:00
Giovanni Maruzzelli 7fa3f7f3dd skypopen: fixing bug from Anton VG, adding some guards against NULL sessions and channels 2011-05-21 02:36:51 -05:00
Anthony Minessale c7b36157b0 don't play default when playing a custom one 2011-05-20 16:56:16 -05:00
Anthony Minessale 3d475876ed add custom exit sound to match enter sound on conf 2011-05-20 16:22:58 -05:00
Anthony Minessale 66d16d1772 FS-3270 --resolve please watch the code formatting in the future 2011-05-20 12:49:16 -05:00
Anthony Minessale 3ebd173ca8 FS-3307 --resolve thanks, in the future, be sure to not include vanity comments. The intention of the patch will be preserved by the jira ticket. Also check our code formating guidelines. Some of the patch was redundant so it was removed, mprintf already asserts when it doesn't work, and execute_sql_now both frees the sql string and locks the mutex for you. 2011-05-20 11:51:06 -05:00
Georgiewskiy Yuriy 71658eab1e fixed in upstream version of h323plus. 2011-05-20 15:33:27 +04:00
Anthony Minessale 38f06a3bf9 add additional format YYYYMMDDHHMMSS to strepoch 2011-05-19 15:39:43 -05:00
Anthony Minessale 38b3f43d7d add prefix chars to playback_terminators + means include the term in the string and x means include the char and return SWITCH_STATUS_RESTART eg #+* only includes the * if you type it but not the # 2011-05-19 15:39:43 -05:00
Anthony Minessale 7ba849b34a remove auto gain events 2011-05-19 11:43:33 -05:00
Anthony Minessale fae95433e2 FS-3303 --resolve this was an edge case between fail_on_single_reject and group_confirm 2011-05-18 16:10:46 -05:00
Jeff Lenk 86d757d61b FS-3297 --resolve 2011-05-17 22:51:47 -05:00
Moises Silva 0b59756edd Merge remote-tracking branch 'smgfs/master'
Conflicts:
	libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c
2011-05-17 19:57:49 -04:00
Moises Silva bc83f885e1 mod_sangoma_codec: AMR codec fixes
- Set the proper RTP payload
		   - Do not validate RTP reads when the size is dynamic (zero)
2011-05-17 14:17:00 -04:00
Anthony Minessale e375d1d2f2 reset offset_pos on seek to 0 2011-05-17 13:00:40 -05:00
Travis Cross 95a18a9e1a update .gitignore 2011-05-17 16:51:44 +00:00
Mathieu Rene 5dc67c88d3 fix warning 2011-05-16 16:46:09 -04:00
Anthony Minessale 9c17effb15 add time stamp to app_log 2011-05-16 13:41:52 -05:00
Anthony Minessale 082cb7154e ditto 2011-05-13 16:29:48 -05:00
Anthony Minessale 106855dfa3 use ssl macro to init on dingaling too 2011-05-13 16:23:33 -05:00
Anthony Minessale 23b5f58202 use ssl macro to init on dingaling too 2011-05-13 16:17:17 -05:00
Anthony Minessale 191f06d733 cleanup 2011-05-13 15:56:43 -05:00
Anthony Minessale 8764a046c6 allow creation of arbitrary profile vars 2011-05-13 15:29:40 -05:00
Anthony Minessale acf3090adf FS-2936 plan B for curl stuff 2011-05-13 13:17:54 -05:00
Anthony Minessale c196e2c109 revert curl changes 2011-05-13 12:03:30 -05:00
Anthony Minessale 7d7e09a92c FS-3296 --resolve there is not much contention on this but it probably could use a mutex 2011-05-13 08:43:45 -05:00
Anthony Minessale 837a6cac02 FS-3294 --resolve This is probably fine 2011-05-13 07:29:26 -05:00
Anthony Minessale d59fdabeff FS-3295 --resolve that is pretty odd, I must have been sleep-deprived or something 2011-05-13 07:22:25 -05:00
Michael Jerris a8da1758cb FS-2936: attempt to fix the platform that I'll never have to fix 2011-05-12 18:21:45 -04:00
Anthony Minessale 123eaa524b fix rare t38 gateway issue 2011-05-12 10:32:39 -05:00
Jeff Lenk a912fa6b3e VS2008 cleanup for Core Curl integration 2011-05-12 10:48:46 -05:00
Tamas Cseke 15ece47601 handle connection lost 2011-05-12 10:29:55 +02:00
Tamas Cseke 26dfea65e4 load the module even if mongod is unreachable 2011-05-12 10:29:20 +02:00
Anthony Minessale 29bf9157ef clean up core curl patch 2011-05-11 14:42:52 -05:00
Anthony Minessale d98d51ed39 FS-3144 --resolve 2011-05-11 13:23:56 -05:00
Andrew Thompson 8ae9ab5d15 FS-3034 2011-05-11 13:55:22 -04:00
Anthony Minessale dc6ca6f8e1 FS-3278 --resolve 2011-05-11 11:41:08 -05:00