-
Notifications
You must be signed in to change notification settings - Fork 32
Vicidial configuration
Taras Chornyi edited this page Jun 22, 2016
·
7 revisions
- In vicidial ADMINISTRATION page change Admin->System Settings->Webphone URL: to PBXWebPhone/index.php
- Admin->Servers-><Dialler server>-> Web Socket URL: to "wss://<server domain name>:8089/ws"
- In vicidial ADMINISTRATION page change Admin->Phones->"Set As Webphone" to "Y"
- In vicidial ADMINISTRATION page go to Admin->Phones
- Select Template ID: SIP_generic
- Add following config to Conf Override:
````ini
avpf=yes
encryption=yes
icesupport=yes
avpf=yes
nat=comedia
directmedia=no
dtlsenable=yes
dtlsverify=no
dtlscertfile=/path/to/your/cert.pem
dtlsprivatekey=/path/to/your/privkey.pem
dtlssetup=actpass
````
**NOTE:** Change /patch/to/your/*.pem to correct path on your server