Posts

Showing posts from March, 2022

FreeSWITCH Commands

  FreeSWITCH Commands https://freeswitch.org/confluence/display/FREESWITCH/mod_commands https://freeswitch.org/confluence/pages/viewpage.action?pageId=1048948 https://freeswitch.org/confluence/display/FREESWITCH/mod_console#Command-Line_Editing   "slash" command Description Examples Notes /quit   These all result in disconnecting from the FreeSWITCH command line. /quit /bye /bye /exit /exit /event Subscribe to  FreeSWITCH  events . /event all This command corresponds to the  event  command in  mod_event_socket . /noevents Unsubscribe from all events (previously subscribed to using  /event ). /noevents This command corresponds to the  noevents  command in  mod_event_socket . /nixevent ...