diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-20 15:32:57 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-20 15:32:57 +0200 |
commit | b2754db22bea2fa9f8492fb6af05734e578539d1 (patch) | |
tree | 8c46892de05b53d856087d52ce49da8833c884c6 /applications/luci-app-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE | |
parent | 9493ba17c7a4695bc0fd1af420632954dc36029d (diff) |
luci-app-pbx(-voicemail): remove from repo
Remove the luci-app-pbx(-voicemail) packages, as they have been
marked BROKEN since August 2016.
The pbx packages depend on asterisk 1.8 that is EOL upstream
and has been moved from the telephony feed to the abandoned feed.
If LuCI pbx packages are still needed, they should be refreshed
to depend on a current asterisk version from the telephony feed,
and to match the features of that asterisk version.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE')
-rw-r--r-- | applications/luci-app-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE deleted file mode 100644 index 93c74336d1..0000000000 --- a/applications/luci-app-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE +++ /dev/null @@ -1,34 +0,0 @@ -[modules] -autoload=no -load => res_jabber.so ; Used for Gtalk -load => res_clioriginate.so ; originate calls from commandline -load => res_rtp_asterisk.so ; rtp "engine" is now a loadable module in asterisk 1.8 -load => pbx_config.so ; Text Extension Configuration Requires N/A -load => func_callerid.so ; Gets or sets Caller*ID data on the channel. - Requires ? -load => func_channel.so -load => func_logic.so ; Logic functions (if, etc.) -load => func_strings.so ; string manipulation functions -load => cdr_manager.so ; Asterisk Call Manager CDR Backend - Requires N/A -load => chan_local.so ; Show status of local channels- Requires N/A -load => chan_gtalk.so ; Use gtalk -load => chan_sip.so ; Session Initiation Protocol (SIP) - Requires res_features.so -load => codec_alaw.so ; A-law Coder/Decoder - Requires N/A -load => codec_a_mu.so ; A-law and Mulaw direct Coder/Decoder - Requires N/A -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 -load => app_senddtmf.so ; Ability to send DTMF tones on the line. -load => func_cut.so ; To manipulate strings -load => func_timeout.so ; Used for DISA timeouts - -[global] -chan_modem.so=no |