Commit Graph

1243 Commits

Author SHA1 Message Date
Michael S Collins 8529ba3336 config: fix talking clock regexes (need ^ and $ so they don't match only 917x) 2011-05-06 13:28:21 -07:00
Anthony Minessale 16e3d1fa25 default timer to run slower and increase as needed, Run the timer at 20ms by default and drop down as needed unless you set 1m-timer=true which was previous default 2011-04-29 11:09:14 -05:00
Anthony Minessale 00b53a91ea FS-3277 --resolve There are actually really only 2 places where it needs the real hostname, the hostname command and the header on the events. I changed everything to the switchname because there were some more sql stmts etc in the core. 2011-04-29 10:24:50 -05:00
Michal Bielicki - cypromis 5d46ddbc92 FS-3195, thank you Christian Benke 2011-04-26 15:10:37 +02:00
Michael S Collins ffb4a3ae44 config: Talking clock dialplan example (Thanks AviMarcus) 2011-04-22 15:27:54 -07:00
Marc Olivier Chouinard 4137b360cf switch_ivr/xml: Change the structure of the phrases/language system. Previously it was fxml->phrases->macros->language->macro. Changed it so fxml->languages->language->phrases->macros->macro
You can have sub macros <macros name="voicemail"><macro ...> and allow you to call it login@voicemail.
Change the sound-path to sound-prefix to make it constistant with the rest of freeswitch.
Also allow to set a sound-prefix to a macros, so you can override it for a specific file set.
You can set say-modules="en" or whatever in the <language section to define that say module to use.
2011-04-20 13:09:03 -04:00
Jeff Lenk 28738b0629 FS-3001 --resolve 2011-04-19 23:02:51 -05:00
Michael S Collins 1781ac884f Update phrase_en; add lang/en/ivr/sounds.xml for general phrase macros 2011-04-19 17:52:45 -07:00
Michael S Collins c323efbf72 Measure twice, cut once... 2011-04-13 13:39:18 -07:00
Michael S Collins e4c8edef54 Directory sound file: dir-for_prev.wav -> dir-for_previous.wav 2011-04-12 09:33:45 -07:00
Marc Olivier Chouinard a909940385 conf: Only english is built by default.y 2011-04-08 15:13:11 -04:00
Anthony Minessale 1ddc19994f FS-3211 checkin 2011-04-01 13:07:41 -05:00
Anthony Minessale ebd9c83ed6 FS-3211 --resolve 2011-04-01 12:39:39 -05:00
Anthony Minessale 7dcbe7bda6 FS-3189 ok, patch added, but have you discovered why you trigger this because its not typical and is the sign of a problem I would assume? 2011-03-29 21:05:04 -05:00
Anthony Minessale eefdb764cf merge file_string into dptools 2011-03-29 20:35:34 -05:00
Anthony Minessale 305920eb3f Merge remote branch 'remotes/github-joshperry/modzmq' 2011-03-28 19:04:01 -05:00
Daniel Swarbrick 1ec4939a1f ringback tones defs - remove redundant second 0Hz freq where applicable, add some more complex examples 2011-03-27 16:36:41 +02:00
Josh Perry 6ebc52d355 Added module to modules.conf.xml 2011-03-26 12:47:47 -06:00
Daniel Swarbrick b737851459 correct a few ringback tone definitions, alphabetize them, add some new ones </ocd> 2011-03-25 00:13:39 +01:00
Brian West 11ceef07af Fix Config option with bogus half comment 2011-03-23 14:56:23 -05:00
Anthony Minessale cb9cb2b35e update defaults 2011-03-21 20:52:03 -05:00
Anthony Minessale 1c30f009bd ok 2011-03-16 18:21:02 -05:00
Anthony Minessale 73fa043ea3 hmm 2011-03-16 17:32:43 -05:00
Anthony Minessale 8049194488 add defaults to config 2011-03-16 16:22:24 -05:00
Anthony Minessale 2d3d8f8d34 Add mod_ladspa (Audio plugin framework for linux) http://http://www.ladspa.org/ try it with autotalent http://web.mit.edu/tbaran/www/autotalent.html 2011-03-16 16:19:57 -05:00
Michael S Collins 6cd5ce7265 Add README_IMPORTANT.txt to default configuration 2011-03-11 10:24:55 -08:00
Anthony Minessale bfd0ba9798 do not renegotiate codecs on hold re-invites 2011-03-07 13:02:41 -06:00
Mathieu Rene 0911ed7408 FS-3124 Use the channel's sound_prefix if it's not set in the conference's config 2011-03-05 12:49:19 -05:00
Anthony Minessale 61cdf0da5d add limits to simo open sql handles 2011-03-04 13:52:30 -06:00
Michael S Collins 4ef6280a05 Add ring (Israel ring tone) to vars.xml 2011-02-25 10:27:18 -08:00
Mathieu Parent 646ad887d7 Skinny: enhance soft-key-sets 2011-02-25 00:05:56 +01:00
Mathieu Parent cffd62aa36 Skinny: complete list of softkeysets 2011-02-25 00:05:56 +01:00
Anthony Minessale 28242f871a add multiple-registrations flag to the core similar to mod_sofia 2011-02-17 12:14:48 -06:00
Brian West 722b2ce168 FS-3041 2011-02-15 19:01:45 -06:00
Marc Olivier Chouinard 500e9acd25 switch_core: Add capability to specify core-db-name in switch.conf.xml to have sqlite in a different location. This is important for everyone with relatively 'high' sip registration since the addition of sip registration to the core require sqlite db to be moved to a faster location (Ramdisk for example). Useful for everyone who moved their sqlite db for sofia to ramdisk because of performance issue. 2011-02-15 01:49:41 -05:00
Anthony Minessale e81e809650 don't encourage ppl to use vad on mod_dingaling 2011-02-14 13:38:49 -06:00
Anthony Minessale 2adfc50af7 take out default it seems to suck on 32 bit 2011-02-09 09:32:28 -06:00
Daniel Swarbrick bcb2262fdc major factor of pgsql field handling 2011-02-07 22:23:01 +01:00
Daniel Swarbrick bab7a2392f refactor config parsing 2011-02-07 17:09:38 +01:00
Anthony Minessale 8f565277e3 add mod_opus 2011-02-04 15:33:36 -06:00
Anthony Minessale b8b7266abb add default to conf to demonstrate min-idle-cpu 2011-02-04 13:11:31 -06:00
Raymond Chandler e6e4bcea73 TEST-002 2011-01-28 16:42:15 -05:00
Raymond Chandler 6d3abd41ca TEST-001 2011-01-28 16:11:55 -05:00
Raymond Chandler 9e6503a482 test 2011-01-28 14:33:30 -05:00
Raymond Chandler 97a2b4f902 test 2011-01-28 14:24:07 -05:00
Raymond Chandler 68b2756970 test 2011-01-28 14:21:31 -05:00
Raymond Chandler 9b0c16b5d4 test 2011-01-28 14:20:21 -05:00
Raymond Chandler f05fe55594 test 2011-01-28 14:19:07 -05: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
Jeff Lenk 7fbc47f83a FS-2973 Fix possible segfaults and memory leak during unload, and add new setting odbc-retries 2011-01-21 09:09:53 -06:00