I can't stopping debug flood when enter again asterisk -rvvvvv command for CLI

Hello, I used asterisk -rddddd command for Entering CLI with additional debugging.
After I closed my SSH and I opened again my SSH and I started again my freePBX.
But, I can’t stopping debug flood when enter again asterisk -rvvvvv command for CLI.
How will I use again asterisk -rvvvvv without debug mode? I can’t exit debug mode.
Best Regards.

For (almost) exactly that reason, ‘rasterisk is not asterisk’ (this should be fun :slight_smile: )

The v’s stand for verbose? You’re making it more verbose.

1 Like

asterisk -rx "core set debug 0"

You may also want:

asterisk -rx "core set verbose 3"

to get the verbose logging down to a reasonable level.

3 Likes

Dear david55,
Thanks a lot for precious reply.
Debug rows stopped with your asterisk -rx “core set debug 0” command.
Best Regards.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.