Hello I was wondering if there were a way to use NoOp/Verbose to display the output of the CLI's "show channels" from within extensions.conf? Something like that: =========== [incoming] exten => h,1,Verbose($[CLI("show channels")]) ... =========== Any hint appreciated, thank you.