Advertisement
Guest User

Untitled

a guest
May 28th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1.  
  2. [transport-wss]
  3. type=transport
  4. protocol=wss
  5. bind=0.0.0.0
  6.  
  7. [auth199]
  8. type=auth
  9. auth_type=userpass
  10. username=199
  11. password=199
  12.  
  13. [endpoint_internal](!)
  14. type=endpoint
  15. disallow=all
  16. allow=opus
  17. allow=g711
  18. allow=ulaw
  19. allow=alaw
  20. allow=opus
  21. allow=vp8
  22. allow=h264
  23. allow=g722
  24. ; allow=isac
  25. ; allow=cn
  26. direct_media=no
  27. trust_id_outbound=no
  28. device_state_busy_at=1
  29. dtmf_mode=rfc4733
  30. context=default
  31. rtp_symmetric=yes
  32. rewrite_contact=yes
  33. max_audio_streams=20
  34. aors=199
  35. auth=auth199
  36.  
  37. [anonymous](endpoint_internal)
  38.  
  39. [199](endpoint_internal)
  40.  
  41. [webrtc](endpoint_internal)
  42. media_encryption=dtls
  43. dtls_verify=fingerprint
  44. dtls_cert_file=/etc/asterisk/temp/asterisk.pem
  45. dtls_ca_file=/etc/asterisk/temp/ca.crt
  46. dtls_setup=actpass
  47. use_avpf=yes
  48. ice_support=yes
  49. asymmetric_rtp_codec=no
  50. media_use_received_transport=yes
  51. rtcp_mux=yes
  52. webrtc=yes
  53. context=default
  54.  
  55. [199]
  56. type=aor
  57. max_contacts=1
  58. remove_existing=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement