1528 Commits

Author SHA1 Message Date
Anthony Minessale
2207b87769 do some more caller-id cleanup 2013-04-01 23:03:14 -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
5bcf68c92d handle route for ws and wss transport 2013-03-31 21:27:24 -05:00
Anthony Minessale
e00ede7e7d unreg on sock disconnect 2013-03-31 21:27:22 -05:00
Anthony Minessale
81cd770a18 add ws-binding and wss-binding sofia profile params 2013-03-31 21:27:21 -05:00
Anthony Minessale
20568e64df wip 2013-03-31 21:27:17 -05:00
Anthony Minessale
e4aead198e compiles and runs and probably chok full o bugs 2013-03-31 21:27:16 -05:00
Anthony Minessale
078d963222 MILESTONE: all the crap out of tech_pvt and sofia in general related to media shit 2013-03-31 21:27:16 -05:00
Anthony Minessale
85308861d8 almost rid of crufty tech_pvt members 2013-03-31 21:27:16 -05:00
Anthony Minessale
75c95fa98e MILESTONE: working audio and no reference to rtp_session in all of sofia 2013-03-31 21:27:15 -05:00
Anthony Minessale
caee4cbf46 replace 2013-03-31 21:27:15 -05:00
Anthony Minessale
92ddf47293 expose some rtp func via media handle 2013-03-31 21:27:15 -05:00
Anthony Minessale
faaf642d5c calls both ways still gotta push more into the core 2013-03-31 21:27:15 -05:00
Anthony Minessale
d012c5f392 omg it can make calls ... long way to go ... 2013-03-31 21:27:15 -05:00
Anthony Minessale
48554d1a85 compiles 2013-03-31 21:27:15 -05:00
Anthony Minessale
22d838b4f6 pass2 2013-03-31 21:27:15 -05:00
Anthony Minessale
0fffc839e4 pass1 2013-03-31 21:27:14 -05:00
Anthony Minessale
3c51053bb4 compiles the core wow 2013-03-31 21:27:14 -05:00
Anthony Minessale
eb81042a6f wip 2013-03-31 21:27:14 -05:00
Anthony Minessale
d6af3a1fdd omfg 2013-03-31 21:27:14 -05:00
Anthony Minessale
10010d47c1 wip 2013-03-31 21:27:14 -05:00
Anthony Minessale
1ab88581d7 rename 2013-03-31 21:27:14 -05:00
Anthony Minessale
e747229f5e typo 2013-03-31 21:27:13 -05:00
Anthony Minessale
0a246d1cb4 pull srtp negotiation stuff into the core stage 1 2013-03-31 21:27:13 -05:00
Anthony Minessale
330f68d946 convert rtp flags to arrays 2013-03-31 21:27:13 -05:00
Anthony Minessale
592993ecda baseline 2013-03-31 21:27:13 -05:00
Anthony Minessale
dd1e61e0d4 part 2 of other cid patch 2013-03-30 15:39:49 -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