Jump to content

How to point out kazoo-freeswitch to the custom freeSWITCH directory?


Recommended Posts

  • 2600Hz Employees

Hi @Beka Gelashvili

When I'm testing alternative FreeSWITCH instances, I use:

sudo FS_BIN=/usr/local/freeswitch/bin/freeswitch /usr/sbin/kazoo-freeswitch start -nonat

This starts FreeSWITCH in the foreground so if you exit the console, FreeSWITCH will stop. You can use the -nc flag to put FreeSWITCH in the background and use fs_cli to connect that works better for you.

Link to comment
Share on other sites

On 4/15/2021 at 7:10 PM, mc_ said:

Hi @Beka Gelashvili

When I'm testing alternative FreeSWITCH instances, I use:

sudo FS_BIN=/usr/local/freeswitch/bin/freeswitch /usr/sbin/kazoo-freeswitch start -nonat

This starts FreeSWITCH in the foreground so if you exit the console, FreeSWITCH will stop. You can use the -nc flag to put FreeSWITCH in the background and use fs_cli to connect that works better for you.

Thanks, it worked.

Edited by Beka Gelashvili (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...