sip.conf.TEMPLATE 630 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. #include sip_registrations.conf
  34. [authentication]
  35. #include sip_peers.conf
  36. #include sip_users.conf