4907 Commits

Author SHA1 Message Date
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
Anthony Minessale
6af46c3d60 remove depricated vars causing issues 2013-04-02 21:26:24 -05:00
Anthony Minessale
b72d2c32d7 do some more caller-id cleanup 2013-04-01 23:02:29 -05:00
Mathieu Parent
1382a69e86 EndCall for incoming call while on hold doesn't close both legs on a skinny phone
Fixes #FS-5232, thanks to Nathan Neulinger for the patch
2013-03-30 15:48:18 -05:00
Anthony Minessale
e17a614574 part 2 of other cid patch 2013-03-30 15:47:52 -05:00
Anthony Minessale
dcb4beb12f update caller_id not callee_id when getting a display update from an inbound leg 2013-03-29 22:07:35 -05:00
Brian West
49138460a3 fix 2013-03-29 17:55:50 -05:00
Anthony Minessale
44f529381f FS-5233 --resolve 2013-03-27 11:46:12 -05:00
Anthony Minessale
c4347e6e81 FS-5234 --resolve 2013-03-27 11:37:15 -05:00
Anthony Minessale
18b8007217 FS-5235 --resolve 2013-03-27 11:12:35 -05:00
Anthony Minessale
3bb6acf066 FS-5223 2013-03-26 15:44:26 -05:00
Mathieu Parent
03137f98ab Fix in-band ringback in mod_skinny
Closes: FS-4241 (Thanks to Marek Wiewiorski for the patch)
2013-03-26 22:36:56 +01:00
Mathieu Parent
e0b34881af mod_skinny parses and modifies odbc url, breaking it, but also doesn't use the resulting vars
Closes: FS-5224 (Thanks to Nathan Neulinger for the patch)
2013-03-26 22:29:40 +01:00
Mathieu Parent
e5ab581837 examples for the ext-voicemail and ext-redial options to mod_skinny sample conf
Closes: FS-5227 (Thanks to Nathan Neulinger for the patch)
2013-03-26 22:21:44 +01:00
Mathieu Parent
c3b30a88e3 MIN is an aggregate function on MySQL
Closes: FS-5218 (Thanks to Nathan Neulinger for the patch)
2013-03-26 22:16:44 +01:00
Anthony Minessale
bb3114e96b FS-5171 try this version 2013-03-26 13:23:38 -05:00
Jeff Lenk
a5cd84304e oops line endings 2013-03-26 10:18:44 -05:00
Jeff Lenk
74767e7a49 FS-4321 --resolve 2013-03-26 10:02:53 -05:00
Anthony Minessale
e74e46be27 FS-5171 please test 2013-03-25 17:57:51 -05:00
Anthony Minessale
818f8521e0 don't choose 0 port for proxy mode 2013-03-22 10:34:31 -05:00
Jeff Lenk
0fa438a748 FS-5178 --resolve 2013-03-21 21:36:20 -05:00