This is the initial release of luci-pbx as submitted to the mailing list.
[project/luci.git] / applications / luci-pbx / root / etc / pbx-asterisk / sip.conf.TEMPLATE
1 [general]
2 context=default-incoming-call-context
3 allowoverlap=yes
4 allowtransfer=yes
5 realm=asterisk
6 bindaddr=0.0.0.0
7 srvlookup=yes
8 maxexpiry=600
9 minexpiry=60
10 defaultexpiry=300
11 qualifyfreq=55
12 disallow=all
13 allow=ulaw
14 allow=alaw
15 dtmfmode = inband
16 alwaysauthreject = yes
17 t1min=100
18 timert1=500
19 timerb=16000
20 rtptimeout=600
21 rtpkeepalive=30
22 useragent=|USERAGENT|
23 localnet=192.168.0.0/16
24 localnet=10.0.0.0/8
25 localnet=172.16.0.0/12
26 nat=yes
27 directmedia=no
28 sipdebug=no
29 bindport=|BINDPORT|
30 externhost=|EXTERNHOST|
31
32 #include sip_registrations.conf
33
34 [authentication]
35
36 #include sip_peers.conf
37 #include sip_users.conf