1960 Commits

Author SHA1 Message Date
Anthony Minessale
835d7de5e9 fix broken fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10192 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-29 18:00:27 +00:00
Anthony Minessale
5fb3c4ddd1 sigh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10190 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-29 16:29:28 +00:00
Anthony Minessale
4c51457d72 allow none to not generate an err in vad opts
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10188 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-29 14:43:07 +00:00
Anthony Minessale
3a4993d3dc move code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10180 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-28 16:31:01 +00:00
Michael Jerris
432c89a52f add mod_loopback to windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10141 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-24 16:52:53 +00:00
Anthony Minessale
e520638b92 fix cng bs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10135 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 22:05:00 +00:00
Michael Jerris
42d2c4ad28 revert, give up for the night
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10130 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 05:52:05 +00:00
Michael Jerris
db77741521 don't put CN in sdp answer if it was not in the offer.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10129 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 05:27:32 +00:00
Michael Jerris
a53121af00 revert
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10128 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 04:54:38 +00:00
Michael Jerris
0ec08fe3ba another tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10127 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 04:48:03 +00:00
Michael Jerris
0f346908ea tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10123 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 03:30:18 +00:00
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