Advertisement
Guest User

SIP Debug Log

a guest
Jun 12th, 2010
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;; SIP PROVIDER ;;
  3. ;;;;;;;;;;;;;;;;;;
  4.  
  5. ; ##### KD #####
  6.  
  7. [048xxxxxxx]
  8. type=peer
  9. username=048xxxxxxx
  10. fromuser=048xxxxxxx
  11. secret=xxxxxxxxxxxx
  12. host=prox01.kabelphone.de
  13. fromdomain=reg05.kabelphone.de
  14. outboundproxy=prox01.kabelphone.de
  15. allow=gsm
  16. insecure=port,invite
  17. context=incoming
  18.  
  19. ; ##### SIPGATE #####
  20.  
  21. [05xxxxxxxxx]
  22. type=peer
  23. username=2xxxxxxx
  24. fromuser=2xxxxxxx
  25. secret=xxxxxxxxxx
  26. host=sipgate.de
  27. fromdomain=sipgate.de
  28. allow=all
  29. insecure=port,invite
  30. context=incoming
  31.  
  32. ; ##### SPARVOIP #####
  33.  
  34. [sparvoip]
  35. type=peer
  36. username=xxxxxxxxx
  37. fromuser=xxxxxxxxx
  38. secret=xxxxxxx
  39. host=sip.sparvoip.de
  40. fromdomain=sparvoip.de
  41. allow=all
  42. insecure=port,invite
  43. context=incoming
  44.  
  45. ; ##### FBOX #####
  46.  
  47. [623]
  48. type=peer
  49. username=623
  50. fromuser=623
  51. secret=1234
  52. host=192.168.100.253
  53. allow=all
  54. insecure=port,invite
  55. context=incoming
  56. nat=no
  57.  
  58.  
  59.  
  60. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  61. ;; SIP CONFIG ;;
  62. ;;;;;;;;;;;;;;;;
  63.  
  64. [general]
  65. language=de
  66. port=5060
  67. bindaddr=0.0.0.0
  68. nat=yes
  69. localnet=192.168.100.240/28
  70. allowguest=no
  71. alwaysauthreject=yes
  72. disallow=all
  73. allow=ulaw
  74. allow=alaw
  75. allow=gsm
  76.  
  77. register => 048xxxxxxx@reg05.kabelphone.de:xxxxxxxxxx:048xxxxxxxxxxxx@prox01.kabelphone.de/04xxxxxxxxxx
  78. register => xxxxxxx:xxxxxxxxxxxx@sip.sparvoip.de/sparvoip
  79. register => xxxxxxx:xxxxxxxxxxxx@sipgate.de/05xxxxxxxxxxx
  80. register => 623:1234@192.168.100.253/623
  81.  
  82.  
  83. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  84. ;; EXTENSIONS ;;
  85. ;;;;;;;;;;;;;;;;
  86.  
  87.  
  88. [100]
  89. callerid=FRITZBOX <100>
  90. type=friend
  91. secret=1234
  92. host=dynamic
  93. context=intern
  94.  
  95. [200]
  96. callerid=OLLI <200>
  97. type=friend
  98. secret=1234
  99. host=dynamic
  100. mailbox=200
  101. context=intern
  102.  
  103. [210]
  104. callerid=SNOM <210>
  105. type=friend
  106. secret=1234
  107. context=intern
  108.  
  109. [220]
  110. callerid=iPhone <220>
  111. type=friend
  112. secret=1234
  113. host=dynamic
  114. context=intern
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement