Advertisement
Guest User

Untitled

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