Commit Graph

62 Commits

Author SHA1 Message Date
Anthony Minessale 8f565277e3 add mod_opus 2011-02-04 15:33:36 -06:00
Daniel Swarbrick f5dafc9911 add mod_snmp to modules.conf.in and modules.conf.xml (commented out) 2011-01-21 23:42:30 +01:00
Anthony Minessale b55db357d9 add mod_fsk 2011-01-10 17:27:05 -06:00
Daniel Swarbrick a0d36d8f9d add mod_cdr_sqlite to modules.conf.xml, thanks intralanman for reminding me 2010-12-31 01:30:09 +01:00
Geovani Ricardo Wiedenhoft 5df1683c38 - Notifies the pre_answer
- Dialplan examples
- New version of commons
- Priority of contexts
- New K3L install script - getk3l.sh
- CLI return in XML
- More options in GET and SET commands
- Events (ESL) to send/receive SMS.
- fax-adjustment-timeout implemented
- accountcode and language
- Owner destroy
- Destroy wait for resources release
- static const expression
- Hangup cause
2010-12-01 16:40:35 -02:00
Moises Silva 1f329ad521 set the right configs in sync with mainstream 2010-11-30 13:28:14 -05:00
David Yat Sin 553255c631 Fixed some windows compile warnings from merge 2010-11-19 14:33:57 -05:00
Andrew Thompson 564940c274 Add FreeTDM to modules.conf.xml 2010-10-23 02:06:09 -04:00
Andrew Thompson 251d1f0689 Add commented out load directive for mod_erlang_event to modules.conf.xml 2010-07-12 13:08:14 -04:00
Rupa Schomaker 61fb1d72ca modules.conf.xml: limit -> db/hash 2010-06-19 19:04:19 -05:00
Michael Jerris 988147a70b change build to use mod_spandsp instead of mod_fax and mod_voipcodecs 2010-05-31 09:57:44 -04:00
Michael Jerris fa9a59a88b initial checkin of mod_fax/mod_voipcodecs merge into mod_spandsp 2010-05-24 05:38:17 -04:00
Mathieu Parent 89a1c41a9f Skinny: place autoload config 2010-05-21 12:15:58 +02:00
Michael Jerris 93f8288c0c bye bye iax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16487 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-23 20:15:08 +00:00
Marc Olivier Chouinard 4073ccc59f Remove mod_directory from default modules until we get the prompts recorded
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15074 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-04 05:10:44 +00:00
Anthony Minessale 3e4e2ee7b9 let there be valet parking....
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15072 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-03 23:59:01 +00:00
Marc Olivier Chouinard 54038e9975 mod_directory: New Search by Name Directory IVR (MODAPP-325)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14984 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-25 19:48:46 +00:00
Brian West 95c625552c adding config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14887 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 18:50:53 +00:00
Michael Jerris 2ddb4079f3 add russian language support and makefile targets
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14091 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-01 19:58:40 +00:00
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
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
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
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
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 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
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 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
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
Brian West 5b762d2aad add siren to conf file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10767 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 16:14:39 +00:00
Brian West d7298841c3 more wanpipe removal please see openzap or join the #openzap irc channel on irc.freenode.net
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10025 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 16:53:04 +00:00
Brian West f4842c4ff7 add loopback
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9690 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-28 01:27:04 +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 94353fee1a getting this ready
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9109 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-19 15:20:08 +00:00
Brian West 42c821af13 add lua to default build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9006 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-12 19:10:28 +00:00
Brian West 81ac180da3 update config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8939 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-08 21:43:45 +00:00
Anthony Minessale 35dc909cf6 Yet Another Mega Labotomy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-30 18:56:29 +00:00
Brian West f9e8a2e27c remove this module
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8814 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-19 15:54:03 +00:00
Stefan Knoblich 3d1b557414 Add mod_lua to modules.conf.xml as requested by pressureman
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8644 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-25 21:37:40 +00:00
Anthony Minessale deba14a301 tweak defaults
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8405 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-14 18:51:25 +00:00
Brian West 1f544417e4 not load this by default
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8404 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-14 18:42:39 +00:00
Anthony Minessale f6df5e2033 musta took a wrong toin at albakoyke
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8396 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-14 14:22:04 +00:00
Michael Jerris 93a60fd3f8 whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7721 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-22 04:49:03 +00:00
Brian West ba0c8806a2 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7679 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-18 20:48:42 +00:00
Brian West c9134b396b don't forget this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7665 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-18 16:53:26 +00:00
Brian West f4bbd19232 add video examples to default config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7590 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-11 21:52:38 +00:00
Anthony Minessale b4f5f81b9d it's better to receive than to give
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7181 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-11 21:59:17 +00:00
Brian West fc431cd5ec add this to the default build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7073 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-03 01:35:30 +00:00