Commit Graph

19734 Commits

Author SHA1 Message Date
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 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
Michal Bielicki - cypromis 80dcff6399 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-08-31 21:05:47 +02:00
Michal Bielicki - cypromis 3dca6066f8 getting rid of some gcc crap 2011-08-31 21:05:37 +02:00
Michael Jerris 77284b5d21 use system default dtmf duration instead of hardcoded value 2011-08-31 14:45:16 -04:00
Michal Bielicki - cypromis f5dac88b66 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-08-31 20:34:07 +02:00
Michal Bielicki - cypromis 8f83473581 fix of ldns for solaris and probably other platforms that actualy have b64_pton, thanks to math for the help 2011-08-31 20:33:55 +02:00
Michal Bielicki - cypromis 55f911d434 leftovers... 2011-08-31 17:51:15 +02:00
Anthony Minessale ed4b944b12 FS-3534 --resolve 2011-08-31 10:10:50 -05:00
Michal Bielicki - cypromis ba0fe5b424 get rid of libldns strange old libtool and configure crap leftovers ... 2011-08-31 17:10:21 +02:00
Michal Bielicki - cypromis fd34d0c944 fedora fixes 2011-08-31 17:09:16 +02:00
Michal Bielicki - cypromis c46e028724 final fix to bootstrap.sh 2011-08-31 17:08:11 +02: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
Michal Bielicki - cypromis 037f1f5a9b did not clean out installed libtool to the end 2011-08-31 15:40:17 +02:00
Michal Bielicki - cypromis 540e879277 fix to bootstrap to include libldns to autoreconfed libs 2011-08-31 14:42:53 +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
Moises Silva 485cb2f52c freetdm: added documentation regarding ftdm open known issues 2011-08-27 00:19:09 -04: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 85ea402ca9 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
Travis Cross fb6e979f32 chmod -x *.xml 2011-08-26 04:48:33 +00: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
Jeff Lenk db88cd3a28 SILK windows vs2010 fix typos 2011-08-25 13:27:11 -05:00
Jeff Lenk 987db7f79c re-add SILK support back for windows - part 1 - blind added 2010 support check later 2011-08-25 13:10:57 -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
Brian West fdf74f449f FS-3486 --resolve update silk 2011-08-25 17:25:07 -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 2344bd05e5 add 'info threads' to fscore_pb 2011-08-24 15:00:01 -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