4877 Commits

Author SHA1 Message Date
Anthony Minessale
d6c2b9a2fb FS-5085 the last change helped weed out the real bug which is this commit 2013-05-10 10:45:07 -05:00
Anthony Minessale
e5754ab3ee FS-5403 --resolve 2013-05-10 09:59:19 -05:00
Anthony Minessale
3fc8f7888a FS-5399 --resolve 2013-05-09 14:09:23 -05:00
Anthony Minessale
646b34a2a2 FS-5398 2013-05-09 10:10:06 -05:00
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
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 d8edc031faa41d4e570aad1e347a0ed6c0d6c1d8.

Conflicts:
	src/mod/endpoints/mod_rtmp/mod_rtmp.c
2013-05-07 16:08:15 -07:00
Anthony Minessale
bf3f26b0f8 FS-5383 --resolve 2013-05-07 08:31:48 -05:00
Anthony Minessale
749afaa7a3 FS-5365 --resolve 2013-05-03 13:13:44 -05:00
Anthony Minessale
766db71ecd FS-5085 adding this patch but still wondering what causes this issue 2013-05-03 12:30:57 -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
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
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
William King
cfc49ff7a5 Should resolve the last of the rsession -> session and session -> rsession on_destroy race condition issues
Conflicts:
	src/mod/endpoints/mod_rtmp/mod_rtmp.c
2013-04-23 17:48:01 -07:00
William King
e84cd70147 White space cleanup and variable naming standardization 2013-04-23 17:46:05 -07:00
William King
8171f6d11a Standardizing on rsession to reference rtmp_session_t
Conflicts:
	src/mod/endpoints/mod_rtmp/mod_rtmp.c
2013-04-23 17:45:48 -07:00
William King
62fb1437d9 Resolve the segfault where the channel is destroyed while it is still receiving audio
Conflicts:
	src/mod/endpoints/mod_rtmp/rtmp.c
2013-04-23 17:44:20 -07:00
William King
3e1d0318a2 Cleaning up and standardizing variable name to rsession if the session referenced is an rtmp_session_t 2013-04-23 17:43:22 -07:00
William King
037bd48c8c added debugging to print ip and port of rtmp connection as well as tie the rtmp session and fs session together 2013-04-23 17:43:22 -07:00
William King
538c1afa69 fixed stuck mod_rtmp session when the call is killed from fs side, such as using uuid_kill 2013-04-23 17:43:21 -07:00
Anthony Minessale
5c696f9b55 FS-5341 --resolve 2013-04-23 14:49:36 -05:00
Anthony Minessale
5a161a967d add geolocation header parser 2013-04-18 16:41:34 -05:00
Anthony Minessale
01e06b601e FS-5322 stable equiv 2013-04-18 16:29:06 -05:00
Anthony Minessale
40eda54cfe FS-5318 update 2013-04-17 17:48:55 -05:00
Anthony Minessale
3fa092c5c6 FS-5318 --resolve 2013-04-17 15:58:15 -05:00
Anthony Minessale
de5903c1a4 FS-5299 --resolve 2013-04-17 15:38:54 -05:00
Anthony Minessale
7b93c2d071 prevent offering vid codec on recover when one was not chosen 2013-04-16 13:40:07 -05:00
Michael Jerris
61ec4c0abb fix case for call_completed_elsewhere var set 2013-04-15 16:45:12 -04:00
Anthony Minessale
2d0b24743f move callstate changes down to take place after the core states have run 2013-04-15 10:43:49 -05:00
Brian West
3fde0e453e Swap UUIDs 2013-04-12 11:56:47 -05:00
Anthony Minessale
8dd4c8f9f1 don't send presence for hangup if you never sent it for early in presence_disable_early mode, it causes issues in yealink 2013-04-09 22:32:24 -05:00
Anthony Minessale
d8a6dcf5a5 FS-5265 2013-04-08 16:30:21 -05:00
Anthony Minessale
28f3e67740 FS-5279 --resolve some mods made to the patch 2013-04-08 11:48:40 -05:00
Raymond Chandler
227af62a4a FS-5280 --resolve bitch n bail 2013-04-08 10:43:57 -04:00
Anthony Minessale
cb8d51a67c FS-5265 2013-04-06 16:31:38 -05:00
Anthony Minessale
a7a04d8a13 sla barg cid regression 2013-04-05 16:42:25 -05:00
Anthony Minessale
57fb368b32 sla cid tweaks 2013-04-05 00:29:20 -05:00
Anthony Minessale
bce6ad1968 FS-5265 --resolve 2013-04-04 12:36:11 -05:00