Commit Graph

5164 Commits

Author SHA1 Message Date
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
Brian West 4d25b33d03 woops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7255 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 21:29:03 +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 ab1b61cb5d cleaning up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7253 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 20:32:04 +00:00
Ken Rice 739e1ef539 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7252 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 20:29:22 +00:00
Brian West 9b041ca2b0 add patch from FSCORE-89 thank you
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7251 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 20:18:09 +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 a6ecfa36a7 just to be safe
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7249 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 18:09:09 +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
Stefan Knoblich 92b2011b37 The fsxs tool (sort of apxs for FreeSWITCH) is back from the dead.
Changes include an extended usage message and support for e.g. "fsxs --cflags"
style calls to get one or more defined variables on one line (instead of the
"show" command; easier for scripting).


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7247 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 14:27:03 +00:00
Stefan Knoblich cc3a95c1da Change order of libaprutil and libapr in CORE_LIBS, this fixes undefined apr_ symbols in libfreeswitch (libaprutil depends on libapr, symbols used by libaprutil but not by libfreeswitch object files were lost at link time (and added to the freeswitch binary))
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7246 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 11:42:01 +00:00
Brian West fd00f4b49c jolly good time ole chap..
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7245 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 06:07:22 +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 1f8462c4a8 add menu demo using tts from Cherebrum
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7242 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 19:59:32 +00:00
Michael Jerris 366434cfac add error checking.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7241 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 18:08:47 +00:00
Stefan Knoblich b4dfdfef84 Install switch_config.h (config file parser) too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7240 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 17:17:41 +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
Stefan Knoblich 24248ae102 Add gentls_cert script to create a CA and certificate for mod_sofia TLS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7234 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 14:53:05 +00:00
Michael Jerris 36658df019 null is not a lan address
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7233 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 03:28:09 +00:00
Michael Jerris 71b9b5a51f incrementing the wrong var.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7232 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 02:04:11 +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
Anthony Minessale 12b68bf47c pre_answer instead of answer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7229 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 23:32:21 +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
Michael Jerris 702cb03231 don't send very large dtmf strings or block on very large dtmf strings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7221 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 21:27:40 +00:00
Brian West 5bf91bd2ae add these modules
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7220 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 20:35:41 +00:00
Brian West 88844a3abe doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7219 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 20:14:40 +00:00
Brian West 09fa7fec7b tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7218 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 20:10:00 +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
Brian West b9b66953ef fix local_stream config file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7216 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 19:09:16 +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
Anthony Minessale aae0d642da update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7214 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 16:10:56 +00:00
Anthony Minessale 221c32e846 add process_cdr variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7213 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 15:44:05 +00:00
Anthony Minessale f0e7a5ea1c add process_cdr variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7212 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 15:37:00 +00:00
Anthony Minessale 5baaa35b7d add process_cdr variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 15:26:46 +00:00
Brian West 05670cfc53 adding ttml
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7210 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 15:24:14 +00:00
Michael Jerris 989fcc73b1 cleaner build fixes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7209 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 15:16:09 +00:00