Advertisement
Guest User

Untitled

a guest
Oct 30th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 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. [sip_test]
  7. type=endpoint
  8. context=default
  9. disallow=all
  10. allow=ulaw
  11. transport=transport-udp
  12. auth=sip_test
  13. aors=sip_test
  14.  
  15. [sip_test]
  16. type=auth
  17. auth_type=userpass
  18. password=1234
  19. username=sip_test
  20.  
  21. [sip_test]
  22. type=aor
  23. max_contacts=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement