150 Commits

Author SHA1 Message Date
Anthony Minessale
dbed41b4f7 use the same call-id on all registers from the same gateway
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10415 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-15 02:38:40 +00:00
Anthony Minessale
49f353b74e Adjust core and add video caps to mod_conference with video follow audio (first cut)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10314 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-10 18:26:41 +00:00
Anthony Minessale
c217d45cf0 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10244 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 00:20:30 +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
Anthony Minessale
81c1dc0de9 redo some stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10206 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-30 22:40:39 +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
205cf0534f add proxy 3pcc mode
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9934 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 16:15:45 +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
Brian West
8a29557984 MODENDP-131 with minor mods
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9665 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-26 18:21:42 +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
eac4e3e10a nut n honey
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9591 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-18 21:50:18 +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
Anthony Minessale
07198a8416 cleanup for mod_fax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9468 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-05 20:34:18 +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
Brian West
ae4e0df864 its suppress.. but we still support the supress variant.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9380 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-28 16:32:06 +00:00
Anthony Minessale
cbef00ce1f tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9361 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-24 01:52:27 +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
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
Anthony Minessale
d61d5a36a5 add sip_hangup_disposition var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9218 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-01 16:21:51 +00:00
Anthony Minessale
e40ab4966b fix jira issue FSCORE-164
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9204 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 17:54:42 +00:00
Anthony Minessale
5fc5658e5e add auto ip-change detection and some other goodies
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9138 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 22:23:50 +00:00
Anthony Minessale
952f2b7198 add sip_bye_h prefix to add headers to bye
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9129 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 14:04:51 +00:00
Anthony Minessale
c395c05458 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9122 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-21 16:40:28 +00:00
Anthony Minessale
8639738e4b update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9096 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 20:25:39 +00:00
Anthony Minessale
87d48dd016 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9088 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-18 16:18:31 +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
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
3c4aa20c53 add flags to turn off srtp auth and rtp auto adj (FSCORE-149 && MODENDP-115)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8908 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-07 17:56:16 +00:00
Michael Jerris
2f94f73921 make modules unbind events and un-reserve subclasses on module unload
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8898 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-03 23:54:35 +00:00
Anthony Minessale
b84b74e9d3 deal with sips legacy bs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8862 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-27 23:34:33 +00:00
Michael Jerris
17b96b492c keep sofia from re-setting __func__
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8858 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-27 16:36:09 +00:00
Anthony Minessale
eda4dc8b3f NDLB-force-rport option
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8764 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-05 15:55:06 +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
Michael Jerris
6d463b5d0f add enable-3pcc sofia profile param, it is now disabled by default.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8723 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 20:02:06 +00:00
Anthony Minessale
39c768996a make proxy_media mode work on video too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8542 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-23 19:41:23 +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
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
Anthony Minessale
f2c34550b5 remove useless code jus't erase it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8498 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-20 22:28:34 +00:00
Anthony Minessale
515e36f568 who sucks more NAT or cheap SIP device makers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8494 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-20 19:09:09 +00:00
Anthony Minessale
2848cfdd18 more nat stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8488 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-20 16:41:57 +00:00
Anthony Minessale
6ccacdff83 add unregister event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8448 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 18:40:09 +00:00
Anthony Minessale
1a43d04045 clean up nat stuff more
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8395 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-14 14:13:40 +00:00
Anthony Minessale
dc757bc9cf fix many nat woes, see changes to default config for details
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8391 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-13 23:22:21 +00:00
Anthony Minessale
67427b0396 fix small issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8341 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-09 19:35:51 +00:00
Anthony Minessale
6c17e72694 use this one
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8296 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-07 20:06:46 +00:00
Michael Jerris
e917d5f460 remove sub_hash in favor of using a lookup directly into the sip stack
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8283 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 23:49:35 +00:00