11684 Commits

Author SHA1 Message Date
Anthony Minessale
85ea402ca9 zero out particular flags when recovering 2011-08-25 20:21:53 -05:00
Anthony Minessale
517707dc47 remove stray printf 2011-08-25 18:17:00 -05:00
Anthony Minessale
5a062bc142 FS-3523 --resolve 2011-08-25 13:29:51 -05:00
Brian West
5220832fb1 swigall 2011-08-25 17:34:35 -05:00
Brian West
c155873e53 Silk part two... doh 2011-08-25 17:30:25 -05:00
Anthony Minessale
b426ec0bfa FS-2217 --resolve this looks ok and is probably useful 2011-08-25 09:27:39 -05:00
Anthony Minessale
e644e620c8 reflect video fmtp on 1 legged calls 2011-08-25 09:24:17 -05:00
Anthony Minessale
da0836c539 FS-3518 --resolve this was an issue specific to mute-detect-sound and muting someone right when it decided to play the mute detect sound, fixed with a queued flag so only 1 thread ever plays sounds to the channel 2011-08-25 09:17:50 -05:00
Anthony Minessale
21482f011c FS-3521 --resolve that was not a git diff, anyway i would prefer to not feed null to this function by practice because its the sign o f a bigger problem so I added an assert so we can tell if it happens again and protected against it from where its actually happening because NULL destination is not acceptable 2011-08-25 08:46:40 -05:00
Anthony Minessale
329033ee86 FS-3506 --resolve 2011-08-25 08:27:23 -05:00
Anthony Minessale
a0c63e8bdc FS-3522 --resolve 2011-08-25 08:25:47 -05:00
Anthony Minessale
bf54c54823 adjustment to last commit 2011-08-24 15:52:40 -05:00
Anthony Minessale
0e5b694c44 add PAUSE_BETWEEN_DTMF rtp bug for sonus to delay sending 2833 digits so their buffering is not overwhealmed 2011-08-24 15:36:59 -05:00
Anthony Minessale
dfac4c4752 add auto-clear-sql param to core 2011-08-24 13:36:19 -05:00
Andrew Thompson
7dc92c47e1 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-08-24 14:44:32 -04:00
Andrew Thompson
af3be7b21d Silence a silly warning about ignored return values 2011-08-24 14:44:12 -04:00
Anthony Minessale
8f15bc7b45 fix regression from fix to last regression 2011-08-23 14:40:44 -05:00
Brian West
8773fab490 url decode these variables just incase 2011-08-23 20:51:01 -05:00
Anthony Minessale
d481bf5eff FS-3514 --resolve 2011-08-23 12:38:22 -05:00
Jeff Lenk
605091609d FS-3515 remove duplicate code 2011-08-23 11:20:04 -05:00
Anthony Minessale
8abc3ba607 switch to INFO instead of nothing when no 2833 was found in sdp 2011-08-23 10:51:14 -05:00
Mathieu Rene
1dbd4c7787 Add video-bridge flags to have multiple audio participants to a single video call 2011-08-23 17:28:32 +02:00
Anthony Minessale
7a7f386886 FS-3337 --resolve indeed, should be ok 2011-08-22 12:34:46 -05:00
Anthony Minessale
7386662164 rework session timers to try to have us not be the refresher whenever possible 2011-08-22 10:59:33 -05:00
Anthony Minessale
71964f61ac FS-3517 --resolve 2011-08-22 08:11:05 -05:00
Raymond Chandler
649499ad7a make profile consistent from pg to my 2011-08-22 10:31:18 -04:00
Andrew Thompson
7b656871f3 Fix unused var 2011-08-20 23:03:17 -04:00
Andrew Thompson
618ea0f2c8 FS-3488 --resolve 2011-08-20 19:45:36 -04:00
Brian West
0587e21c2b swigall 2011-08-20 19:27:59 -05:00
Jeff Lenk
aa905f20a3 FS-3513 --resolve 2011-08-20 13:39:08 -05:00
Anthony Minessale
de9bfc0cde FS-3474 --resolve 2011-08-19 16:34:39 -05:00
Anthony Minessale
d43af04e93 fix races in bypass media regarding channel signalling that may cause answer to be skipped 2011-08-19 16:25:32 -05:00
Anthony Minessale
5dd9b7218a remove debug printf 2011-08-19 16:25:32 -05:00
Travis Cross
fa621ed98d mod/timers is no longer empty 2011-08-19 23:17:21 +00:00
Anthony Minessale
7159f64b22 revert 53b0ecce6009db3247fcfa3369e11887d2fe64b7 2011-08-19 17:29:47 -05:00
Jeff Lenk
d2daa44d8c FS-3080 --resolve only allow when not playing message 2011-08-19 14:29:23 -05:00
Anthony Minessale
c8c94f051b default 2833 payload type to 101 when not configured otherwise 2011-08-19 11:52:40 -05:00
Jeff Lenk
e36de6d9d5 FS-3513 --resolve reswig 2011-08-19 09:22:07 -05:00
Michael S Collins
e4d473190d mod_dptools: add transfer_on_failure ext/dp/context to play_and_get_digits
If max tries is reach and user has not made a valid entry then system transfers the call leg to the specified destination.
2011-08-18 20:29:52 -07:00
Travis Cross
dc80c40180 cleanup .gitignore 2011-08-19 02:48:41 +00:00
Travis Cross
f510950398 gitignore mod_timerfd/Makefile 2011-08-19 02:47:01 +00:00
Travis Cross
c96b2fd918 Fix overzealous grep in build system
This prevented 'make mod_callcenter' from working because the 'all' in
'callcenter' was matching.
2011-08-19 01:55:27 +00:00
Brian West
ddc258b3d4 swigall 2011-08-18 21:23:48 -05:00
Raymond Chandler
dadd3fe547 update schema 2011-08-18 14:55:33 -04:00
Raymond Chandler
f846a42e60 the rest of that last patch 2011-08-18 14:47:06 -04:00
Raymond Chandler
94961e4ff6 can never be == 3 if it's == 2 :-) ... thanks Deeewayne 2011-08-18 13:23:04 -04:00
Raymond Chandler
2b74046f41 Merge branch 'master' of fs-git:freeswitch 2011-08-18 13:17:47 -04:00
Anthony Minessale
850f2e3cff FS-3510 --resolve make all instances of execute_on_X uniform with api_on_X and support both prefix vars as before and usage of arrays to push several exexute_on or api_on records into one variable 2011-08-18 09:11:45 -05:00
Anthony Minessale
cd316330c6 FS-3511 FS-2875 --resolve we will go with this as-is and just make it a default 2011-08-17 19:34:22 -05:00
Anthony Minessale
c269a58ac5 FS-3045 --resolve 2011-08-17 19:30:15 -05:00