Advertisement
Guest User

sip.conf

a guest
Mar 24th, 2012
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. [general]
  2. context=sip
  3. bindaddr=0.0.0.0
  4. srvlookup=yes
  5. relaxdtmf=yes
  6. alwaysauthreject=no
  7.  
  8.  
  9. [sim1]
  10. username=sim1
  11. fromuser=sim1
  12. type=friend
  13. secret=sim1
  14.  
  15. host=192.168.0.100
  16. ;host=dynamic
  17. port=5064
  18.  
  19. insecure=port,invite
  20. nat=yes
  21. qualify=no
  22.  
  23. context=sip
  24. allow=gsm,alaw,ulaw,g729,g726
  25. trustrpid = yes
  26. sendrpid = yes
  27.  
  28. [sim2]
  29. username=sim2
  30. fromuser=sim2
  31. type=friend
  32. secret=sim2
  33.  
  34. host=192.168.0.100
  35. port=5066
  36.  
  37. insecure=port,invite
  38. nat=yes
  39. qualify=no
  40.  
  41. context=sip; change for proper context
  42. allow=gsm,alaw,ulaw,g729,g726
  43. trustrpid = yes
  44. sendrpid = yes
  45.  
  46. [sim3]
  47. username=sim3
  48. fromuser=sim3
  49. type=friend
  50. secret=sim3
  51.  
  52. host=192.168.0.100
  53. port=5068
  54.  
  55. insecure=port,invite
  56. nat=yes
  57. qualify=no
  58.  
  59. context=sip; change for proper context
  60. allow=gsm,alaw,ulaw,g729,g726
  61. trustrpid = yes
  62. sendrpid = yes
  63.  
  64.  
  65. [sim4]
  66. username=sim4
  67. fromuser=sim4
  68. type=friend
  69. secret=sim4
  70.  
  71. host=192.168.0.100
  72. port=5070
  73.  
  74. insecure=port,invite
  75. nat=yes
  76. qualify=no
  77.  
  78. context=sip; change for proper context
  79. allow=gsm,alaw,ulaw,g729,g726
  80. trustrpid = yes
  81. sendrpid = yes
  82.  
  83.  
  84. [sim5]
  85. username=sim5
  86. fromuser=sim5
  87. type=friend
  88. secret=sim5
  89.  
  90. host=192.168.0.100
  91. port=5072
  92.  
  93. insecure=port,invite
  94. nat=yes
  95. qualify=no
  96.  
  97. context=sip; change for proper context
  98. allow=gsm,alaw,ulaw,g729,g726
  99. trustrpid = yes
  100. sendrpid = yes
  101.  
  102.  
  103. [sim6]
  104. username=sim6
  105. fromuser=sim6
  106. type=friend
  107. secret=sim6
  108.  
  109. host=192.168.0.100
  110. port=5074
  111.  
  112. insecure=port,invite
  113. nat=yes
  114. qualify=no
  115.  
  116. context=sip; change for proper context
  117. allow=gsm,alaw,ulaw,g729,g726
  118. trustrpid = yes
  119. sendrpid = yes
  120.  
  121. [sim7]
  122. username=sim7
  123. fromuser=sim7
  124. type=friend
  125. secret=sim7
  126.  
  127. host=192.168.0.100
  128. port=5076
  129.  
  130. insecure=port,invite
  131. nat=yes
  132. qualify=no
  133.  
  134. context=sip; change for proper context
  135. allow=gsm,alaw,ulaw,g729,g726
  136. trustrpid = yes
  137. sendrpid = yes
  138.  
  139.  
  140. [sim8]
  141. username=sim8
  142. fromuser=sim8
  143. type=friend
  144. secret=sim8
  145.  
  146. host=192.168.0.100
  147. port=5078
  148.  
  149. insecure=port,invite
  150. nat=yes
  151. qualify=no
  152.  
  153. context=sip; change for proper context
  154. allow=gsm,alaw,ulaw,g729,g726
  155. trustrpid = yes
  156. sendrpid = yes
  157.  
  158.  
  159.  
  160. [trash]
  161. ;authuser=trash
  162. ;fromuser=trash
  163. ;username=trash
  164.  
  165. type=friend
  166. host=dynamic
  167. secret=trash
  168.  
  169. insecure=port,invite
  170. ;insecure=very
  171.  
  172. context=smth
  173.  
  174. nat=no
  175. qualify=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement