Advertisement
Guest User

Untitled

a guest
Oct 28th, 2010
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ServerA Sip.conf
  2.  
  3. [404]
  4. type=peer
  5. nat=yes
  6. username=404
  7. secret=password
  8. context=hrsg-sip
  9. host=192.168.128.120
  10. disallow=all
  11. allow=all
  12.  
  13.  
  14. ServerB sip.conf
  15.  
  16. [404]
  17. deny=0.0.0.0/0.0.0.0
  18. secret=password1234
  19. dtmfmode=rfc2833
  20. canreinvite=no
  21. context=from-internal
  22. host=192.168.128.120
  23. type=friend
  24. nat=yes
  25. port=5060
  26. qualify=yes
  27. callgroup=
  28. pickupgroup=
  29. dial=SIP/404
  30. accountcode=
  31. mailbox=404@device
  32. permit=0.0.0.0/0.0.0.0
  33. callerid=device <404>
  34. call-limit=50
  35. faxdetect=no
  36.  
  37.  
  38. ServerA extensions.conf
  39.  
  40. exten => 404,1,Dial(SIP/404/404,30)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement