Anthony Minessale
25b2a61721
udpate
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10256 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 18:22:36 +00:00
Brian West
e3753e99ef
cache auth_gateway_name in sofia for challenged bye
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10222 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-03 17:39:09 +00:00
Stefan Knoblich
2e9b22f39d
Add quotation marks to clarify acl messages + indentation cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10218 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-02 20:14:12 +00:00
Anthony Minessale
561467d6a5
update to previous patch
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10116 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 18:33:12 +00:00
Anthony Minessale
40a050c6b7
setting profile option multiple-registrations=contact key multi reg off the contact string
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10112 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 17:40:43 +00:00
Anthony Minessale
9c176dc203
Add optional <variables> and <params> tag to <gateway> tag.
...
current gateways are:
<gateway>
<param name="foo" value="bar"/>
</gateway>
now can also be:
<gateway>
<params>
<param name="foo" value="bar"/>
</params>
</gateway>
now can also be:
<gateway>
<params>
<param name="foo" value="bar"/>
</params>
<variables>
<variable name="myvar" val="myval"/>
</variables>
</gateway>
any variables will be set on all outgoing channels using that gateway.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10103 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 22:40:20 +00:00
Anthony Minessale
41a8efb579
add some params to request for xml_curl type stuff
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10018 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 22:13:49 +00:00
Brian West
b0c86f4553
move these messages into debug
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9983 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-12 03:56:11 +00:00
Brian West
ded09448aa
clean up log printfs, my pickyness again
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9957 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 05:42:52 +00:00
Michael Jerris
76b648036a
(MODENDP-112) custom sofia::gateway_state event
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9932 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 15:36:02 +00:00
Michael Jerris
40177f7255
cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9886 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 22:18:40 +00:00
Michael Jerris
2a00a3f58b
handle multi contact register responses and register timeout better
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 22:15:51 +00:00
Michael Jerris
7a9928f1c3
wip
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9884 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 21:55:58 +00:00
Anthony Minessale
003847dd0d
add some more specific events
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9789 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-02 17:10:05 +00:00
Anthony Minessale
f3390c0555
fix macro in sprintf
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9621 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-23 00:10:19 +00:00
Anthony Minessale
718d783272
<param name="challenge-realm" value="auto_from|auto_to|<hardcoded_val>"/>
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9617 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-22 19:14:54 +00:00
Anthony Minessale
a5071efe6b
close MODENDP-136
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9611 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-22 14:40:13 +00:00
Anthony Minessale
cf14366e62
add profile civil unions warning will nuke your db table next time you update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9582 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-18 00:01:03 +00:00
Brian West
f341d9c79a
Add force-register-db-domain which works in conjunction with force-register-domain.
...
force-register-domain will only force auth to the domain specified.
force-register-db-domain will store it in the db with the forced domain.
Examples:
<param name="force-register-db-domain" value="cluecon.com"/>
<param name="force-register-domain" value="cluecon.com"/>
/b
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9487 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-08 22:38:37 +00:00
Brian West
fdab19b277
I before e, except after c.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9399 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-02 03:46:27 +00:00
Michael Jerris
05b01a6c03
switch some usages of switch_event_add_header to switch_event_add_header_string
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9309 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-16 02:19:43 +00:00
Anthony Minessale
5572f25a0f
fix MODENDP-121
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9305 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-15 19:30:34 +00:00
Anthony Minessale
ea5679f8f2
fix sqlite issue with select of the sip contact
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9286 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-12 20:54:51 +00:00
Anthony Minessale
b60ff4d1cd
add sip-forbid-register to user params to refuse to let a certian user register
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9284 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-12 18:28:13 +00:00
Anthony Minessale
f5f9ddc5a1
make register-proxy preserve the url composed from proxy but target the packets to desired address MODENDP-121
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9219 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-01 18:18:35 +00:00
Ken Rice
f3cea0b78e
record the local servers ip not the domain so we can figure out the right server later
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9209 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-30 18:50:47 +00:00
Anthony Minessale
8e5a2d0e46
add clarification to warning message
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9131 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 15:07:16 +00:00
Brian West
60ab746d86
and eh? :)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9100 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 22:26:51 +00:00
Anthony Minessale
edfef3fdca
add reboot options to flush_inbound_reg
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9077 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 20:47:42 +00:00
Anthony Minessale
75900accba
use a variable, realm or to host to find gateway when it's not obvious
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9069 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 14:32:01 +00:00
Anthony Minessale
f492bd4d08
wip
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9068 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 13:36:02 +00:00
Michael Jerris
43a3b71153
add server registration fiels to sip_registration database (MODENDP-118)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9060 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 19:42:40 +00:00
Michael Jerris
4d2cbfe197
Disable multiple registrations on a per-device basis (MODENDP-117)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9042 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 18:04:17 +00:00
Anthony Minessale
d95f4d13ed
can of worms from ray's present
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8961 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-09 17:54:03 +00:00
Anthony Minessale
ae5d9fbdbb
present for ray
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8942 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-08 22:05:34 +00:00
Michael Jerris
64997c4d8e
vim extendtab is bad
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8894 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-03 19:12:26 +00:00
Michael Jerris
1d46f922e2
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8893 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-03 18:50:15 +00:00
Anthony Minessale
60e352cb6e
can't win with sip
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-03 15:01:46 +00:00
Anthony Minessale
eec83be1c9
tweak ping behaviour
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8881 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-02 17:18:34 +00:00
Anthony Minessale
978486d139
deal with some sips: contacts
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8861 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-27 21:38:59 +00:00
Anthony Minessale
2cae9ae781
strip off our private params
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8856 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-27 16:01:40 +00:00
Anthony Minessale
0f16046103
add path support to sofia
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8851 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-26 20:19:09 +00:00
Anthony Minessale
1caea40855
blank username will trigger a lookup for user "nobody"
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8758 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 23:18:59 +00:00
Anthony Minessale
f4160459a6
add per user acl
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8753 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 16:13:15 +00:00
Anthony Minessale
c1e369cbb9
add per user acl
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8752 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 16:11:09 +00:00
Anthony Minessale
11267f3646
add per user acl
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8751 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 16:04:08 +00:00
Anthony Minessale
2c732144dd
presence but no presents
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8741 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-02 20:06:07 +00:00
Stefan Knoblich
b9f72e0a61
update event callback after db schema changes
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8735 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-31 20:55:28 +00:00
Michael Jerris
8792d33889
don't free reason string passed to nua_respond before we are done using it. (nh scope instead of session)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8731 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-30 20:29:32 +00:00
Anthony Minessale
cb12cecbec
refactor to fix unregister event being skipped
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8716 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 13:25:53 +00:00