Guest User

Untitled

a guest
May 10th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. [transport-udp]
  2. type=transport
  3. protocol=udp ;udp,tcp,tls,ws,wss
  4. bind=0.0.0.0
  5.  
  6.  
  7. [6001]
  8. type=endpoint
  9. transport=transport-udp
  10. context=from-internal
  11. disallow=all
  12. allow=ulaw
  13. allow=gsm
  14. auth=6001
  15. aors=6001
  16.  
  17.  
  18. [6001]
  19. type=auth
  20. auth_type=userpass
  21. password=************
  22. username=6001
  23.  
  24.  
  25. [6001]
  26. type=aor
  27. max_contacts=1
  28.  
  29.  
  30. [7001]
  31. type=endpoint
  32. transport=transport-udp
  33. context=from-internal
  34. disallow=all
  35. allow=ulaw
  36. allow=gsm
  37. auth=7001
  38. aors=7001
  39.  
  40.  
  41. [7001]
  42. type=auth
  43. auth_type=userpass
  44. password=************
  45. username=7001
  46.  
  47.  
  48. [7001]
  49. type=aor
  50. max_contacts=1
Add Comment
Please, Sign In to add comment