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/sip.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/sip.conf.TEMPLATE')
-rw-r--r-- | applications/luci-app-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE deleted file mode 100644 index 8f3b112ff6..0000000000 --- a/applications/luci-app-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE +++ /dev/null @@ -1,39 +0,0 @@ -[general] -transport=udp -context=default-incoming-call-context -allowoverlap=yes -allowtransfer=yes -realm=asterisk -bindaddr=0.0.0.0 -srvlookup=yes -maxexpiry=600 -minexpiry=60 -defaultexpiry=300 -qualifyfreq=55 -disallow=all -allow=ulaw -allow=alaw -dtmfmode = inband -alwaysauthreject = yes -t1min=100 -timert1=500 -timerb=16000 -rtptimeout=600 -rtpkeepalive=30 -useragent=|USERAGENT| -localnet=192.168.0.0/16 -localnet=10.0.0.0/8 -localnet=172.16.0.0/12 -nat=yes -directmedia=no -sipdebug=no -bindport=|BINDPORT| -externhost=|EXTERNHOST| -externrefresh=60 - -#include sip_registrations.conf - -[authentication] - -#include sip_peers.conf -#include sip_users.conf |