SOLVED ZRTP

Status
Not open for further replies.

goose2600

Member
Dec 18, 2018
51
1
8
Hi, I am trying to use ZRTP on Fusionpbx.
I searched in the forum but cannot find any useful information about it.

I set the global_setvar zrtp_secure_media=true, but does not seems to work.

Does someone could point me in the right direction?

Thank you.
 

goose2600

Member
Dec 18, 2018
51
1
8
Solved by myself.

Here is what I made in order to make zrtp to work.

Edit "/etc/freeswitch/autoload_configs/switch.conf.xml" and uncomment "<param name="rtp-enable-zrtp" value="true"/>"

Then, launch this commands in fs_cli:
global_setvar zrtp_secure_media=true
global_setvar zrtp_enrollment=true
 
Last edited:
Status
Not open for further replies.