From: Christian Richter Date: Fri, 30 Jun 2006 14:09:52 +0000 (+0000) Subject: added a bit logging, when we split the bridge X-Git-Tag: 1.4.0-beta1~725 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60277215101d016762d6c78e2bc33651e46cffba;p=thirdparty%2Fasterisk.git 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 --- diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c index 84c8d0fc06..95b0f6b420 100644 --- a/channels/chan_misdn.c +++ b/channels/chan_misdn.c @@ -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;