Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ;===============TRANSPORT
  2.  
  3. [simpletrans]
  4. type=transport
  5. protocol=udp
  6. bind=0.0.0.0
  7. local_network=192.168.1.0/24
  8. external_address=1.158.x.x
  9.  
  10. ;===============EXTENSION 1002
  11.  
  12. [1002]
  13. type=endpoint
  14. transport=simpletrans
  15. context=internal
  16. disallow=all
  17. allow=ulaw
  18. auth=auth1002
  19. aors=1002
  20.  
  21. [auth1002]
  22. type=auth
  23. auth_type=userpass
  24. password=xxx
  25. username=1002
  26.  
  27. [1002]
  28. type=aor
  29. max_contacts=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement