Anthony Minessale
ca603e59ef
comment patch from e644e620c89867895cb4e69f834913f5df1070e2 seems to cause issues
2012-12-04 11:18:19 -06:00
Anthony Minessale
b35ac6b3bd
fix auto_simplify
2012-11-29 18:34:27 -06:00
Anthony Minessale
ad49dabd8c
fix regression in media for recovered calls
2012-11-26 16:19:49 -06:00
Anthony Minessale
294a6016b8
FS-4859
2012-11-21 10:32:41 -06:00
Anthony Minessale
43b094f139
fix some sql order issues
2012-11-16 20:09:43 -06:00
Anthony Minessale
6814014f7d
bad merge
2012-11-07 14:57:08 -06:00
Anthony Minessale
6627dc8696
fix some contention issues under really high load...That doesn't mean you need to push it this hard and bug me about it =p
2012-11-07 14:53:16 -06:00
Anthony Minessale
f60962ae87
fix some contention issues under really high load...That doesn't mean you need to push it this hard and bug me about it =p
2012-11-07 12:10:50 -06:00
Anthony Minessale
ab99143d5f
only put session pointers in when its done from a codec that comes from a session and set it to the right one
2012-10-30 16:56:03 -05:00
Anthony Minessale
60f7849cbe
FS-4769 should work now
2012-10-27 11:33:06 -05:00
Anthony Minessale
b94ef869e3
FS-4769 try this patch and put {drop_dtmf=true} in your dial string
2012-10-26 14:46:36 -05:00
Anthony Minessale
d905bc8488
FS-4763 --resolve
2012-10-26 10:13:04 -05:00
Anthony Minessale
7088758ae3
FS-4684 try this
2012-10-26 09:30:47 -05:00
Anthony Minessale
16d41e463c
get rid of little caesars
2012-10-25 15:09:09 -05:00
Anthony Minessale
68e0b7e859
optimize sofia sql by using new core transaction processor we will no longer support databases that do not support transactions
2012-10-25 11:31:47 -05:00
Anthony Minessale
7b7254ac93
fix sofia recovery on srtp legs
2012-10-19 15:49:22 -05:00
Anthony Minessale
a20aec182a
add rtp_manual_video_rtp_bugs
2012-10-16 18:43:00 -04:00
Anthony Minessale
1f5f9408a0
FS-4684 please test
2012-10-16 09:27:10 -04:00
Anthony Minessale
c9d16d5f4f
use all inbound codecs on renegotiation
2012-10-15 21:50:59 -04:00
Anthony Minessale
e1fe289672
refactor db stuff to use single string dsn to avoid code duplication and introduce switch_sql_queue_manager api to create transactional sql queues to aggregate a bunch of sql stmts into transactions
2012-10-09 20:20:32 -05:00
Anthony Minessale
93f4c0f698
move sofia locking contention outside of cache_db handle management
2012-10-08 13:28:01 -05:00
Eliot Gable
5cb354dddc
Initial core-pgsql support based on native libpq; FS starts and stops without errors using core-pgsql.
2012-10-08 20:33:57 +00:00
Anthony Minessale
a6602206de
FS-4684 try this, this behaviour is not supported in proxy mode
2012-10-05 09:00:30 -05:00
Anthony Minessale
61f4648aa7
FS-4621 --resolve everyone will want this patch omfg
2012-09-17 20:02:14 -05:00
Anthony Minessale
40533e7378
set new pt on re-invite video negotiation
2012-09-10 15:20:30 -05:00
Anthony Minessale
4ddfedbf71
minor video tweaks
2012-09-10 12:58:23 -05:00
Anthony Minessale
e2544415ad
add chan vars to tell sip to break the rfc and expect the codec payload the other side replies with rather than the one it offered which is the correct behaviour
2012-09-07 16:50:50 -05:00
Anthony Minessale
bfc46567c1
add uuid_media_reneg api command to tell a channel to send a re-invite with optional list of new codecs
2012-09-07 15:33:09 -05:00
Anthony Minessale
8650116d20
move verbos zrtp debug messages to log level DEBUG1 fsctl debug_level 1 to see them
2012-09-05 11:36:11 -05:00
Anthony Minessale
5213c764bb
FS-4079 FS-4540 minor refactoring to fix some minor side effects of recent changes
2012-08-23 11:10:03 -05:00
Anthony Minessale
b3140af073
cleanup
2012-08-22 17:05:25 -05:00
Anthony Minessale
2a8841ab66
change mod_sofia to use new core based recovery engine
2012-08-22 16:27:07 -05:00
Anthony Minessale
8aaca1cef3
make sure recovering calls start with re-invite instead of invite handler
2012-08-22 16:27:07 -05:00
Anthony Minessale
ac7e45400f
typo
2012-07-23 13:20:06 -05:00
Anthony Minessale
9fe08675a1
add tags to allow crypto in avp
2012-07-20 12:11:02 -05:00
Anthony Minessale
f4715781dc
FS-4382 reverse this so you have to enable instead of disable, this patch has been causing srtp issues because the change in ssrc
2012-07-18 22:01:41 -05:00
Anthony Minessale
a06eb2db30
FS-4328 try this
2012-07-11 18:12:26 -05:00
Anthony Minessale
9ca929218f
FS-4382 --resolve
2012-07-06 11:12:14 -05:00
Anthony Minessale
da8885cc51
FS-4397 --resolve
2012-07-06 10:55:53 -05:00
Anthony Minessale
ef23fbaf12
FS-4374 moving the memory to the heap, this should take care of the problem for sure
2012-07-05 12:04:30 -05:00
Anthony Minessale
5f09b40381
add sip_recovery_break_rfc variable to set globally or per channel to not reverse the from and 2 on uas re-invites
2012-06-29 14:41:06 -05:00
Anthony Minessale
a10ec2b991
FS-4299 --resolve regression from 23f8967c the code was not making sure both endpoints were type 'sofia' and dereferencing dingaling channel into sofia and causing memory corruption
2012-06-11 13:30:00 -05:00
Travis Cross
086f617442
increase buffer size for local SDP
...
There are a lot of codecs these days, and some clients offer all of
them. If we run out of space in this buffer our local SDP will get
silently truncated, which will cause a difficult to diagnose error in
Sofia-SIP.
Thanks to Anthony Minessale.
FS-4293 --resolve
2012-06-08 16:14:21 +00:00
Travis Cross
dc30013360
fix buffer length calculation in call to generate_m
...
This error was causing us to call generate_m with a buffer length that
was less than the strlen of the buffer we were passing. The result
was truncated local SDP which would cause sofia to fail if the
truncation was in a particularly bad place.
Thanks to Anthony Minessale for the fix and working with me to
diagnose the issue.
FS-4293 --resolve
2012-06-08 16:14:20 +00:00
Travis Cross
9c463fdbdc
fix typo
...
This amends commit a6bb4545ebf7ffc773e6bc7ab399a3863ca09246.
2012-06-07 20:12:04 +00:00
Travis Cross
49666cee8d
add some sofia debugging for the local SDP
...
Related to issue FS-4293.
2012-06-07 20:09:06 +00:00
Anthony Minessale
a6bb4545eb
FS-4293
2012-06-07 13:00:52 -05:00
Anthony Minessale
d2bc9a2b12
FS-4137
2012-06-04 09:41:46 -05:00
Anthony Minessale
241bdf4166
FS-4279 FS-3279 --resolve
2012-06-01 13:56:55 -05:00
Anthony Minessale
f685e4c504
allow ep_codec_string to draw from absolute_codec_string before the profile prefs
2012-06-01 10:06:28 -05:00