problems with cop 36 and 37

my nodes don't give the double beep when i try cop 36 or 37 i even tried
rpt cmd 41546 cop 37 xxx
from asterisk cli nothing i set telemdynamic = 1 in rpt.conf did rpt
reload still nothing anyone know what's wrong
jimmy ka3vgm thanks

Hi Jimmy,

I had this problem myself and found that I needed to enable local telemetry:

asterisk*CLI> rpt cmd 41546 cop 33

Hopefully your command feedback works after that; I’ve also noticed that it sometimes stops working after a reload in Asterisk, so ensure you define a control command similiar to this:

C98701 = cop,33

And then be sure to call it within startup_macro, which belongs within your node context:

startup_macro = *C98701

This helps get around the reload issue where some states are dropped and telemetry should stay enabled anytime you perform a reload.

Best of luck,

John