Travis Cross
c6aa2f14ec
add config comments about zrtp-passthru and late negotiation
2012-06-01 21:27:33 +00:00
Travis Cross
226851e8b0
don't use Siren or iLBC by default in example configs
...
These codecs are non-free which creates issues for distributions, so
let's not require these by default to run our example configs. We can
add back in iLBC once we resolve the licensing situation with our
in-tree implementation.
2012-05-29 18:41:17 +00:00
Travis Cross
c6b523c65f
add inbound-zrtp-passthru to sample configs
2012-05-27 05:58:12 +00:00
Travis Cross
8513be49de
enable inbound-late-negotiation in sample configs
...
We often tell people to enable this for various reasons; it likely
makes a sensible default.
2012-05-27 05:50:47 +00:00
Travis Cross
73614127fc
whitespace cleanup
2012-05-27 05:44:14 +00:00
Anthony Minessale
172e4a3041
FS-4183 here is a start, it still needs some work but here are the basic components, initially I am using the algorithim we use to generate artifical silence (static) and using one of those values to sleep a certian number of microseconds plus the cumulative bytes of events but i bet there is still some predictability in there so it needs some more
2012-05-14 06:58:41 -05:00
Michael S Collins
7b54701d7c
mod_voicemail: Improved feedback to user when chaning vm passwords.
2012-05-09 15:20:40 -07:00
Anthony Minessale
5cf33770e1
add conf for mod_xml_scgi
2012-05-09 14:09:52 -05:00
Anthony Minessale
677b223579
FS-4122 --resolve this fixes the issue and eliminates the delay unless you configure it to have some
2012-04-18 09:56:06 -05:00
Anthony Minessale
098f196298
FS-4088
2012-04-11 08:16:15 -05:00
Anthony Minessale
f209ae0191
add updated conf
2012-04-10 14:02:03 -05:00
Anthony Minessale
d6eec9ea72
FS-4075
2012-04-05 11:18:18 -05:00
Ken Rice
3e3acf2fa7
make configs work from in the source tree if needed
2012-03-26 10:48:03 -05:00
Ken Rice
f65140661c
conf: add config styles: curl, insideout, sbc, softphone
2012-03-24 04:48:34 +00:00
Ken Rice
ee71daa1f6
conf: mv conf/* -> conf/vanilla/*
2012-03-24 03:19:32 +00:00
Travis Cross
4a9348250a
whitespace
2012-03-16 05:21:10 +00:00
Travis Cross
491dd06518
add editor config for conf/lang/ XML files
2012-03-14 05:35:38 +00:00
Travis Cross
61d71c2240
XML cleanup in conf/lang/
2012-03-14 05:24:56 +00:00
Marc Olivier Chouinard
5e4a514531
mod_voicemail_ivr: Fix a segfault on non authenticated user and changed from 3 to 3000 the dtmf digit wait since it in milisecond
2012-03-10 22:56:29 -05:00
Travis Cross
9ac53ff859
use signal_bond rather than bleg_uuid
2012-03-07 23:11:05 +00:00
Travis Cross
ca60afaa19
add cdr_csv template for OpenCDRRate
2012-03-07 22:59:05 +00:00
Michael S Collins
18289fa013
mod_voicemail: Change vm_announce_cid to be true/false and utilize vm_play_phone_number_macro
2012-02-07 10:22:35 -08:00
Jeff Lenk
6767683711
FS-3862 --resolve
2012-02-04 10:19:21 -06:00
Brian West
65fc2f8ac1
clean up switch.conf and add all the missing options needs more docs
2012-02-03 23:40:53 -06:00
Michael S Collins
b21d479a7d
Add new 'change password fail' macro. Same as vm-fail-auth right now until new sound prompts get recorded and distributed.
2012-01-27 15:05:14 -08:00
Michael S Collins
a61e4ab82c
Preliminary work for adding verification of vm password change
2012-01-27 10:56:32 -08:00
Brian West
be147e15e6
FS-3839 --resolve
2012-01-25 14:48:59 -06:00
Christopher Rienzo
34269dbc0b
update default http cache config
2012-01-25 15:11:31 +00:00
Anthony Minessale
94bcd55e4b
forgot to push this from last commit
2012-01-24 17:14:46 -06:00
Anthony Minessale
726842cb6c
add conf for last commit
2012-01-23 14:56:01 -06:00
Michael S Collins
65b89d10d5
Add other_callers_in_conf phrase macro
2012-01-20 16:23:08 -08:00
Anthony Minessale
1242f0b661
update docs
2012-01-09 14:32:37 -06:00
Anthony Minessale
3768d80227
add app lists to white or blacklist apps in the execute tag
2012-01-06 15:10:45 -06:00
Anthony Minessale
1901a41961
upd
2012-01-06 11:17:30 -06:00
Anthony Minessale
bc8cbee1fb
mod_httapi.c -- HT-TAPI Hypertext Telephony API (Twillio FreeSWITCH style)
2012-01-05 15:17:59 -06:00
Marc Olivier Chouinard
736c52e38b
Converted de phrases from ISO-8859-4 to UTF-8.
2012-01-03 19:02:52 -05:00
Marc Olivier Chouinard
77d324f70e
mod_abstraction: New module. Currently implement API abstraction. Allow to simplify/standarize API name. Initially built for mod_voicemail_ivr. Allow to use scripting language as VM Storage by binding an API with specific argument to an different api call like python and send to it argument initially provided.
2011-12-27 19:53:21 -05:00
Marc Olivier Chouinard
01267cd6f5
mod_voicemail_ivr: Added a bunch of default prompt for future use once we get sound recorded. In the mean time, having it in the code wont cause problem as long we don't define the phrase in the config file
2011-12-26 19:26:01 -05:00
Marc Olivier Chouinard
d544c06598
mod_voicemail_ivr: Fixed issue in settings system. Added initials settings.
2011-12-26 11:14:00 -05:00
Marc Olivier Chouinard
f2cba2aa16
mod_voicemail_ivr: Added a missing menu in the conf.xml config. Also refactor nearly all the function name to something more standard. Also tried to make the flow as simple as possible in the menu.c
2011-12-26 02:52:32 -05:00
Marc Olivier Chouinard
08e6e8bc38
mod_voicemail_ivr: Document example settings parameters. This is open for discussion before being implemented
2011-12-24 11:29:00 -05:00
Marc Olivier Chouinard
4b53ecd817
mod_voicemail_ivr: Missing 2 file from initial commit
2011-12-23 20:01:33 -05:00
Marc Olivier Chouinard
17cdf9e1fd
mod_voicemail_ivr: BETA : An alternative voicemail IVR system. It require an API provider for voicemail access that is currently provided by mod_voicemail vm_fsdb API so it can be used simultaneously with mod_voicemail IVR. It currently try to resemble the normal FreeSwitch Voicemail experience. The goal is to expand upon that experience without affecting everyone inproduction user experience.
2011-12-23 19:45:18 -05:00
Marc Olivier Chouinard
de498aeffe
FS-3071 Small comment correction from Mitch, thx
2011-12-21 13:52:30 -05:00
Marc Olivier Chouinard
2d4e159bef
FS-3763 --resolve
2011-12-18 17:04:11 -05:00
Marc Olivier Chouinard
1ddd29bf0d
FS-3071 Small fix on default value, and renaming the no-verify-date to verify-date.
2011-12-18 12:08:17 -05:00
Marc Olivier Chouinard
9574ba27f7
FS-3071 I've finally merged it all. It all look good, shouldn't affect anyone who didn't set those value
2011-12-18 11:54:38 -05:00
Marc Olivier Chouinard
947096c66d
FS-3071 Added the tls extra options patch
2011-12-18 11:37:04 -05:00
Marc Olivier Chouinard
235ef72f1b
FS-3071 This is the sofia changes following the addition of the passphrase in libsofia
2011-12-18 11:20:38 -05:00
Marc Olivier Chouinard
663699f4e3
FS-2896 --resolve
2011-12-18 01:48:35 -05:00