Jump to content

Recommended Posts

  • Administrators
Posted

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.

Posted (edited)
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)
×
×
  • Create New...