Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [from-internal]
  2. exten = 100,1,Answer()
  3. same = n, Wait(1)
  4. same = n. Playback(hello-world)
  5. same = n, Hangup()
  6. [root@localhost asterisk]# cat pjsip.conf
  7. [transport-udp]
  8. type=transport
  9. protocol=udp
  10. bind=0.0.0.0
  11.  
  12. [6001]
  13. type=endpoint
  14. context=from-internal
  15. dasallow=all
  16. allow=ulaw
  17. auth=6001
  18. aors=6001
  19.  
  20. [6001]
  21. type=auth
  22. auth_type=userpass
  23. password=usercurepassword
  24. username=6001
  25.  
  26. [6001]
  27. type=aor
  28. max_contacts=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement