Advertisement
Guest User

Untitled

a guest
Apr 5th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. [general]
  2. context=unauthenticated ; default context for incoming calls
  3. allowguest=no ; disable unauthenticated calls
  4. srvlookup=yes ; enabled DNS SRV record lookup on outbound calls
  5. udpbindaddr=0.0.0.0 ; listen for UDP requests on all interfaces
  6.  
  7. tcpenable=no
  8. ;tcpbindaddr=0.0.0.0 ; disable TCP support
  9. ;tlsenable=no
  10. ;tlsbindaddr=0.0.0.0
  11.  
  12. session-timers=refuse
  13. session-expires=180
  14. session-minse=90
  15. session-refresher=uas
  16.  
  17.  
  18. dtmfmode=rfc2833
  19.  
  20. videosupport=yes
  21.  
  22. nat=auto_force_rport,comedia
  23. localnet=192.168.0.0/16
  24. localnet=172.16.0.0/13
  25. localnet=10.0.0.0/8
  26. qualify=yes
  27.  
  28.  
  29. ;notifymimetype=text/plain
  30. buggymwi=yes
  31.  
  32.  
  33.  
  34. directmedia=nonat
  35. ;directmedia=no
  36.  
  37. tos_sip=cs3 ; Sets TOS for SIP packets.
  38. tos_audio=ef ; Sets TOS for RTP audio packets.
  39. tos_video=af41 ; Sets TOS for RTP video packets.
  40. tos_text=af41 ; Sets TOS for RTP text packets.
  41.  
  42.  
  43. disallow=all
  44. ;allow=speex16
  45. ;allow=speex
  46. allow=g722
  47. allow=ulaw
  48. allow=alaw
  49. allow=ilbc
  50. allow=g726
  51. allow=gsm
  52. allow=h264
  53. allow=mpeg4
  54. allow=h263p
  55. allow=h263
  56. allow=h261
  57. allow=g723
  58.  
  59.  
  60.  
  61. ;;;This is callerid from the server itself, not individual phones...
  62.  
  63. callerid=
  64.  
  65.  
  66.  
  67. [slaphone](!)
  68. context=sla_stations
  69. type=friend
  70. host=dynamic
  71. nat=no
  72. secret=opensesame
  73. dtmfmode=auto
  74. allow=g722
  75. allow=ulaw
  76. allow=alaw
  77. allow=ilbc
  78. allow=g729
  79. qualify=no
  80.  
  81.  
  82. ;;;;;;;;;;;;;;THE HARDPHONES;;;;;;;;;;;;;;;;;;;
  83.  
  84. [b101](slaphone)
  85.  
  86. [b101_L2](slaphone)
  87.  
  88. [b101_L3](slaphone)
  89.  
  90.  
  91.  
  92. [b102](slaphone)
  93.  
  94. [b102_L2](slaphone)
  95.  
  96. [b102_L3](slaphone)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement