Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [mytrunk]
  2. type=registration
  3. outbound_auth=mytrunk
  4. server_uri=sip:sip.example.com
  5. client_uri=sip:1234567890@sip.example.com
  6. retry_interval=60
  7.  
  8. [mytrunk]
  9. type=auth
  10. auth_type=userpass
  11. password=1234567890
  12. username=1234567890
  13.  
  14. [mytrunk]
  15. type=aor
  16. contact=sip:sip.example.com:5060
  17.  
  18. [mytrunk]
  19. type=endpoint
  20. context=from-external
  21. disallow=all
  22. allow=ulaw
  23. outbound_auth=mytrunk
  24. aors=mytrunk
  25.  
  26. [mytrunk]
  27. type=identify
  28. endpoint=mytrunk
  29. match=sip.example.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement