summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE
diff options
context:
space:
mode:
authorIordan Iordanov <iiordanov@gmail.com>2011-10-28 03:44:23 +0000
committerIordan Iordanov <iiordanov@gmail.com>2011-10-28 03:44:23 +0000
commit33caee55e4e3657511a49105a1a34a15fe994e0a (patch)
tree79dc376423e6296af061ea09bae98d02bef11868 /applications/luci-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE
parent84acc67709d4c60470e2727ff991170739d61537 (diff)
This is the initial release of luci-pbx as submitted to the mailing list.
Diffstat (limited to 'applications/luci-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE')
-rw-r--r--applications/luci-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE37
1 files changed, 37 insertions, 0 deletions
diff --git a/applications/luci-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE b/applications/luci-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE
new file mode 100644
index 0000000000..6069554e05
--- /dev/null
+++ b/applications/luci-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE
@@ -0,0 +1,37 @@
+[general]
+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|
+
+#include sip_registrations.conf
+
+[authentication]
+
+#include sip_peers.conf
+#include sip_users.conf