Advertisement
jflasch

pjsip.conf 6-25-19

Jun 25th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ;--
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. Non mapped elements start
  4. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5.  
  6. [general]
  7. udpbindaddr=127.0.0.1:5060
  8.  
  9. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  10. Non mapped elements end
  11. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  12. --;
  13.  
  14.  
  15. [transport-udp]
  16. type=transport
  17. protocol=udp
  18. bind=127.0.0.1:5060
  19.  
  20. [anonymous]
  21. type=endpoint
  22. disallow=all
  23. allow=opus
  24. allow=ulaw
  25. rtcp_mux=yes
  26. ice_support=yes
  27. media_encryption=dtls
  28. dtls_setup=actpass
  29. dtls_fingerprint=SHA-256
  30. webrtc=yes
  31. ;dtls_auto_generate_cert=yes
  32. context=default
  33. dtls_verify=no
  34. dtls_cert_file=/opt/asterisk/etc/asterisk/keys/asterisk.pem
  35. rtp_ipv6=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement