Advertisement
Guest User

Untitled

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