Asterisk CLI output doesn't show call route

When a call is placed or received, this is all that is output in the asterisk CLI:

With all my other PBXact installations, there is a slew of more information. It shows trunk and route(s) the call took, ring groups, queues, etc.

Not sure what happened but now this is all I get. Any ideas? I run asterisk -rvvvvvv to get this on all my installs.

What’s the asterisk console output of

34693894*CLI> logger show channels
Logger queue limit: 1000

Channel                             Type     Formatter  Status    Configuration
-------                             ----     ---------  ------    -------------
/var/log/asterisk/fail2ban          File     default    Enabled    - NOTICE WARNING SECURITY
/var/log/asterisk/full              File     default    Enabled    - DEBUG NOTICE WARNING ERROR VERBOSE DTMF
                                    Console  default    Enabled    - DEBUG NOTICE WARNING ERROR VERBOSE DTMF

Not sure what might cause this, you could try reinstalling asterisk with asterisk-version-switch

At the asterisk cli

core set verbose 3

it should be in /etc/asterisk/asterisk.conf under [options] as

verbose = 3

Thank you, dicko! That was the fix!

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