1070 Commits

Author SHA1 Message Date
Anthony Minessale
d74b12a167 add more profile shutdown code to compensate for bug in sofia lib on nua_destroy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9997 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 19:26:28 +00:00
Brian West
788eda6019 remove code that doesn't do anything
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9962 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 19:09:26 +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
Anthony Minessale
ca1cfb3198 actually send bye on error condition
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9950 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 23:17:18 +00:00
Michael Jerris
75a21db6bb add error handling for when we get response to a invite that we don't have a session for (session timer after session destroyed?)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9947 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 22:22:41 +00:00
Anthony Minessale
29cf76e749 punt
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9942 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 19:28:07 +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
5a6939d154 whitespace
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9931 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 03:59:55 +00:00
Brian West
5cea654e2e nua_r_prack
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9929 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 02:59:59 +00:00
Brian West
c901727fc2 map unknown event to break
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9926 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 02:31:17 +00:00
Brian West
6c35e3cd4a add sip_via_protocol variable and cleanup code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9923 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 01:06:03 +00:00
Brian West
360bf1a70e remove extra debug not needed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9915 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 17:28:32 +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
Brian West
640803006e cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9871 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 04:42:35 +00:00
Brian West
5445601ff8 tweak warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9868 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 00:47:16 +00:00
Brian West
16b65a8f22 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9854 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 16:03:39 +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
973faab42f fix invalid one legged xfer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9734 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-29 15:15:53 +00:00
Brian West
b87d7f7adf clarify to match other code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9711 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-29 00:39:07 +00:00
Brian West
3de988500f we use a semicolon for contact params instead of the ampersand.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9704 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-28 22:32:36 +00:00
Anthony Minessale
98fefef56b append -1 .. -N postfix after any X-headers as vars that have the same name
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9703 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-28 21:36:39 +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
e963a5a751 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9634 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-23 23:43:40 +00:00
Michael Jerris
72699aac81 (MODENDP-135) add redirect variable to channel as well as partner channel
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9624 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-23 16:14:53 +00:00
Anthony Minessale
221fbdb0f3 patch for FSCORE-191
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9622 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-23 13:54:06 +00:00
Anthony Minessale
587b6ba420 Avoiding Segfault
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9618 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-22 20:50:13 +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
Brian West
b8b4461c24 this breaks gateways... gotta figureo ut why
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9601 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-19 17:59:31 +00:00
Brian West
4ff08a1c40 fix MODENDP-132
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9599 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-19 16:45:21 +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
Anthony Minessale
260ebb8338 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9575 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-16 21:52:12 +00:00
Anthony Minessale
1a66e8b288 omit chat_hash code when presence is not enabled
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9574 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-16 20:04:33 +00:00
Anthony Minessale
89fd373264 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9536 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-12 14:57:44 +00:00
Michael Jerris
170e04f019 add more error case handling to crazy transfer support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9531 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-12 00:05:09 +00:00
Anthony Minessale
9002e9232a add crazy transfer support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9530 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-11 23:40:57 +00:00
Anthony Minessale
c8b8672a3e still try to graceful shutdown in dire cirumstances
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9490 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-09 15:25:31 +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
Michael Jerris
663344afc5 fix info dtmf passing of non numbers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9474 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-07 02:56:56 +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
01e79e2f95 don't need to do this like that for ext-rtp-ip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9463 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-05 14:46:16 +00:00
Brian West
f273047342 this will make it behave as if you didn't set the ext-sip-ip and ext-rtp-ip if they are empty values. Also correct the spelling of Invalid
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9458 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-05 03:57:57 +00:00
Brian West
b68a3f97fc if the string is empty lets use the guessed ip instead.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9457 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-05 03:44:02 +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
Brian West
a659353db2 rfc3261 section 18.1.1 grrr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9371 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-27 04:05:25 +00:00
Anthony Minessale
ca79084134 presence tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9363 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-25 16:30:28 +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
Brian West
98ec172e9a ipv6 1, SIP -1 billion
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9346 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-22 00:04:48 +00:00
Brian West
538b836367 MODENDP-125 to select the proper AF on a profile based on sipip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9313 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-17 19:43:50 +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