Commit Graph

1215 Commits

Author SHA1 Message Date
William King 14f48a6a7a 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:36:41 -07:00
William King fc42d93ddf FS-5441: --resolve 2013-05-17 12:40:04 -07:00
Anthony Minessale e8ecb64666 FS-5410 --resolve 2013-05-13 13:15:54 -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 749afaa7a3 FS-5365 --resolve 2013-05-03 13:13:44 -05:00
Anthony Minessale e23d4d37aa FS-5355 --resolve 2013-04-29 08:51:30 -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 5a161a967d add geolocation header parser 2013-04-18 16:41:34 -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 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 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
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 3bb6acf066 FS-5223 2013-03-26 15:44:26 -05:00
Anthony Minessale a65a03a7dd revert unintended change 2013-03-21 13:05:35 -05:00
Anthony Minessale 3034de6e79 FS-5155 2013-03-08 08:24:50 -06:00
Anthony Minessale d9d238b183 FS-5139 --resolve 2013-03-05 13:33:07 -06:00
Anthony Minessale fc1316601b FS-5118 take 2 2013-02-27 09:04:55 -06:00
Anthony Minessale 8987e96744 add dedicated mutex for select based sql stuff 2013-02-25 15:42:26 -06:00
Anthony Minessale dd3bd238c5 limit simo reg processing threads to 25 and add param to raise it 2013-02-21 12:26:30 -06:00
Anthony Minessale 18cd797065 cleanup 2013-02-18 13:54:34 -06:00
William King fca349941e Adding ability to require authentication for sip messages on a sofia profile. 2013-02-04 12:00:28 -06:00
Stefan Knoblich ecc3f31373 mod_sofia: Follow-up fix for FS-5009 to avoid NULL-ptr dereference
Commit f913670e changed switch_core_session_sprintf() args
from sip->sip_to to sip->sip_from, but didn't update the enclosing if()
clause protecting the code from dereferencing NULL pointers.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-01-14 15:01:39 +01:00
Anthony Minessale f913670e27 FS-5009 2013-01-10 12:44:35 -06:00
Anthony Minessale 80c2465a75 FS-5009 2013-01-10 10:32:54 -06:00
Raymond Chandler c7c4bda847 fix pnp 2013-01-09 18:18:07 -05:00
Brian West b8dfbbe129 FS-4994 --resolve 2013-01-07 13:41:08 -06:00
Anthony Minessale eef506bcb0 FS-4985 --resolve 2013-01-07 11:43:26 -06:00
Anthony Minessale 298772184f FS-4978 --resolve this is fine besides one minor change to only consider this path when we are doing passthru 2013-01-07 11:14:51 -06:00
Anthony Minessale f2428b08f9 FS-4779 --resolve 2013-01-07 10:27:28 -06:00
Eliot Gable 6b9570cbf0 Add some additional info on transfer so callee_id_name and number are available in this scenario. 2013-01-03 23:09:19 +00:00
Anthony Minessale 7ba3dadcd8 FS-4859 regression 2012-12-10 13:52:25 -06:00
Anthony Minessale 1cebb320f8 FS-4859 2012-12-07 10:29:44 -06:00
Anthony Minessale a7fafb2039 FS-4913 revert this breaks normal calls so nevermind 2012-12-06 12:22:31 -06:00
Anthony Minessale 8e5012e4d6 FS-4913 try this patch 2012-12-06 10:44:52 -06:00
Anthony Minessale 7744b62a62 add cr 2012-12-04 10:58:51 -06:00
Anthony Minessale d31be4fbcb FS-4813 --resolve 2012-12-04 07:46:31 -06:00
Anthony Minessale 4e3bb1a1e6 rtp and signal parsing adjustments 2012-11-30 13:54:47 -06:00
Michael Jerris b4d7c2ab2c FS-4882: fix potential seg 2012-11-29 16:49:05 -05:00
Anthony Minessale 395b7a9799 FS-4882 --resolve 2012-11-29 12:59:33 -06:00
Anthony Minessale d4f8a79299 try to improve audio stream sync 2012-11-28 23:12:35 -06:00
Anthony Minessale 1f06fe909c FS-4859 correction 2012-11-21 11:49:35 -06:00
Anthony Minessale 294a6016b8 FS-4859 2012-11-21 10:32:41 -06:00
Anthony Minessale 812d876414 FS-4856 --resolve 2012-11-21 09:11:04 -06:00
Anthony Minessale 43b094f139 fix some sql order issues 2012-11-16 20:09:43 -06:00