From: Christian Richter Date: Mon, 27 Mar 2006 16:15:44 +0000 (+0000) Subject: fixed bug that we don't allocate the bchan in setup_acknowledge already .. wonder... X-Git-Tag: 1.4.0-beta1~2315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f274b642aaacc08ab2a02d0783a2470ec8b1efd3;p=thirdparty%2Fasterisk.git fixed bug that we don't allocate the bchan in setup_acknowledge already .. wonder why this wasn't fixed eearlier .. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15249 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/misdn/isdn_lib.c b/channels/misdn/isdn_lib.c index bb4da69213..de922b75c2 100644 --- a/channels/misdn/isdn_lib.c +++ b/channels/misdn/isdn_lib.c @@ -1652,6 +1652,7 @@ handle_event_nt(void *dat, void *arg) case CC_CONNECT|INDICATION: case CC_ALERTING|INDICATION: case CC_PROCEEDING|INDICATION: + case CC_SETUP_ACKNOWLEDGE|INDICATION: { struct misdn_bchannel *bc=find_bc_by_l3id(stack, hh->dinfo);