Difference between revisions of "Freeswitch"
From Kolmisoft Wiki
Jump to navigationJump to search
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
Stop: freeswitch -stop | 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) | Connect to console: fs_cli (use 'console loglevel 6' for less debug output) | ||
Line 7: | Line 9: | ||
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