3535 Commits

Author SHA1 Message Date
William King
9ace496fe3 full_contact must be freed by sofia. There isn't a chance of this having blown anything up, but Coverity is right that this should be initialized with NULL to be safe against future refactors. 2013-05-18 19:13:18 -07:00
William King
d27a95a50e Possible leak if someone were to try and add extra headers to a channel that had either an inbound info on that session or the session were to be deflected. I don't see a way that these extra headers could be added outside of a C module subscribing to the session states, but just to make sure I'm adding these so that just like other extra header locations it's cleaned up. 2013-05-18 17:00:41 -07:00
William King
f718a0572f Alice meet rabit hole. There is a leak here on every invite that comes back from a status 180 when the other side is not FS, but you have presence enabled. Thanks to Coverity scan for location this condition. This 'might' not have been leaking if sofia was automatically freeing this when the sofia object was destroyed, but all other locations where sip_header_as_string where called they were all followed by a su_free, so I assume not. 2013-05-18 16:35:03 -07:00
William King
f519ad195a If the mod_sofia global presense hash is null, then make sure to free the matches variable before going to done. 2013-05-18 16:05:40 -07:00
Anthony Minessale
ea881b191f media/srtp refactoring pass 2013-05-17 15:39:30 -05:00
William King
8d7aa3ff65 FS-5441: --resolve 2013-05-17 12:39:17 -07:00
Anthony Minessale
1eae2a1941 FS-5410 --resolve 2013-05-13 13:15:33 -05:00
Raymond Chandler
bba4540fe5 add context 2013-05-10 16:31:12 -04:00
Anthony Minessale
bb6b02f2d6 FS-5403 --resolve 2013-05-10 09:59:02 -05:00
Anthony Minessale
16690e491d FS-5399 --resolve 2013-05-09 14:05:09 -05:00
Anthony Minessale
01a748869d regression parsing rtp-timeout-sec from the profile 2013-05-07 08:50:02 -05:00
Anthony Minessale
283e5f5f6a FS-5365 --resolve 2013-05-03 13:14:01 -05:00
Anthony Minessale
44840fc97a fix regression in sofia profile param for t38-passthru 2013-05-02 22:36:39 -05:00
Anthony Minessale
9ef0323499 FS-5355 --resolve 2013-04-29 10:09:14 -05:00
Anthony Minessale
c4e7c302f9 FS-5351 --resolve 2013-04-27 08:19:18 -05:00
Seven Du
5b9318c109 FS-4990 change uuid_debug_audio to uuid_debug_media and add video params 2013-04-27 06:47:06 +08:00
Anthony Minessale
7a42ec06df RTP stats were not being logged. There is no JIRA on this sigh 2013-04-26 09:31:28 -05:00
Brian West
88a13a7580 FS-5316 --resolve 2013-04-25 13:48:02 -05:00
Brian West
d5ec949142 Add application layer keepalive options to sofia and expose config options 2013-04-25 13:34:07 -05:00
Anthony Minessale
eeeb4fa445 FS-5340 --resolve 2013-04-24 16:35:58 -05:00
Anthony Minessale
e1c325dcb5 FS-5341 --resolve 2013-04-23 14:49:07 -05:00
Anthony Minessale
ec43377df7 FS-5339 --resolve 2013-04-23 10:26:16 -05:00
Anthony Minessale
b0cdad5d5d add geolocation header parser 2013-04-18 16:44:40 -05:00
Anthony Minessale
c8a6c99f84 FS-5322 --resolve 2013-04-18 16:27:45 -05:00
Anthony Minessale
54d47599e9 FS-5318 update 2013-04-17 17:51:11 -05:00
Anthony Minessale
cb9d41dd0e FS-5318 --resolve 2013-04-17 15:59:48 -05:00
Anthony Minessale
7aa23c4b21 FS-5299 --resolve 2013-04-17 15:38:37 -05:00
Michael Jerris
0aa2009d1d fix case for call_completed_elsewhere var set 2013-04-15 16:45:32 -04:00
Anthony Minessale
8adeab7d5a move callstate changes down to take place after the core states have run 2013-04-15 10:43:32 -05:00
Anthony Minessale
0fe47df2d7 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:44 -05:00
Anthony Minessale
c9a49b0ff3 debug 2013-04-09 21:42:32 -05:00
Anthony Minessale
a67505ba74 FS-4934 2013-04-09 21:38:11 -05:00
Anthony Minessale
cbdf2ceaac FS-5265 2013-04-08 16:30:00 -05:00
Anthony Minessale
965047615c FS-5279 --resolve some mods made to the patch 2013-04-08 11:48:20 -05:00
Anthony Minessale
1e251568cc FS-5265 2013-04-06 16:32:01 -05:00
Anthony Minessale
e245e81c3b sla barg cid regression 2013-04-05 16:41:51 -05:00
Anthony Minessale
b934891f49 sla cid tweaks 2013-04-05 00:38:57 -05:00
Anthony Minessale
3cc441485b revert 2013-04-05 00:38:09 -05:00
Anthony Minessale
900f2aab74 sla cid tweaks
Conflicts:
	src/mod/endpoints/mod_sofia/sofia_glue.c
2013-04-05 00:36:44 -05:00
Anthony Minessale
52c1d3c76b FS-5265 --resolve 2013-04-04 12:35:22 -05:00
Anthony Minessale
e35b087f51 remove depricated vars causing issues 2013-04-02 21:12:14 -05:00
Anthony Minessale
69c3c7d8e2 FS-5257 --resolve you seem to be setting sip_secure_media on an inbound leg, this is not correct. This patch should auto-correct that but also beware that the variable has changed to rtp_secure_media after this commit 2013-04-02 20:05:46 -05:00
Anthony Minessale
ed782ed15b FS-5254 --resolve 2013-04-02 13:40:37 -05:00
Brian West
e334fd064f fix variable name 2013-04-02 13:10:00 -05:00
Anthony Minessale
2207b87769 do some more caller-id cleanup 2013-04-01 23:03:14 -05:00
Anthony Minessale
b7ba97f3af add new files to msvc builds 2013-03-31 21:27:27 -05:00
Anthony Minessale
dd878da49d clean up proxy media mode 2013-03-31 21:27:27 -05:00
Anthony Minessale
68055eab2b support tls dir options properly 2013-03-31 21:27:26 -05:00
Anthony Minessale
a4e0bae4c7 fix cert dir specification when tls is not configured (note, you probably need to move your certs for wss after this commit) 2013-03-31 21:27:26 -05:00
Anthony Minessale
45bd5952b1 fix some regressions and improve candidate selection 2013-03-31 21:27:26 -05:00