Guest User

Untitled

a guest
Aug 15th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. PJSIP.CONF
  2.  
  3. [transport-udp]
  4. type=transport
  5. protocol=udp
  6. bind=0.0.0.0
  7.  
  8.  
  9.  
  10.  
  11. [6000]
  12. type=endpoint
  13. context=from-internal
  14. direct_media=no
  15. rtp_symmetric=yes
  16. force_rport=yes
  17. rewrite_contact=yes
  18. ice_support=yes
  19. disallow=all
  20. allow=ulaw
  21. auth=6000
  22. aors=6000
  23.  
  24. [6000]
  25. type=auth
  26. auth_type=userpass
  27. password=test1234
  28. username=6000
  29.  
  30. [6000]
  31. type=aor
  32. max_contacts=1
  33.  
  34.  
  35.  
  36.  
  37. [6001]
  38. type=endpoint
  39. context=from-internal
  40. direct_media=no
  41. rtp_symmetric=yes
  42. force_rport=yes
  43. rewrite_contact=yes
  44. ice_support=yes
  45. disallow=all
  46. allow=ulaw
  47. auth=6001
  48. aors=6001
  49.  
  50. [6001]
  51. type=auth
  52. auth_type=userpass
  53. password=unsecurepassword
  54. username=6001
  55.  
  56. [6001]
  57. type=aor
  58. max_contacts=1
Add Comment
Please, Sign In to add comment