Core show channels display with registered name

Hello,
Can we see registered names also with command “core show channels verbose/concise”
We are using inbound calls, and incoming numbers are registered with caller name under Mysql database. Or any other command to see live calls with registered names & numbers

thanks

Maybe set the accountcode?

same = n,Set(CHANNEL(accountcode)=${FILTER(0-9a-zA-Z,${CALLERID(name)})})

Or:

same = n,Set(CHANNEL(accountcode)=${FILTER(0-9a-zA-Z,${muh_sql_caller_name})})