Advertisement
Guest User

pjsip.conf

a guest
Dec 13th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [transport-udp]
  2. type=transport
  3. protocol=udp
  4. bind=192.168.0.2
  5.  
  6. [endpoint_internal](!)
  7. type=endpoint
  8. context=from-internal
  9. disallow=all
  10. allow=ulaw
  11.  
  12. [auth_userpass](!)
  13. type=auth
  14. auth_type=userpass
  15.  
  16. [aor_dynamic](!)
  17. type=aor
  18. max_contacts=55
  19.  
  20. [demo-alice](endpoint_internal)
  21. auth=demo-alice
  22. aors=demo-alice
  23. [demo-alice](auth_userpass)
  24. password=password
  25. username=demo-alice
  26. [demo-alice](aor_dynamic)
  27.  
  28. [demo-bob](endpoint_internal)
  29. auth=demo-bob
  30. aors=demo-bob
  31. [demo-bob](auth_userpass)
  32. password=password
  33. username=demo-bob
  34. [demo-bob](aor_dynamic)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement