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