Commit Graph

332 Commits

Author SHA1 Message Date
Anthony Minessale 3249dbf8ce update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10465 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-19 20:12:20 +00:00
Anthony Minessale 9d600b5cea rewrite switch_play_and_get_digits MODAPP-166
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10380 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-13 20:23:59 +00:00
Michael Jerris e4e6623a84 bump api version for modules.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10368 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-12 21:17:22 +00:00
Michael Jerris d3e7370885 (LBAPR-1) load mod_lua with global symbols space so that sub modules are able to link to it properly. Broken in svn r9605.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10306 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-08 11:21:54 +00:00
Anthony Minessale cf36f64573 add park_after_bridge variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10287 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-07 14:10:02 +00:00
Anthony Minessale c217d45cf0 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10244 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 00:20:30 +00:00
Anthony Minessale c9a24dd36e Add ability to choose uuid from originate string (use at your own risk)
[origination_uuid=someid]sofia/default/100@dom.com

it's only valid in [], cannot be used on 2 existing calls at once and is not
reccommended if you don't need it.

event_socket users can use it to do

api create_uuid   
#### (then save uuid into a local variable say $uuid) ###
filter unique-id $uuid
events all
originate [origination_uuid=$uuid]sofia/default/100@dom.com

Then you can get all the events in anticipation on that channel.

Anything people do to cause problems misusing this will not be supported.




git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10239 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-04 16:46:33 +00:00
Brian West 585eaeb551 fix FSCORE-210
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10182 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-29 00:04:20 +00:00
Anthony Minessale b963a1c142 add some stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10097 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 19:05:25 +00:00
Michael Jerris 8c06a686f7 lower stack count limit to 16 (attempt to fix FSCORE-202)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9994 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 15:42:11 +00:00
Anthony Minessale 4ed389f9d2 per leg timeouts and specific cause codes in reject_on_single_fail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9904 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 00:38:59 +00:00
Anthony Minessale fc0c89c642 add session heartbeat feature
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9882 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 21:03:37 +00:00
Anthony Minessale 37ee1ce2ff add shutdown cancel
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9807 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-03 14:58:36 +00:00
Anthony Minessale 003847dd0d add some more specific events
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9789 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-02 17:10:05 +00:00
Anthony Minessale f23c88d9fa add fsctl shutdown [elegant|restart] <- one or both keywords
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9788 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-02 16:46:20 +00:00
Anthony Minessale db62bc1509 trim down some of the events because people don't like info these days
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9786 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-02 15:38:45 +00:00
Anthony Minessale 4e0f9cc896 add patch from MODAPP-132
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9655 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-26 16:04:16 +00:00
Anthony Minessale 1c15146866 add patch from MODAPP-86
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9653 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-26 15:50:12 +00:00
Anthony Minessale a6989de65c more crazy black magic
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9603 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-19 19:58:01 +00:00
Anthony Minessale eac4e3e10a nut n honey
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9591 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-18 21:50:18 +00:00
Michael Jerris fb0aae6db2 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9568 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-15 16:48:45 +00:00
Anthony Minessale 4dadffda00 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9355 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-22 19:00:56 +00:00
Anthony Minessale 1bb00325a5 fix for MODAPP-122
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9248 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 21:27:20 +00:00
Anthony Minessale 4f670da192 add some clarification
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 16:12:55 +00:00
Anthony Minessale 8b4433720e _
| |                  
  ____ ____  ____| | ____ ____   ____ 
 / _  ) _  |/ ___) |/ _  |  _ \ / _  |
( (/ ( ( | | |   | ( ( | | | | ( ( | |
 \____)_||_|_|   |_|\_||_|_| |_|\_|| |
                               (_____|




git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9225 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-05 21:50:48 +00:00
Anthony Minessale da2e0d710f add mod_snom
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9145 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 18:19:56 +00:00
Anthony Minessale a9be176b4b make cause 1 less ambiguous
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9142 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 14:19:53 +00:00
Anthony Minessale 5fc5658e5e add auto ip-change detection and some other goodies
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9138 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 22:23:50 +00:00
Michael Jerris 83592d1dda windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9133 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-22 16:43:00 +00:00
Anthony Minessale 12582c0bf5 use our SWITCH_BYTE_ORDER macro
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9037 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 16:15:49 +00:00
Michael Jerris 6687f151e7 tweak colors on windows to match unix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9017 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 17:09:47 +00:00
Anthony Minessale 9413988993 add copy_xml_cdr variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8955 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-09 16:03:03 +00:00
Anthony Minessale 502e9b2d4d add removable xml hook bindings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8905 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-07 17:10:17 +00:00
Anthony Minessale 98479fa633 fix causes causing trouble (do make current)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8896 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-03 22:51:09 +00:00
Michael Jerris 64997c4d8e vim extendtab is bad
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8894 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-03 19:12:26 +00:00
Anthony Minessale 43b712b7b1 add some write locks to the core and a function to unregister event bindings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8880 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-01 23:41:09 +00:00
Michael Jerris 938f62373d don't seg when using more than SWITCH_MAX_CODECS and bump SWITCH_MAX_CODECS to 50 (we have more than 30 in tree) (MODFORM-10)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8863 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-30 17:52:22 +00:00
Anthony Minessale 0f9d334033 add ctrix's patch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8774 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-05 20:45:03 +00:00
Brian West c6e7543610 Commit FSCORE-134
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8761 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-05 13:34:39 +00:00
Anthony Minessale 3c349c274e indent pass 1
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8686 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-27 04:30:03 +00:00
Michael Jerris 91e270907b add disable_app_log variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8517 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-22 01:08:30 +00:00
Michael Jerris 99118bb2c6 build tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8481 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-19 22:23:11 +00:00
Anthony Minessale 117c0315cc following the att_xfer can o worms deeper
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8475 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-19 21:02:26 +00:00
Anthony Minessale 40efe06a2f cannot pass 2833 on a transcoded call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8386 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-13 20:36:23 +00:00
Anthony Minessale c4a18a09c2 spring cleaning, lose some pointless code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8310 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 19:19:47 +00:00
Anthony Minessale 4b929592cc change names to protect the innocent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8263 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-05 15:30:55 +00:00
Anthony Minessale 8c352ce5b9 let sip calls pass the exact response status across a bridge
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8237 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 18:35:45 +00:00
Anthony Minessale 96ff2abcd7 make dtmf duration defaults tweakable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8126 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-18 17:03:34 +00:00
Anthony Minessale 61f23283ec add some goodies to mod_fifo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8026 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-04 21:18:16 +00:00
Anthony Minessale 3fbb709e33 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8006 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-02 20:53:13 +00:00