Anthony Minessale
6fc559effa
fix build
2011-11-10 09:46:56 -06:00
Anthony Minessale
8cf839690f
FS-3685 this was just a typo but once i fixed it, i realized this code is pretty messed up and might need to be redone, I cleaned it up the best i could for now but I did not write this feature so I am not to confident that it should be used in production
2011-11-10 10:48:06 -06:00
Anthony Minessale
3764a60df9
FS-3469 here is some more, this may never be perfect
2011-10-24 18:54:25 -05:00
Anthony Minessale
b2d2353ce9
FS-3596 --resolve
2011-10-05 13:55:20 -05:00
Anthony Minessale
f04fd38c3e
FS-3594 if this does not work you will need to give me access to your box
2011-10-04 17:46:49 -05:00
Anthony Minessale
256a6264d4
prevent sql injection by using sqlite formatter on various code that generates sql stmts with switch_snprintf
2011-09-29 08:28:12 -05:00
Anthony Minessale
607c112fb7
FS-3583 --resolve race condition caused by unresponsive host when unregistering the gateway.
2011-09-27 08:44:29 -05:00
Anthony Minessale
7333d46d5b
add new chatplan concept and mod_sms. Apps for chat messages: copy new base freeswitch.xml and chatplan dir if you are upgrading on existing config base
2011-09-21 14:31:18 -05:00
Michael Jerris
1b9b3456ad
add auth username to unreg event
2011-09-08 17:57:17 -04:00
Anthony Minessale
7159f64b22
revert 53b0ecce6009db3247fcfa3369e11887d2fe64b7
2011-08-19 17:29:47 -05:00
Anthony Minessale
cd316330c6
FS-3511 FS-2875 --resolve we will go with this as-is and just make it a default
2011-08-17 19:34:22 -05:00
Anthony Minessale
53b0ecce60
use the call_id of the original register in the unsolicited notify for MWI
2011-08-05 11:09:45 -05:00
Anthony Minessale
8caef22b6c
don't add the fs_nat stuff twice when its already there
2011-08-04 00:02:13 -05:00
Anthony Minessale
f9612fecfe
use register contact to determine proper contact in 200 ok response to register
2011-07-29 21:55:52 -05:00
Anthony Minessale
73ba5a562e
FS-3386
2011-07-16 11:30:25 -05:00
Anthony Minessale
23cf457d9a
re-add missing revert
2011-07-16 10:36:51 -05:00
Anthony Minessale
1675981428
FS-3386 roll back a few revs then remove some refs and reroll patches that were in between
2011-07-16 01:03:01 -05:00
Anthony Minessale
2932c1fa17
FS-3386 Try this revision please
2011-07-14 00:17:05 -05:00
Anthony Minessale
84f8868bf8
FS-3385 --resolve
2011-06-30 11:59:58 -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
079f48458e
add check_sync to sofia cli (like flush_inbound_reg without the unreg)
2011-06-08 11:09:03 -05:00
Jeff Lenk
6a38dce2b8
trivial compiler warnings
2011-05-29 09:46:02 -05:00
Anthony Minessale
2582bbcb36
add xml user caching mechanism
2011-05-23 17:15:37 -05:00
Anthony Minessale
73279f01bf
FS-3166 --resolve
2011-04-22 16:43:29 -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
Jeff Lenk
c735e28a55
FS-3190
2011-03-28 10:27:06 -05:00
Michael Jerris
c885d09f23
don't strcasecmp on null string
2011-03-19 10:14:50 -04:00
Anthony Minessale
4c435ec530
change text of error message to be more descriptive
2011-03-14 11:54:08 -05:00
Anthony Minessale
deec244b9d
FS-3098 You are probably right about the sql statement, we must have missed that when the contributor gave us the patch. Be aware this code is depricated in favor of the broadsoft SCA shared appeareances and will probably be removed eventually
2011-02-24 10:22:47 -06:00
Anthony Minessale
04bb74fcae
FS-3050 FS-3051
2011-02-14 11:27:55 -06:00
Anthony Minessale
a2c0da53f3
add centralized registration db to core db and use it from mod_sofia
2011-02-11 23:10:12 -06:00
Brian West
afc027473f
FS-2989: Places ;fs_path= within the contact string <...> when using NDLB-connectile-dysfunction-2.0, instead of just appending to the end of the contact string.
2011-01-19 11:35:48 -06:00
Travis Cross
68bf642c11
fix sofia flush_inbound_reg to work when @domain is given
...
Prior to this change, calling flush_inbound_reg with @domain will
reboot all matching devices (if reboot is specified), but will not
actually flush the matching registrations.
2011-01-16 22:33:49 +00: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
9462f53c90
don't say we are not for polycom phones (safe rport) when its not really nat
2011-01-06 16:01:07 -06:00
Brian West
2c595a6ce0
FS-2961
2011-01-05 11:32:10 -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
Brian West
638cbf16cc
Sofia madness to make crap just work
2010-12-21 19:32:54 -06:00
Brian West
f4d52d4caa
FS-2943: improve fail2ban logging
2010-12-20 08:43:13 -06:00
Marc Olivier Chouinard
fdc31908fa
mod_sofia: Add support to reboot Yealink phone remotely - FS-2897
2010-12-03 18:58:39 -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
17efb68d1d
woops don't log reg twice
2010-11-24 10:53:01 -06:00
Brian West
d73cd50e99
sofia_reg.c lets make this fail2ban stuff better
2010-11-24 10:34:12 -06:00
Brian West
38f994206f
FS-535: additional checks and use the right contact for registers inside and outside of nat
2010-11-23 09:54:50 -06:00
Brian West
cf398e1a44
FS-535: tested but please test MORE.
2010-11-22 14:59:47 -06:00
Brian West
6dfd39c5f3
log ip too
2010-11-21 12:01:48 -06:00
Anthony Minessale
f079f898cb
declinatio mortuus obfirmo!
2010-11-11 10:49:02 -06:00
Anthony Minessale
e5b891eed1
add separate reg timeout from retry sec
2010-11-03 10:58:32 -05:00