11861 Commits

Author SHA1 Message Date
Travis Cross
3a352e67f4 bump to zeromq-2.1.9 2011-09-01 15:53:03 +00:00
Daniel Swarbrick
0db88b5999 Tweak link order of some libs to fix build on gcc platforms that have ld flag "--as-needed" as default. Fixes FS-2873 and FS-2874 2011-09-01 16:42:00 +02:00
Brian West
e817795e84 hrm 2011-09-01 03:31:47 -05:00
Brian West
a5ae0e32d6 swigall 2011-09-01 03:22:30 -05:00
Anthony Minessale
bff473bf32 antibiotics for our latest sonus infection 2011-08-31 19:30:58 -05:00
Anthony Minessale
996b304019 add xferext command to sendmsg parser so you can send a list of instructions to a channel and build and extension and transfer to it from esl 2011-08-31 19:30:58 -05:00
Jeff Lenk
882ebd6777 FS-3527 this fixes part of the problem with MSSQL 2011-08-31 16:04:20 -05:00
dschreiber
ed0ac0358c Fix to allow setting a proxy properly when manually injecting notifies 2011-08-31 13:36:20 -07:00
dschreiber
69b8ce4d80 Fix issue where mod_shout does not properly flush buffer on writing mp3 streams, resulting in incomplete files. TODO: Refactor as part of the while loop. 2011-08-31 13:35:13 -07:00
Anthony Minessale
8f67d2fbfb typo 2011-08-31 13:52:21 -05:00
Anthony Minessale
bdad0e1713 tweak behaviour on rfc2833 a tad for the sake of interop with sonus who can't stand the idea of any gaps in timestamps 2011-08-31 12:04:02 -05:00
Anthony Minessale
ed4b944b12 FS-3534 --resolve 2011-08-31 10:10:50 -05:00
Mathieu Rene
156776797a mod_rtmp: don't add data to the sendq if the connection's gone 2011-08-31 16:46:20 +02:00
Anthony Minessale
6a5f6e5178 send mark bit when resuming audio after 2833 and resume sending from write side to avoid any double writes 2011-08-30 15:00:07 -05:00
Anthony Minessale
5545fef36d use enterprise originate when fifo dial string contains a user channel 2011-08-30 11:04:14 -05:00
Anthony Minessale
9403064d46 add name string for SIGNAL_DATA 2011-08-30 09:15:27 -05:00
Jeff Lenk
11bcc60077 FS-3530 --resolve 2011-08-30 09:01:07 -05:00
Jeff Lenk
69668f9cc7 FS-3525 --resolve 2011-08-30 08:56:18 -05:00
Anthony Minessale
f697e5aa37 wait on info dtmf parsing w and W (additional part of previous patch) 2011-08-29 13:28:02 -05:00
Anthony Minessale
61ab84396b add new channel cap flag to indicate you can support queueable dtmf delay aka parsing w and W and implement it in the RTP stack and sofia endpoint 2011-08-29 11:04:38 -05:00
Anthony Minessale
c3ceebf0bf FS-3528 --resolve 2011-08-29 10:31:46 -05:00
Anthony Minessale
d83245c1bd fix logic determining which ip to use in contact on re-invites in recovery situations or when remote ip is unknown 2011-08-26 14:10:23 -05:00
Anthony Minessale
cab02bbc70 fix logic determining which ip to use in contact on re-invites in recovery situations or when remote ip is unknown 2011-08-26 13:51:41 -05:00
Anthony Minessale
e518bb9556 ignore signals instead of using a blank handler 2011-08-26 12:59:01 -05:00
Anthony Minessale
087ddcb0e7 adjustment to 85ea402ca9b0eadedcda9c0c433fb54fb1c993e9 2011-08-26 12:07:20 -05:00
Anthony Minessale
301ea9fbce locate session even when it's hungup in script constructor 2011-08-26 08:30:27 -05:00
Anthony Minessale
c9dbbe6989 swigall 2011-08-26 09:50:25 -05:00
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