diff options
author | Iordan Iordanov <iiordanov@gmail.com> | 2011-11-22 04:21:57 +0000 |
---|---|---|
committer | Iordan Iordanov <iiordanov@gmail.com> | 2011-11-22 04:21:57 +0000 |
commit | 6663c0a935684e7caabdbae17185ed056287038e (patch) | |
tree | 9b4fac2c6c63d9b82115b8a783b953f3e3e13f27 /applications/luci-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE | |
parent | 3face708593d3de417b93472b827d05a8a5813fb (diff) |
1) Checking in all necessary changes to acommodate the new luci-pbx-voicemail package.
- Creating configuration with pbx-asterisk
- TEMPLATE files
- Including record voicemail greeting context in user extensions.
- Redirecting incoming calls which were not picked up through the voicemail
recording context.
- Putting a configurable timeout before either hanging up if voicemail is disabled or
redirecting to voicemail if it is enabled.
2) Improved DISA by setting longer timeouts for start of input and digits.
Diffstat (limited to 'applications/luci-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE')
-rw-r--r-- | applications/luci-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE b/applications/luci-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE index 3594dad433..899e330dd1 100644 --- a/applications/luci-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE +++ b/applications/luci-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE @@ -18,9 +18,11 @@ load => codec_gsm.so ; GSM/PCM16 (signed linear) Codec Translat - Requires N/A load => codec_ulaw.so ; Mu-law Coder/Decoder - Requires N/A load => format_gsm.so ; Raw GSM data - Requires N/A load => format_pcm.so ; Raw uLaw 8khz Audio support (PCM) - Requires N/A +load => format_wav_gsm.so load => app_dial.so ; Dialing Application - Requires res_features.so, res_musiconhold.so load => app_parkandannounce.so ; Call Parking and Announce Application - Requires res_features.so load => app_playback.so ; Sound File Playback Application - Requires N/A +load => app_record.so ; Sound File Record Application - Requires N/A load => app_system.so ; Execute a system command - Requires N/A load => app_disa.so ; Direct Inward System Access load => app_authenticate.so ; Authenticate via pin |