I was experimenting with POCSAG paging on my simplex (half duplex) node, and the following command will get the node stuck keyed:
simplex900*CLI> rpt page 617081 600 123 A "test 123 de W6EL"
[2024-07-23 17:41:54.442] ERROR[288797]: chan_usbradio.c:1851 usbradio_text: Channel 617081: Cannot parse usbradio cmd: PAGE 600 123 A test 123 de W6EL
simplex900*CLI> radio unkey
simplex900*CLI>
Using “radio unkey” will not actually unkey the radio. The only way was to stop the asterisk service and then start it again.
A quick glance at chan_usbradio indicates that this channel might not support POCSAG. Which is fine, but it should handle it without leaving the radio keyed. Why the system even gets keyed with this specific command isn’t obvious to me though.