increased voice send buffer a little bit

This commit is contained in:
MelwareDE 2005-07-13 15:29:06 +00:00
parent 9369d93abe
commit a4024367be
1 changed files with 1 additions and 1 deletions

View File

@ -1969,7 +1969,7 @@ static void capi_handle_data_b3_indication(_cmsg *CMSG, unsigned int PLCI, unsig
}
ast_mutex_lock(&p->i->lockB3q);
if (p->i->B3q < 500) {
if (p->i->B3q < 800) {
p->i->B3q += b3len;
}
ast_mutex_unlock(&p->i->lockB3q);