Advertisement
Guest User

sip.conf

a guest
Mar 30th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. [general]
  2. context=default ; Default context for incoming calls. Defaults to 'default'
  3. allowoverlap=no ; Disable overlap dialing support. (Default is yes)
  4. udpbindaddr=0.0.0.0:5060 ; IP address to bind UDP listen socket to (0.0.0.0 binds to all)
  5. tcpenable=no ; Enable server for incoming TCP connections (default is no)
  6. tcpbindaddr=0.0.0.0 ; IP address for TCP server to bind to (0.0.0.0 binds to all interfaces)
  7. transport=udp ; Set the default transports. The order determines the primary default transport.
  8. srvlookup=yes ; Enable DNS SRV lookups on outbound calls
  9.  
  10. qualify=yes
  11. externaddr=xxx.xxx.xxx.xxx
  12. localnet=192.168.0.0/255.255.255.0
  13. nat=force_rport,comedia
  14.  
  15. jbenable=yes
  16. jbimpl=adaptive
  17.  
  18. language=de
  19.  
  20.  
  21.  
  22.  
  23. [authentication]
  24.  
  25. [basic-options](!) ; a template
  26. dtmfmode=rfc2833
  27. context=from-office
  28. type=friend
  29.  
  30. [natted-phone](!,basic-options) ; another template inheriting basic-options
  31. directmedia=no
  32. host=dynamic
  33.  
  34. [public-phone](!,basic-options) ; another template inheriting basic-options
  35. directmedia=yes
  36.  
  37. [my-codecs](!) ; a template for my preferred codecs
  38. disallow=all
  39. allow=ilbc
  40. allow=g729
  41. allow=gsm
  42. allow=g723
  43. allow=ulaw
  44.  
  45. [ulaw-phone](!) ; and another one for ulaw-only
  46. disallow=all
  47. allow=ulaw
  48.  
  49.  
  50. [tom]
  51. type=friend
  52. context=sweethome
  53. allow=ulaw,alaw
  54.  
  55. secret=tompw
  56. host=dynamic
  57. nat=force_rport,comedia
  58. directmedia=no
  59.  
  60. ;DoorPi Zugang Bachseite
  61. [gatekeeper01]
  62. type=friend
  63. context=sweethome
  64. allow=ulaw,alaw
  65. secret=tomsecret
  66. host=dynamic
  67. nat=force_rport,comedia
  68. directmedia=no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement