858 Commits

Author SHA1 Message Date
Anthony Minessale
1e0df408cf oops 2010-12-17 15:28:19 -06:00
Anthony Minessale
8f452bc519 cid logic changes for calle[re] 2010-12-17 14:35:53 -06:00
Anthony Minessale
93cc3dc556 normalize tests for outbound channels to use switch_channel_direction instead of testing for CF_OUTBOUND 2010-12-15 20:59:42 -06:00
Anthony Minessale
e9958c5b0c more jb work, add debug command and logging (sorry jlenk if this breaks win32) 2010-12-14 23:46:26 -06:00
Anthony Minessale
321013efe7 have mod_sofia always elect to be the session refresher so we know it will work, also make the session-expires set to 0 imply 100% disabled session timers 2010-12-13 14:02:46 -06:00
Anthony Minessale
d547096164 dramatic jitterbuffer changes 2010-12-10 17:47:46 -06:00
Brian West
a669f76f78 Fix issue when fs_path is used so we pick the correct media IP in our outbound invite this was soemthing that wouldn't work correctly over ATT on the iphone. 2010-11-30 17:43:13 -06: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
Anthony Minessale
10119e9e88 FS-2824 2010-11-08 10:13:35 -06:00
Michael Jerris
40ac860aaa fix missing name and potential segfault in gateway status 2010-11-05 20:24:31 -04:00
Anthony Minessale
2043d5a671 fix display of timeout 2010-11-03 12:22:01 -05:00
Anthony Minessale
97d80d924a same as last one in another place 2010-11-02 11:50:04 -05:00
Anthony Minessale
35676e7e04 parse static route in sip uri in notify by event 2010-11-01 18:47:09 -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
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
f13fa0c1a5 FS-2763 2010-10-08 15:38:01 -05:00
Anthony Minessale
8f13eb8966 FS-2762 2010-10-06 15:17:48 -05:00
Anthony Minessale
51cc00a5f9 doh 2010-10-06 11:07:41 -05:00
Anthony Minessale
fea856b67c swigall 2010-10-06 08:48:33 -05:00
Anthony Minessale
3bae1e7ab2 refactor 2010-10-06 08:38:32 -05:00
Brian West
6937ca39da FS-884 2010-10-01 10:33:15 -05:00
Jeff Lenk
45ecbc2f61 fix warnings on windows x64 builds src and mods projects - only libsofia included on the libs side 2010-09-29 15:47:58 -05:00
Anthony Minessale
84a383fe0f improve video support for new polycom phones 2010-09-29 14:14:41 -05:00
Brian West
7310c2c553 FS-1681 2010-09-27 12:44:50 -05:00
Brian West
a9446ac12e SFSIP-227 2010-09-23 11:25:43 -05:00
Brian West
72baaf6d23 fix t38 passthru when port changes on re-invite 2010-09-21 19:22:28 -05:00
Michael Jerris
29ea6e296f fix typo and printf specifier resulting in incorrect output of call counts on profiles and gateways 2010-09-21 15:08:26 -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
445731eea1 add inline lists for tab complete db using ::[a:b syntax 2010-09-17 14:10:30 -05:00
Anthony Minessale
6068167208 explicit reloadxml in sofia as well 2010-09-16 18:17:52 -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
86de47ff31 dont put an rpid in 183 or 200 if pass-callee-id is false 2010-09-08 10:41:59 -05:00
Anthony Minessale
ac20528816 MODSOFIA-85 2010-09-08 09:44:49 -05:00
Brian West
540ee0123d make sure to remove sip_dialogs when we should 2010-08-27 14:05:03 -05:00
Andrew Thompson
37c224670e Unify gateway printing between 'sofia xmlstatus gateway' and 'sofia xmlstatus gateway <gatewayname>' 2010-08-26 18:35:22 -04:00
Mathieu Rene
2a730984d2 mod_sofia: fix compile 2010-08-26 14:50:50 -04:00
Anthony Minessale
46c6650a94 pass originate flags into session_request so we can selectivly skip throttling 2010-08-26 12:19:49 -05:00
Anthony Minessale
f1aead3174 increase sps during recovery 2010-08-18 15:33:18 -05:00
Anthony Minessale
96b790fa2e BOUNTY-20 2010-08-18 15:01:32 -05:00
Brian West
92d324d3aa MODSOFIA-91 2010-08-17 09:44:36 -05:00
Anthony Minessale
d6d7773ca4 FSCORE-639 with some additional changes 2010-07-29 17:41:33 -05:00
Anthony Minessale
f2ea3ee315 indent run 2010-06-30 10:35:15 -05:00
Anthony Minessale
51cb9efe9a remove ass 2010-06-29 14:05:44 -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
0bff1a411b clean up indenting in sofia 2010-06-23 13:22:52 -05:00
Anthony Minessale
fabaa4a28e MODSOFIA-77 2010-06-18 17:09:26 -05:00
Anthony Minessale
a0c641aeb7 MODSOFIA-59 (part 2) 2010-06-18 16:53:02 -05:00
Anthony Minessale
beae21d729 MODSOFIA-59 2010-06-18 15:42:28 -05:00