Difference between revisions of "Freeswitch"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with 'Run in background: freeswitch -nc Stop: freeswitch -stop Connect to console: fs_cli Leave console: /bye or /quit or /exit <br><br> = See also = * http://wiki.freeswitch.org/…')
 
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
Stop: freeswitch -stop
Stop: freeswitch -stop


Connect to console: fs_cli
Restart: /etc/init.d/freeswitch restart (wait 30s until connecting to fs_cli, Freeswitch starts slowly)
 
Connect to console: fs_cli (use 'console loglevel 6' for less debug output)


Leave console: /bye or /quit or /exit
Leave console: /bye or /quit or /exit


M2 radius log: /var/log/radius/radius.log (alias: m2cli)
SIP debug: sofia global siptrace on


<br><br>
<br><br>

Latest revision as of 11:08, 24 June 2014

Run in background: freeswitch -nc

Stop: freeswitch -stop

Restart: /etc/init.d/freeswitch restart (wait 30s until connecting to fs_cli, Freeswitch starts slowly)

Connect to console: fs_cli (use 'console loglevel 6' for less debug output)

Leave console: /bye or /quit or /exit

M2 radius log: /var/log/radius/radius.log (alias: m2cli)

SIP debug: sofia global siptrace on



See also