|
|
|
@ -987,6 +987,10 @@ void CQnetGateway::ProcessIncomingSD(const SDSVT &dsvt)
|
|
|
|
static_cast<unsigned char>(dsvt.vasd.text[2] ^ 0x93u)
|
|
|
|
static_cast<unsigned char>(dsvt.vasd.text[2] ^ 0x93u)
|
|
|
|
}; // unscramble
|
|
|
|
}; // unscramble
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
char X[4] = { 0 };
|
|
|
|
|
|
|
|
memcpy (X, c, 3);
|
|
|
|
|
|
|
|
printf("SD = %s\n", X);
|
|
|
|
|
|
|
|
|
|
|
|
if (sd.first) {
|
|
|
|
if (sd.first) {
|
|
|
|
// this is the first of a two voice-packet pair
|
|
|
|
// this is the first of a two voice-packet pair
|
|
|
|
// get the "size" and type from the first byte
|
|
|
|
// get the "size" and type from the first byte
|
|
|
|
|