Commit Graph

155 Commits

Author SHA1 Message Date
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
Anthony Minessale 0c93b9d1bf fix unregister with Contact: *
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8714 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-28 23:36:56 +00:00
Anthony Minessale 2ad910acc0 fix nat issue re: sofia_contact func
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8713 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-28 22:24:47 +00:00
Anthony Minessale f930eaeec7 indent pass 2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8689 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-27 04:54:52 +00:00
Anthony Minessale b9edb59e9f gcc warns about stupid things but lets you get away with murder elsewhere....
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8541 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-23 18:18:45 +00:00
Anthony Minessale ba11f68428 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8537 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-23 12:23:06 +00:00
Anthony Minessale f2e8d44218 sigh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8527 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-22 17:24:10 +00:00
Anthony Minessale 4909dc50ef tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8522 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-22 14:41:11 +00:00
Michael Jerris 3c2e987d47 var name scope masking and code before decl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8518 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-22 01:24:13 +00:00
Anthony Minessale 9972dc42ec swatting at NAT
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8511 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-21 21:49:27 +00:00
Anthony Minessale b02971fea7 next chapter in the never-ending nat saga
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8502 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-21 16:46:48 +00:00