Commit Graph

24579 Commits

Author SHA1 Message Date
William King 569da261aa FS-5395: False alarm on a reported valgrind memory leak. The io_private is alloc'd from a memory pool which valgrind sucks at tracking. No need to free this, because it'll get cleared when the memory pool on the rsession is destroyed. 2013-05-08 18:45:55 -07:00
William King 924e24a0de FS-5395: --resolve Resolve another mod_rtmp crash where oh specific hangup scenarios there would be a free of variable that wasn't ever malloced 2013-05-08 16:53:15 -07:00
Anthony Minessale 2e19cbcc61 FS-5085 I discovered that the bowout is happening from both legs at once, we only need to check this condition on the A side of the loopback bridge 2013-05-08 13:17:45 -05:00
Brian West 7c8c758586 Undo previous change 2013-05-08 14:40:48 -05:00
Raymond Chandler 3c132c91b3 FS-5288 --resolve 2013-05-08 13:58:43 -04:00
Raymond Chandler 5f0d33338e FS-5327 --resolve 2013-05-08 13:58:17 -04:00
Anthony Minessale 900b0c1747 FS-5371 --resolve typo 2013-05-08 09:19:05 -05:00
William King f4bde33dab Revert "fixed stuck mod_rtmp session when the call is killed from fs side, such as using uuid_kill"
This reverts commit d8edc031fa.

Conflicts:
	src/mod/endpoints/mod_rtmp/mod_rtmp.c
2013-05-07 16:08:15 -07:00
Anthony Minessale 2b950b9599 FS-5168 --resolve 2013-05-07 14:10:03 -05:00
Anthony Minessale d6cd34143b FS-5325 2013-05-07 11:30:53 -05:00
Anthony Minessale bf3f26b0f8 FS-5383 --resolve 2013-05-07 08:31:48 -05:00
Ken Rice 7c88f35451 1.2.9 rev bump 2013-05-06 18:30:47 -05:00
Ken Rice c7567d418e fix mod_spandsp on systems with libjbig 2013-05-06 18:27:20 -05:00
Michael Jerris 99fd7a87ff fix auto in will not use the last slot 2013-05-06 11:45:30 -04:00
Anthony Minessale 65f0d16dee FS-5371 --resolve 2013-05-03 13:38:44 -05:00
Anthony Minessale 749afaa7a3 FS-5365 --resolve 2013-05-03 13:13:44 -05:00
Michael Jerris 3d934ad397 add bgsystem for background system calls 2013-05-03 16:23:35 -04:00
Anthony Minessale 766db71ecd FS-5085 adding this patch but still wondering what causes this issue 2013-05-03 12:30:57 -05:00
Anthony Minessale a062444b4c dress up event fired after parsing a message 2013-05-03 11:43:01 -05:00
William King ec0067b04c FS-5240: --resolve Please test 2013-05-03 00:54:58 -05:00
Anthony Minessale a30989d769 prevent t38_passthru and fax_detect from both happening at once 2013-05-02 22:22:59 -05:00
William King 2e7c219b7e FS-4332: --resolve 2013-05-03 00:02:05 -05:00
Anthony Minessale d0e2e9ae9c FS-4875 auto setting ignore_early_media causes unwanted side effects for others, it will have to be supplied by the user 2013-05-02 21:22:16 -05:00
Anthony Minessale 95d31525ce FS-5359 --resolve 2013-04-30 18:46:15 -05:00
Brian West 91712b5774 add channel data to this event 2013-04-30 14:44:15 -05:00
Brian West 52f867b142 fix stop the correct way 2013-04-30 13:25:15 -05:00
Anthony Minessale 91f8c53568 add uuid of orig picked channel too 2013-04-30 11:58:10 -05:00
Anthony Minessale 99e91acc5f add execute_on_pickup and api_on_pickup 2013-04-30 11:41:47 -05:00
Brian West 85957b9557 fix stopping of streams 2013-04-30 12:33:25 -05:00
Anthony Minessale a9587acac2 FS-5358 --resolve use allow-transcoding=true param in global settings or fifo_allow_transcoding=true channel var on per caller basis
Conflicts:
	src/mod/applications/mod_fifo/mod_fifo.c
2013-04-30 09:42:11 -05:00
Anthony Minessale 89afd89741 FS-5286 we can try this for added protection 2013-04-29 09:20:19 -05:00
Anthony Minessale e23d4d37aa FS-5355 --resolve 2013-04-29 08:51:30 -05:00
Anthony Minessale e495702e7d FS-4990 --resolve 2013-04-26 17:23:30 -05:00
Brian West 49b999c167 FS-5316 --resolve 2013-04-25 13:48:56 -05:00
Brian West 115061a4da Add application layer keepalive options to sofia and expose config options
Conflicts:
	src/mod/endpoints/mod_sofia/mod_sofia.h
2013-04-25 12:19:20 -05:00
Anthony Minessale b4feb4d93f rebuild 2013-04-25 12:15:50 -05:00
Anthony Minessale d7e107a46a add tcp keepalive where possible 2013-04-25 12:15:30 -05:00
Anthony Minessale 03f9daf002 remember to file your tps reports 2013-04-24 15:52:10 -05:00
Anthony Minessale 66bfd299f5 FS-5346 --resolve use new originate_delay_start=<ms> to get this 2013-04-24 15:08:08 -05:00
Anthony Minessale e852ef6411 FS-5344 --resolve 2013-04-24 12:24:05 -05:00
Anthony Minessale 31f294e417 FS-5343 --resolve
Conflicts:
	libs/sofia-sip/.update
2013-04-24 12:11:02 -05:00
Anthony Minessale c4c2883c61 FS-5331 2013-04-24 11:33:18 -05:00
Anthony Minessale 9dcfc67dd0 FS-5325 this should prefer v4 addrs to avoid the blocking on connect as well so you can use the dns name again 2013-04-24 10:50:36 -05:00
Anthony Minessale 6368321bd3 FS-5325 2013-04-24 10:50:36 -05:00
William King 198ae2fa05 If the rsession is null, then don't try to unlock it, since that'll just result in a segfault. 2013-04-23 17:48:07 -07:00
William King 985c8de056 fixed rtmp active calls count 2013-04-23 17:48:07 -07:00
William King 7df4e52d61 added rsession check before comparing its state. commented out active sessions loop 2013-04-23 17:48:07 -07:00
William King f748a1fac8 Updating the contributor tags 2013-04-23 17:48:06 -07:00
William King ea2d532e04 Moving all rtmp specific logging to use the rtmp uuid rather than the session uuid. 2013-04-23 17:48:06 -07:00
William King 5f71f05afb Another variable name standardization 2013-04-23 17:48:06 -07:00