There are no verbose logs in CLI

Instead of verbose logs I have in console after I try to send and receive fax:
WARNING[9091]: pbx_spool.c:267 safe_append: Unable to set utime on /var/spool/asterisk/outgoing/faxqueuer1TusxTb_N_9052983701.fax-out: Operation not permitted
– Attempting call on DAHDI/G1/9052983700 for send@fax-tx:1 (Retry 1)
[Dec 29 09:53:11] WARNING[31159]: channel.c:4245 ast_request: No channel type registered for ‘DAHDI’
[Dec 29 09:53:11] NOTICE[31159]: channel.c:4064 __ast_request_and_dial: Unable to request channel DAHDI/G1/9052983700
[Dec 29 09:53:11] NOTICE[31159]: pbx_spool.c:339 attempt_thread: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?)
[Dec 29 09:53:11] WARNING[31159]: pbx_spool.c:267 safe_append: Unable to set utime on /var/spool/asterisk/outgoing/faxqueuer1TusxTb_N_9052983701.fax-out: Operation not permitted
[Dec 29 09:53:11] ERROR[9064]: pbx.c:9296 device_state_cb: Received invalid event that had no device IE
[Dec 29 09:53:11] ERROR[9064]: app_queue.c:1109 device_state_cb: Received invalid event that had no device IE
WHAT IS IT?
In logger.conf: console => notice,warning,error,verbose
Thanks!

-- Attempting call on DAHDI/G1/9052983700 for send@fax-tx:1 (Retry 1)
[Dec 29 09:53:11] WARNING[31159]: channel.c:4245 ast_request: No channel type registered for 'DAHDI'
[Dec 29 09:53:11] NOTICE[31159]: channel.c:4064 __ast_request_and_dial: Unable to request channel DAHDI/G1/9052983700
[Dec 29 09:53:11] NOTICE[31159]: pbx_spool.c:339 attempt_thread: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?)

Looks like chan_dahdi.so isn’t loaded into Asterisk.

Cheers.

Cli>module show
chan_dahdi.so DAHDI Telephony Driver w/PRI 0

184 modules loaded
Looks like this module is loaded.

Okay, do you have any channels configured in chan_dahdi.conf?

[channels]
context=from-pri
language=en
usecallerid=yes
callerid=asreceived
hidecallerid=no
callwaiting=no
callwaitingcallerid=no
threewaycalling=no
transfer=yes
cancallforward=no
echocancel=no
echocancelwhenbridged=no
immediate=no
busydetect=no
callprogress=no
musiconhold=classical
faxdetect = both
faxbuffers=>6,full
useincomingcalleridondahditransfer = yes
switchtype = national
signalling = pri_cpe

group=1,11
callgroup=1
pickupgroup=1

;pridialplan=default
;prilocaldialplan=default

;channel => 1-23,25-47
channel => 1-23
context = from-pri
group = 1,12

;channel => 25-47
;context = fax-tx
;group = 2

That’s bizarre. I don’t have any off-the-cuff suggestions.

Support subscriptions are offered here:
digium.com/en/supportcenter/asterisk.php

Cheers.