ViciDial Setup over PJSIP - Webrtc

sachin
edited September 30 in asterisk

Pre-assuming you setup is already in PJSIP, if not follow the instructions: https://forum.devsach.in/discussion/95/vicidial-setup-over-pjsip

Allow WSS transport protocol

Go into /etc/asterisk/pjsip.conf and add/edit the following: 

[transport-wss]
type                            = transport
protocol                        = wss
bind                            = 0.0.0.0:8089

Creating WebRTC template

Go to Admin -> Template and create a new template with following lines

aor/max_contacts = 10
endpoint/rtcp_mux = yes
endpoint/use_avpf = yes
endpoint/transport = transport-wss
endpoint/dtls_setup = actpass
endpoint/ice_support = yes
endpoint/dtls_verify = fingerprint
endpoint/media_encryption = dtls
endpoint/dtls_cert_file = /etc/letsencrypt/live/domain.example.com/cert.pem
endpoint/dtls_private_key = /etc/letsencrypt/live/domain.example.com/privkey.pem
endpoint/media_use_received_transport = yes


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!