- make the voice buffer a little bit bigger and use the definitions.

This commit is contained in:
MelwareDE 2006-02-13 15:18:56 +00:00
parent 6a50aeb45e
commit 3d316a8ab5
1 changed files with 1 additions and 1 deletions

View File

@ -3039,7 +3039,7 @@ static void capi_handle_data_b3_indication(_cmsg *CMSG, unsigned int PLCI, unsig
return;
}
if (i->B3q < 800) {
if (i->B3q < (((CAPI_MAX_B3_BLOCKS - 1) * CAPI_MAX_B3_BLOCK_SIZE) + 1)) {
i->B3q += b3len;
}