Advertisement
Guest User

Untitled

a guest
Nov 13th, 2017
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [mytrunk]
  2. type=registration
  3. outbound_auth=mytrunk
  4. server_uri=sip:myuser@111.124.44.234:5060
  5. client_uri=sip:myuser@111.124.44.234:5060
  6. retry_interval=60
  7.  
  8. [mytrunk]
  9. type=auth
  10. auth_type=userpass
  11. username=myuser
  12. password=lalala
  13.  
  14. [mytrunk]
  15. type=aor
  16. contact=sip:111.124.44.234:5060
  17.  
  18. [mytrunk]
  19. type=endpoint
  20. context=from-pstn
  21. disallow=all
  22. allow=g729,alaw
  23. outbound_auth=mytrunk
  24. aors=mytrunk
  25. rtp_symmetric=yes
  26. force_rport=yes
  27. rewrite_contact=yes
  28.  
  29. [mytrunk]
  30. type=identify
  31. endpoint=mytrunk
  32. match=111.124.44.234
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement