From 00ef4195053852ac2295577d5ad9272600453858 Mon Sep 17 00:00:00 2001 From: crichter Date: Tue, 14 Feb 2006 10:44:00 +0000 Subject: fixed the occasional no audio issue, still need deeper investigation .. echotraining is off by default git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9882 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/misdn/isdn_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'channels/misdn') diff --git a/channels/misdn/isdn_lib.c b/channels/misdn/isdn_lib.c index 3d6c626ee..13838ffc5 100644 --- a/channels/misdn/isdn_lib.c +++ b/channels/misdn/isdn_lib.c @@ -2037,7 +2037,8 @@ int handle_bchan(msg_t *msg) int i=cb_event( EVENT_BCHAN_DATA, bc, glob_mgr->user_data); if (i<0) { - clean_up_bc(bc); + cb_log(2,stack->port,"cb_event returned <0\n"); + /*clean_up_bc(bc);*/ } } } -- cgit v1.2.3