mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
added a bit logging, when we split the bridge
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36379 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2355,6 +2355,12 @@ static enum ast_bridge_result misdn_bridge (struct ast_channel *c0,
|
||||
|
||||
if (!f || f->frametype == AST_FRAME_CONTROL) {
|
||||
/* got hangup .. */
|
||||
|
||||
if (!f)
|
||||
chan_misdn_log(1,ch1->bc->port,"Read Null Frame\n");
|
||||
else
|
||||
chan_misdn_log(1,ch1->bc->port,"Read Frame Controll class:%d\n",f->subclass);
|
||||
|
||||
*fo=f;
|
||||
*rc=who;
|
||||
|
||||
|
Reference in New Issue
Block a user