Commit Graph

228 Commits

Author SHA1 Message Date
Brian West
784fcc80e0 cp fail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13850 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 21:45:57 +00:00
Brian West
7e39b478d8 w00t
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13849 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 21:42:34 +00:00
Andrew Thompson
a232c1e5f5 Add ttl parameter to sample config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13803 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 04:21:28 +00:00
Brian West
ec90221783 Adding mod_unimrcp still needs more testing and some tweaks to config engine... do not forget to come to ClueCON http://www.cluecon.com
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13788 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 21:56:59 +00:00
Brian West
3398ddfc82 update config file option
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13748 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-10 14:52:52 +00:00
Brian West
603256e3c6 commit config options for new auto nat
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13595 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 21:15:12 +00:00
Brian West
d59ebd6450 adding nat-map option to mod_event_socket
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13567 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 14:25:35 +00:00
Anthony Minessale
b82984fe97 add netmask detection for nat discovery work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13549 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 16:55:10 +00:00
Brian West
9dcc72422d clean up config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13501 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-29 01:23:53 +00:00
Brian West
53bd7259cd adding siren to the default build and install
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13470 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 18:34:13 +00:00
Michael Jerris
ca15367736 add mod_nibblebill
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13458 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 04:50:59 +00:00
Michael Jerris
2c7a894c02 woops need this too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13407 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-20 23:05:28 +00:00
Brian West
d9f50be754 adding default local stream just in case
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13376 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-18 17:04:51 +00:00
Traun Leyden
0d1572607b document dist-dtmf member flag
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13208 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 04:55:40 +00:00
Anthony Minessale
e223c655b8 Stings of files
method 1 high level (core most funcs that use switch_ivr_playback)

Delimiter is set by a var which also enables the parser 
<action application="set" data="playback_delimiter=!"/>
<action application="set" data="playback_sleep_val=500"/>
<action application="playback" data="/ram/sr8k.wav!/ram/swimp.wav"/>

method 2 low level (mod_file_string lower level code that uses direct file handles)

Delimiter is always !
<action application="playback" data="file_string:///ram/sr8k.wav!/ram/swimp.wav"/>



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13182 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 23:46:18 +00:00
Anthony Minessale
696bf57c1f clue choo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13069 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-17 03:05:33 +00:00
Michael Collins
6810445738 Add ext 9991 as ClueCon ext; use transfer instead of bridge on demo ivr opt #4
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13046 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 20:33:49 +00:00
Michael Collins
12e17ded65 Update sample IVR to include ClueCon reg option :)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13043 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 19:58:45 +00:00
Anthony Minessale
4fe03913d3 MODAPP-260
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13035 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 16:54:54 +00:00
Anthony Minessale
a9f9704388 make mod_iax async
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13021 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-14 22:41:34 +00:00
Rupa Schomaker
ca39144a1e config file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12994 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-11 03:14:17 +00:00
Michael Jerris
65e8a11e52 tweak the configs to bind siptrace on and off to F10 and F11
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12938 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-07 19:30:07 +00:00
Mathieu Rene
c6382ace70 MODAPP-251
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12916 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 16:36:33 +00:00
Robert Joly
a6065fb411 Added gatekeeper support.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12878 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-01 23:10:52 +00:00
Rupa Schomaker
13d3efb6d0 add sample config for mod_memcache
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12872 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-01 19:05:34 +00:00
Anthony Minessale
6c4f7c9e07 MODAPP-237
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12685 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-20 15:28:50 +00:00
Brian West
e941f7f4a4 MODLANG-105
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12658 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-18 18:56:36 +00:00
Rupa Schomaker
dc857646dd update sample config with custom_sql example
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12621 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-16 16:07:11 +00:00
Ken Rice
4db6814d75 format fixing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12609 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-15 09:37:47 +00:00
Brian West
63058fbb64 revert
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12576 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-11 22:13:26 +00:00
Anthony Minessale
0d38a7cf39 hijack gcrypt init call to fix threadsafe race in dingaling and fix buffer overrun in iksemel
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12575 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-11 21:22:14 +00:00
Brian West
926c70630b revert
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12393 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-03 20:20:27 +00:00
Anthony Minessale
8d965c32b2 FSCORE-297 FSCORE-305 FSCORE-315
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12392 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-03 20:16:05 +00:00
Mathieu Rene
f4e97a7dbd MODAPP-223 Add new param to voicemail.conf.xml
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12316 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-26 20:48:41 +00:00
Brian West
dbc1b7d8b8 remove openmrcp from modules.conf.xml
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11750 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 11:41:28 +00:00
Brian West
dbd74c0c98 forgot to add sla conference profile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11571 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-30 23:33:53 +00:00
Brian West
963cbf4c3c make this param optional in the config on all platforms but solaris since it doesn't like it anyway
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11470 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-23 21:34:43 +00:00
Steve Underwood
06d3b5c4e5 Added a default config file for the Unicall endpoint module, and progressed the
module a little. Still far from complete.


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11273 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-18 10:26:01 +00:00
Steve Underwood
f4e9e1080b Added entries for mod_fax and mod_unicall in the autoloaded modules.conf file.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11271 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-18 09:40:58 +00:00
Brian West
5a66b514d1 fun.. now everyone go out and get a Logitech 350 headset
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11264 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-16 21:48:01 +00:00
Brian West
2cf6bbbc48 add to modules.conf.xml
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11260 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-16 19:34:27 +00:00
Brian West
9ee38aa4c9 remove these files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-15 23:13:45 +00:00
Raymond Chandler
f631309dd9 add mod_lcr to modules.conf.xml
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11194 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-14 16:22:06 +00:00
Raymond Chandler
a38dbe3ebe moving mod_lcr to release
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11180 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-14 02:18:51 +00:00
Ken Rice
63cd3a9810 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11055 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-02 04:38:12 +00:00
Ken Rice
9926414560 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10933 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-23 21:54:47 +00:00
Brian West
681b697173 tweak configs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10923 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-23 19:20:43 +00:00
Michael Jerris
61647d0f3e MODAPP-181 add ability to skip greeting when leaving a voicemail.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10875 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-18 22:53:01 +00:00
Brian West
26df7a3921 no 48k flite
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10850 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-17 15:20:32 +00:00
Raymond Chandler
ab6c048bcd lint
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10849 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-17 14:50:20 +00:00