Anthony Minessale
4962542b40
FS-867 --resolve
2011-06-27 10:15:03 -05:00
Anthony Minessale
bc7cb400c0
add sip_liberal_dtmf chanvar and liberal-dtmf profile param to use the maximum methods of DTMF avoiding sticking to the spec which leads to incompatability
2011-06-23 17:57:10 -05:00
Anthony Minessale
fb68746eed
add parallelism to sofia by offsetting sip messages to the concerned sessions and using multiple queue threads for message handling
2011-06-16 14:37:22 -05:00
Anthony Minessale
9df8169d1f
add mutex around gateway access on per-profile basis and token based access to global profiles to prevent hanging on to the hash mutex while doing sql stmts which may cause issues/slowdowns
2011-06-16 14:32:14 -05:00
Anthony Minessale
7330a06f99
FS-3214 try this patch too
2011-06-09 10:22:40 -05:00
Anthony Minessale
079f48458e
add check_sync to sofia cli (like flush_inbound_reg without the unreg)
2011-06-08 11:09:03 -05:00
Anthony Minessale
68c389df46
FS-3326 --resolve ok thx
2011-06-03 09:45:07 -05:00
Jeff Lenk
6a38dce2b8
trivial compiler warnings
2011-05-29 09:46:02 -05:00
Anthony Minessale
9d8e54b500
FS-2751 --comment-only Please try latest patch with profile param NDLB-force-rport set to server-only or disabled. The parameter you were hacking on only applies to inbound calls not outbound calls. Its confusing but in in sip lingo client and server are outbound and inbound call direction respectively.
2011-03-28 18:31:46 -05:00
Anthony Minessale
9e89f607c8
FS-3140 --comment-only please try this patch
2011-03-10 00:18:06 -06:00
Anthony Minessale
2a35dfb51e
add rtp-notimer-during-bridge (alternative to rtp-autoflush-during-bridge
2011-03-09 15:17:26 -06:00
Anthony Minessale
8727e568e8
alter implementation of renegotiate codec on hold feature to still take other sdp elements into consideration
2011-03-08 10:37:16 -06:00
Anthony Minessale
bfd0ba9798
do not renegotiate codecs on hold re-invites
2011-03-07 13:02:41 -06:00
Anthony Minessale
13dc6058bc
pass custom headers backwards over sofia
2011-02-18 10:13:52 -06:00
Anthony Minessale
c565501f55
tell rtp stack about what remote payload type to expect when the receiving end follows the stupid SHOULD as WONT and sends a different dynamic payload number than the one in the offer
2011-02-15 16:09:58 -06:00
Anthony Minessale
7b01cbbca4
add send-presence-on-register (true|false|first-only) param to sofia and api command sofia global debug [presence|sla|none]
2011-01-14 13:58:21 -06:00
Michael Jerris
0132cd3fc7
Fix routing behavior of inbound calls from gateways that only match gateway based on the gw request uri param
...
we now honor the extension gateway param only if it is explicitly set, but will not route to the username param if extension is not set
also, new special value for extension "auto" that should use the request uri unless it has gw+ and then it will use the to uri
2011-01-06 15:35:12 -06:00
Anthony Minessale
181b543b0c
add auto-jitterbuffer-msec param and auto-disable the jitterbuffer when briding to another channel who also has a jitterbuffer so both legs will disable during a bridge
2011-01-05 16:25:14 -06:00
Brian West
3734f4cd44
bump copyright date and fix some email and typos from diego.
2011-01-05 10:09:04 -06:00
Anthony Minessale
fc77d19b7b
presence.... again....
2011-01-03 16:40:49 -06:00
Anthony Minessale
97a68c50d9
support allowing pidf-ful presence clients to share the same account and 'appear offline' without influencing each other =/ also refactor the contact generation string based on nat into a helper function
2010-12-30 11:38:23 -06:00
Mathieu Rene
98ed05cc98
Add reuse-connections sofia profile param to allow users to turn off TPTAG_REUSE, thus not re-using TCP connections
2010-12-10 14:30:47 -05:00
Anthony Minessale
143949941c
add presence-probe-on-register sofia param to send a probe on register instead of presence to deal with some broken phones and add some general improvements to allow multi homed presence
2010-11-24 21:39:08 -06:00
Brian West
cf398e1a44
FS-535: tested but please test MORE.
2010-11-22 14:59:47 -06:00
Anthony Minessale
b278dd2379
add manual_rtp_bugs to profile and chan var and 3 new RTP bugs SEND_LINEAR_TIMESTAMPS|START_SEQ_AT_ZERO|NEVER_SEND_MARKER
...
RTP_BUG_SEND_LINEAR_TIMESTAMPS = (1 << 3),
Our friends at Sonus get real mad when the timestamps are not in perfect sequence even during periods of silence.
With this flag, we will only increment the timestamp when write packets even if they are eons apart.
RTP_BUG_START_SEQ_AT_ZERO = (1 << 4),
Our friends at Sonus also get real mad if the sequence number does not start at 0.
Typically, we set this to a random starting value for your saftey.
This is a security risk you take upon yourself when you enable this flag.
RTP_BUG_NEVER_SEND_MARKER = (1 << 5),
Our friends at Sonus are on a roll, They also get easily dumbfounded by marker bits.
This flag will never send any. Sheesh....
2010-11-10 16:58:36 -06:00
Anthony Minessale
e5b891eed1
add separate reg timeout from retry sec
2010-11-03 10:58:32 -05:00
Anthony Minessale
df52cc0952
fix registration overlap timeout snafu
2010-11-02 17:58:24 -05:00
Anthony Minessale
99ada6bdba
add events
2010-10-27 12:00:30 -05:00
Anthony Minessale
e10bc0a965
allow {dtmf_type=none} to work in oubound dial strings
2010-10-26 15:43:14 -05:00
Anthony Minessale
59d3b84def
profile param ignore-183nosdp, chanvar sip_ignore_183nosdp FS-1978
2010-10-25 11:52:43 -05:00
Anthony Minessale
fd1736b38f
1) Add force-publish-expires to set custom presence update expires delta (-1 means endless)
...
2) Check how many users are registered when receiving a PUBLISH AND Multiple Registrations is enabled:
if there is more than just 1 AND you are sending a offline message: skip publishing it to everyone
to prevent clients from thinking themselves has gone offline.
2010-10-21 12:55:07 -05:00
Anthony Minessale
dfa78985b4
Change codec behaviour
...
channel_variable: sdp_m_per_ptime
Adds a new m= line for each distinct ptime in codec list.
When this variable is not set:
When mixing codecs with various ptime in a codec list, they will now be allowed to co-exist in the sdp but it will send no ptime attr.
This means the ptime preferences on the offer will be ignored when mixing codecs with various ptimes.
When receiving a codec list with no ptime attr, the ptime will be chosen from local preference instead of assuming 20ms
This means if offer contains PCMU with not ptime and FS has PCMU@40i
Dynamic payloads will now start at 98 and increment per additional dynamic codec per call.
So now you can add CELT@32000h,CELT@48000h and each one will be auto-assigned a dynamic paylaod type.
2010-10-13 19:28:20 -05:00
Anthony Minessale
8f13eb8966
FS-2762
2010-10-06 15:17:48 -05:00
Anthony Minessale
fadcbd9268
watchdog_step_timeout watchdog_event_timeout (milliseconds) to detect a problem in sofia and shutdown instantly
2010-10-06 13:41:59 -05:00
Michael Jerris
c701d41c3c
add sofia_glue_find_parameter_value function to get a specific value from a url params string
2010-10-03 20:00:32 -04:00
Anthony Minessale
c87b60278e
FS-2748
2010-10-01 09:30:32 -05:00
Anthony Minessale
633f193dae
add bitrate patch from moc with some extra stuff for late neg mode
2010-09-29 16:52:43 -05:00
Anthony Minessale
84a383fe0f
improve video support for new polycom phones
2010-09-29 14:14:41 -05:00
Anthony Minessale
09fa66787e
add 'sofia global siptrace on' so we don't have to always teach people to enable sip trace on each profile
2010-09-20 16:55:09 -05:00
Anthony Minessale
0477cb67f5
add sofia profile <profile> gwlist up|down to list up or downed profiles for feeding into mod distributor to exclude dead gateways
2010-09-17 14:11:57 -05:00
Anthony Minessale
04b5215646
presence tweaks and addition of all-reg-options-ping which is like nat-options-ping only for every registered host
2010-09-15 15:42:08 -05:00
Anthony Minessale
646a5609a1
edge cases for sofia recover
2010-09-08 22:53:57 -05:00
Anthony Minessale
4526ba30c6
improve sofia recover in some nat cases
2010-09-08 15:32:34 -05:00
Anthony Minessale
bb980fdef5
refactor
2010-09-03 12:46:49 -05:00
Anthony Minessale
5481d9a98c
MODSOFIA-86
2010-08-19 18:22:06 -05:00
Anthony Minessale
96b790fa2e
BOUNTY-20
2010-08-18 15:01:32 -05:00
Anthony Minessale
7898679b20
tweak
2010-07-01 09:37:49 -05:00
Anthony Minessale
f2ea3ee315
indent run
2010-06-30 10:35:15 -05:00
Anthony Minessale
911e9182e1
add cid-in-1xx profile param and sip_cid_in_1xx chan var
2010-06-29 09:32:41 -05:00
Anthony Minessale
fabaa4a28e
MODSOFIA-77
2010-06-18 17:09:26 -05:00