Commit Graph

554 Commits

Author SHA1 Message Date
Brian West 4f6f7d285b mod_sofia: Have I said how dumb sip is sometimes?
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14142 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-06 22:04:09 +00:00
Anthony Minessale ac208c8be3 manually handle bye to delay the 200 OK till after the call is torn down (reversable with a define)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14121 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-02 17:40:16 +00:00
Brian West f5fc2e9296 mod_sofia: this one was my fault, it shouldn't set them as sip_h just in case. Moved it to set the full header into sip_HEADERNAME so you can use it as you see fit or re-export it to a sip_h on the b-leg if needed unchanged.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14081 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-01 15:02:27 +00:00
Brian West b6363dc294 LOOK OUT BELOW... (FSCORE-381)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14055 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-30 18:59:05 +00:00
Brian West c8c7d94f4b fix FSCORE-391
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14030 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-29 17:30:55 +00:00
Brian West f06a25fb93 mod_sofia: BOUNTY-7 and MODENDP-146
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13977 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-26 17:33:19 +00:00
Brian West 643722db5f mod_sofia: Dereferencing a null pointer causes segfault: sofia_handle_sip_r_invite doesn't check profile->extsipip before use (FSCORE-386)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13937 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-24 16:04:05 +00:00
Michael Jerris 6348359d95 change odbc handling in code to be runtime instead of build time
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13936 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-24 16:02:43 +00:00
Brian West 984d2f9dd1 addition register_proxy issues
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13914 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 19:38:14 +00:00
Brian West c7700294c9 mod_sofia: use the register proxy for the R-URI on register when register-proxy is set (MODSOFIA-12)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13911 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 17:52:46 +00:00
Michael Jerris 11d53ae7dc mod_sofia: fix segfault on refer with no content-type or body (SFSIP-153)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13889 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 14:12:35 +00:00
Andrew Thompson d03163bf5d Fix multicast replication of sofia registrations (OKed by anthm)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13786 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 18:46:28 +00:00
Anthony Minessale 2eac35df99 increase compat on NDLB-to-in-200-contact to handle NAT
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13759 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-11 17:17:52 +00:00
Brian West 1d05845368 SFSIP-151 thanks good catch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13736 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 20:16:01 +00:00
Anthony Minessale 55c8fbad76 add sofia tracelevel <level> and tracelevel param in <settings>
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13735 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 19:52:07 +00:00
Brian West c64b31c12c improve handling of 302 redirect and add option to handle them in the dialplan if needed. Also all redirects back to ourself will be transfered to the dialplan automatically now bypassing the loop.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13734 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 19:05:11 +00:00
Mathieu Rene 75797d5071 Revert 13615
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13733 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 19:00:15 +00:00
Brian West e44ef22b23 don't print misleading info when nat_type isn't set on auto_nat
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13704 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-08 23:26:30 +00:00
Mathieu Rene b633d3298e add an external port output parameter to switch_nat_add_mapping and use it in sofia_glue_tech_choose_port
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 02:30:44 +00:00
Mathieu Rene 5a149bfcb4 mod_sofia: Move siptrace to loglevel INFO
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13615 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 17:26:05 +00:00
Michael Jerris 1dd780e697 merge sip nat improvements from branches/brian
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13594 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 21:08:34 +00:00
Anthony Minessale b82984fe97 add netmask detection for nat discovery work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13549 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 16:55:10 +00:00
Brian West dd1e4b2d23 sigh, guess we can only do this on snom and polycom right now to be safe
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13527 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 13:45:50 +00:00
Brian West 44c27f9922 don't throw error on this event now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13519 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-30 03:44:14 +00:00
Michael Jerris 5b27226a07 handle vegastream broken sip info packets
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13506 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-29 18:08:05 +00:00
Brian West af9b1b6989 doh this is the right way for this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13497 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-28 23:39:46 +00:00
Brian West 595dc9bb8d picky compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13495 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-28 23:10:17 +00:00
Brian West 60c0d5c2b6 Update CID on Polycom when doing an Attended transfer, Make send_display work with Polycom and others, add patch with mods from SFSIP-111 HOME RUN.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13492 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-28 22:46:17 +00:00
Anthony Minessale ece57ca13f one least tweak to last 2 commits
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13405 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-20 21:32:11 +00:00
Anthony Minessale a17780cdeb add proxy-follow-redirect flag (experimental)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13403 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-20 21:01:51 +00:00
Anthony Minessale 2d97208b49 add proxy-follow-redirect flag (experimental)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13402 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-20 20:51:35 +00:00
Michael Jerris 03ba64aee5 mod_sofia: add contact-user profile param to override default contact username for a profile (MODSOFIA-8)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13397 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-19 21:16:03 +00:00
Anthony Minessale b0bf26153a make autoflush on bridge the default
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13389 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-19 17:49:21 +00:00
Michael Jerris 4e53f0d08d the price you pay for TLS it seems
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13356 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-15 17:04:53 +00:00
Brian West c34645f7d3 Do not verify TLS certificates since we do not have the framework in place to do so.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13315 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-14 22:56:04 +00:00
Brian West e55965292d now pickup, barge-in and various other things will work with SLA is turned on
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13306 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-14 16:56:18 +00:00
Brian West b674b438ae sigh, polycom srtp will work now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13295 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-14 00:15:06 +00:00
Michael Jerris 4441606b17 cleanup msvc code analysis tagging and warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13280 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-11 22:28:02 +00:00
Brian West 3e5633a2f2 MODSOFIA-7
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13271 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-10 17:12:29 +00:00
Anthony Minessale f8537537a5 sleep when loading odbc profiles to prevent connection races in underlying libs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13251 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-07 15:14:28 +00:00
Anthony Minessale f0d1c47536 add rtp-autoflush-during-bridge param
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13249 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-07 15:07:04 +00:00
Mathieu Rene a977b8d640 Add sofia profile params to fine-tune timers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13245 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-06 18:12:44 +00:00
Anthony Minessale 4209680877 fix evil send myself a refer bug FSCORE-350
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13237 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-05 22:15:52 +00:00
Anthony Minessale ad0aaa6dd5 fix mem corruption on failed register
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13230 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-04 21:48:10 +00:00
Anthony Minessale b25d511cd3 tweak log messages
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13220 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-02 00:58:51 +00:00
Anthony Minessale c078e1e43e doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13196 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 19:15:42 +00:00
Anthony Minessale eae616ef40 prevent double free
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13195 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 19:05:51 +00:00
Anthony Minessale bab2f0bcf5 parse out alert-info and call-info from infos
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13173 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 23:36:03 +00:00
Anthony Minessale d505cec790 send-message-query-on-register profile param, set it to false to disable default of true
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13139 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-24 14:33:54 +00:00
Michael Jerris 1f6f250419 error checking
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13136 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-23 20:05:45 +00:00