1849 Commits

Author SHA1 Message Date
Michael Jerris
3ed8e1ad9d tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10122 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 02:46:36 +00:00
Michael Jerris
69bd6a54d0 don't put CN in sdp answer if it was not in the offer.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10120 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 01:14:07 +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
35d0476b5c apply patch from lele for proxy mode+sip to not kill T38
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10111 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 17:12:04 +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
ef24ef8db9 alternate fix for MODENDP-144 that does not break eyebeam/x-lite
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10102 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 20:01:52 +00:00
Michael Jerris
7904c46533 MODENDP-133 (add parsing of another header for privacy info)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10101 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 20:01:48 +00:00
Anthony Minessale
350fca115f add tab complete
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10099 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 19:19:49 +00:00
Anthony Minessale
9ef64432cb add debug message
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10096 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 18:14:37 +00:00
Anthony Minessale
80d0dd84c6 add debug message
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10095 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 18:13:35 +00:00
Anthony Minessale
599d8af59f can't win
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10090 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 16:27:57 +00:00
Anthony Minessale
30c318b995 clean some old members and naming conventions in the codec structs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10084 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 17:48:42 +00:00
Anthony Minessale
65bba7db13 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10081 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 15:10:46 +00:00
Anthony Minessale
264147a556 patch for MODENDP-141
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10080 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 14:19:26 +00:00
Anthony Minessale
e8f71c156d add fix from MODENDP-143
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10079 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 14:09:45 +00:00
Michael Jerris
a295396337 (FSBUILD-83) format string issue found by new gcc.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10078 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 12:57:43 +00:00
Michael Jerris
622cc92304 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10067 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-18 04:34:26 +00:00
Anthony Minessale
8c663f8586 fix ip change detction code for proxy mode
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10055 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-17 19:25:00 +00:00
Brian West
acf038ba83 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10042 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-16 01:51:46 +00:00
Michael Jerris
8ec42371bb make respond 302 work in mod_sofia
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10038 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 22:16:18 +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
42cb2307d4 move wanpipe to unsupported please see mod_openzap
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9998 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 19:36:49 +00:00
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
Michael Jerris
1f47ff15b3 validate strftime format string input (when necessary)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9985 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-12 21:51:51 +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
b8ce4d9c7a NEXT...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9968 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 20:50:48 +00:00
Brian West
458f430f1b downgrade this to a warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9967 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 20:16:34 +00:00
Brian West
60cb818203 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9963 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 19:20:11 +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
Anthony Minessale
8684256756 possible fix for MODENDP-140
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9960 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 16:28:05 +00:00
Brian West
e0cdf8172a more polishing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9959 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 06:19:56 +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
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
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
72b4603f62 more tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9928 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 02:45:27 +00:00
Brian West
afb387c175 for the sake of consistency channel names lower case
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9927 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 02:43:23 +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
Anthony Minessale
a6a2d37c07 clean up some typos
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9921 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 23:37:26 +00:00
Anthony Minessale
356e10c02f around and around we go ....
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9920 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 23:12:37 +00:00
Anthony Minessale
be6e49cb3c cancel proxy or no-media mode if you purposely answer or pre_answer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9919 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 23:11:35 +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
Brian West
a5e1fbb73c remove debug that is no longer needed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9905 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 01:05:14 +00:00
Brian West
f04b1ade4a tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9898 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-08 19:32:25 +00:00