Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ;===============TRANSPORT
  2.  
  3. [simpletrans]
  4. type=transport
  5. protocol=udp
  6. bind=0.0.0.0
  7.  
  8. ;===============EXTENSION 6001
  9.  
  10. [6001]
  11. type=endpoint
  12. context=internal
  13. disallow=all
  14. allow=ulaw
  15. auth=auth6001
  16. aors=6001
  17.  
  18. [auth6001]
  19. type=auth
  20. auth_type=userpass
  21. password=6001
  22. username=6001
  23.  
  24. [6001]
  25. type=aor
  26. max_contacts=1
  27. remove_exixsting=yes
  28.  
  29. ;===============EXTENSION 6002
  30.  
  31. [simpletrans]
  32. type=transport
  33. protocol=udp
  34. bind=0.0.0.0
  35.  
  36. [6002]
  37. type=endpoint
  38. context=internal
  39. disallow=all
  40. allow=ulaw
  41. auth=auth6002
  42. aors=6002
  43.  
  44. [auth6002]
  45. type=auth
  46. auth_type=userpass
  47. password=6002
  48. username=6002
  49.  
  50. [6002]
  51. type=aor
  52. max_contacts=1
  53. remove_existing=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement