Stefan Knoblich
c762af71b7
Ouput a second line with tls_url and (TLS) in sofia status for tls enabled profiles
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7294 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-19 01:28:36 +00:00
Stefan Knoblich
5607d762d7
Show TLS urls in sofia status profile output
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7293 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-19 01:12:48 +00:00
Anthony Minessale
b3e0e29f8a
fix
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7290 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-18 23:21:01 +00:00
Stefan Knoblich
4b564c92fb
Check if TLS is really available
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7286 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-18 21:13:52 +00:00
Anthony Minessale
6a6f522bb1
cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7284 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-18 15:43:57 +00:00
Anthony Minessale
4c14b9b0fc
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7278 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-18 00:17:42 +00:00
Anthony Minessale
0c1367c11d
refactor
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7277 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-18 00:10:23 +00:00
Anthony Minessale
a6ec580b7b
tweaks
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7272 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-17 22:57:17 +00:00
Anthony Minessale
bc44dd07ff
fix small issue
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7271 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-17 21:59:35 +00:00
Anthony Minessale
d6a57e8ca2
add user_agent to sip lookups
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7269 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-17 19:25:01 +00:00
Anthony Minessale
4181b2bc87
tls interop
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7268 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-17 17:37:49 +00:00
Anthony Minessale
2f6f99583f
interop
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7267 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-17 16:31:08 +00:00
Michael Jerris
64aadd90b1
protect against null deref
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7264 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-17 06:27:42 +00:00
Michael Jerris
61de2f548d
clarify varname to remove var scope masking.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7263 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-17 06:23:23 +00:00
Anthony Minessale
8ccad0a22f
spec followers finish last
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7260 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-17 04:16:04 +00:00
Ken Rice
27053181e9
get rid of the arbitrary channel variable and lets put it in RDNIS in the the transfer function so its consistant on all transfers
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7258 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 21:52:07 +00:00
Ken Rice
b68396f433
contributors tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7257 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 21:45:40 +00:00
Ken Rice
9075ed1c71
small mod to mod limit...
...
Add Optional user setable transfer destination number
example usage:
<application="limit" data="<realm> <id> <max> [transfer_destination_number]"/>
existing functionality is not changed... if limit is exceeded and
transfer_destination_number is not specified call will still be redirected to limit_exceeded
Also add new channel variable limit_original_destination which is set to the
destination_number before mod_limit does its thing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7256 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 21:44:28 +00:00
Anthony Minessale
28d2dfdf3a
tweak to srtp to support polycoms
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7254 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 21:28:20 +00:00
Ken Rice
1121c2724e
Change limit query to allow for sql wildcard in query
...
you can now do things like
<application="limit" data="realm id 2"/>
<application="limit" data="realm % 10"/>
this will allow both individual extension limits and realm limits
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7250 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 20:16:37 +00:00
Anthony Minessale
d3e10179f9
return stale on invalid auth header
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7248 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 15:06:33 +00:00
Anthony Minessale
65668e7e6a
RFC4568 support, you don't need the cone of silence anymore...
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7244 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 06:01:53 +00:00
Michael Jerris
ca55a0113e
don't keep looking when it can't find the user
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7243 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 21:21:36 +00:00
Michael Jerris
4385bb83db
fix spelling error. If you are using conference events over event socket, you will need to fix your code as well.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7239 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 16:41:00 +00:00
Michael Jerris
942aa72ead
fun
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 16:30:48 +00:00
Michael Jerris
aaafc2f6fa
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7237 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 16:30:16 +00:00
Michael Jerris
8ea85fb901
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7236 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 16:28:27 +00:00
Michael Jerris
e751fcc788
remove ( ) from default user agent.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7235 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 16:27:42 +00:00
Anthony Minessale
1ae039e0e2
add bgapi api command
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7231 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 00:44:23 +00:00
Anthony Minessale
386e65c65e
fix potential locking issue
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7230 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 00:06:15 +00:00
Michael Jerris
3e8f3ae5d8
if there is no frame, there is no cng
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7228 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 22:34:05 +00:00
Michael Jerris
98bdf302f5
parse crypto header.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7227 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 22:25:36 +00:00
Anthony Minessale
e55750a444
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7226 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 22:19:48 +00:00
Michael Jerris
07bca8c341
user endpoint shouldn't need an a leg.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7225 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 21:58:36 +00:00
Anthony Minessale
0dab70f084
put a 5 packet pause between digits so you can hear the spaces
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7224 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 21:52:38 +00:00
Anthony Minessale
becfca3704
put a 5 packet pause between digits so you can hear the spaces
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7223 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 21:51:31 +00:00
Anthony Minessale
7d95a056d2
add mod_spidermonkey_curl (pressuerman must doc)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7222 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 21:31:17 +00:00
Anthony Minessale
82d5e9c9fb
tighten up media bug code
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7217 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 19:20:59 +00:00
Michael Jerris
80056a0d5f
typo
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7215 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 16:59:03 +00:00
Brian West
7b09849c9c
clean this code up a tiny bit. Doesn't add anything
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7207 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 05:29:33 +00:00
Michael Jerris
a974e75fab
fix config parsing
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7203 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-13 20:11:54 +00:00
Michael Jerris
f1bca1a83a
fix info send/receive
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7202 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-13 20:08:12 +00:00
Anthony Minessale
58a8979c6e
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7199 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-13 18:39:51 +00:00
Anthony Minessale
3a5a239846
Formatting DTMF as a string
...
a '+' separated list of DTMF strings
Each element in the list can contain an @ followed by
a duration in ms.
e.g.
1234@250+4321@500
sends the digits 1 2 3 4 at a rate of 250ms then
4 3 2 1 at a rate of 500
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7193 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-12 20:30:48 +00:00
Michael Jerris
7accbe103f
use braces on ifs.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7191 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-12 19:56:47 +00:00
Michael Jerris
85cdbb46bf
Parse "tag" and "generic_param" of From and To headers, Parse referred by header to vars (MODENDP-72)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7190 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-12 19:53:12 +00:00
Michael Jerris
daea564f9b
Two ways for forcing SIP username to be the same as the auth username - i.e. locking a user to an extension (MODENDP-68)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7188 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-12 19:15:05 +00:00
Anthony Minessale
f7b54e56fb
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7184 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-12 04:00:21 +00:00
Anthony Minessale
c5bb337287
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7172 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-11 05:50:09 +00:00
Anthony Minessale
79dc86658b
refactor some more rtp stuff
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7169 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-11 04:23:09 +00:00