mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
fixed a few state problems when hanging up the call. also changed a few debug messages to higher log level
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36188 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2098,7 +2098,7 @@ void misdn_tx_jitter(struct misdn_bchannel *bc, int len)
|
||||
flip_buf_bits( data, jlen);
|
||||
|
||||
if (jlen < len) {
|
||||
cb_log(5,bc->port,"Jitterbuffer Underrun.\n");
|
||||
cb_log(7,bc->port,"Jitterbuffer Underrun.\n");
|
||||
}
|
||||
|
||||
txfrm->prim = DL_DATA|REQUEST;
|
||||
|
Reference in New Issue
Block a user