Skip to main content

Call Notification, Status

https://github.com/pboyd04/Moto.Net/blob/main/Moto.Net/Mototrbo/CallNotificationPacket.cs

Unknown2 = 0x30 //This seems to go out before some data calls...
Unknown1 = 0x32 //This seems to go out before most data type requests maybe some sort of wake up packet?
CallAlertRequest = 0x45
CallAlertResponse = 0x46
RadioCheckRequest = 0x47
RadioCheckResponse = 0x48
RadioDisableRequest = 0x49
RadioEnableRequest = 0x4B
RadioMonitorRequest = 0x4D
RadioMonitorResponse = 0x4E
GroupVoiceCall = 0x4F
PrivateVoiceCall = 0x50
PrivateDataCall = 0x52
AllCall = 0x53
DataResponse = 0x54

https://github.com/pboyd04/Moto.Net/blob/main/Moto.Net/Mototrbo/CallStatusNotificationPacket.cs

Transmitting = 0x01
Idle = 0x02