I am running asterisk -rx “show channels” to retrieve all active channels. However the command will cut off the full channel name because of formatting.
ex.
pavi01*CLI> show channels
Channel Location State Application(Data)
SIP/10.0.2.201-d2133 oshun5@asknow_entry: Up Dial(SIP/1353@pavai01|60|g)
Is there a way to display the full name of the channel which is:
SIP/10.0.2.201-d2133750
Thanks.