where is qngateway reading the repeater data?

pull/2/head
Tom Early 8 years ago
parent 4c8efc449f
commit ea5d820e51

@ -982,6 +982,8 @@ void CQnetGateway::process()
(rptrbuf.remaining == 0x13) || /* 19 bytes follow */
(rptrbuf.remaining == 0x16)) ) { /* 22 bytes follow */
printf("Got viable packet of len=%d on port %u\n", recvlen, ntohs(fromRptr.sin_port));
int dtmf_buf_count[3] = {0, 0, 0};
char dtmf_buf[3][MAX_DTMF_BUF + 1] = { {""}, {""}, {""} };
int dtmf_last_frame[3] = { 0, 0, 0 };

Loading…
Cancel
Save

Powered by TurnKey Linux.