fix for the L2 Signalling
authorChristian Richter <christian.richter@beronet.com>
Wed, 8 Feb 2006 19:51:53 +0000 (19:51 +0000)
committerChristian Richter <christian.richter@beronet.com>
Wed, 8 Feb 2006 19:51:53 +0000 (19:51 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9225 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/misdn/isdn_lib.c

index b7b78f6..447fbab 100644 (file)
@@ -2319,6 +2319,7 @@ int handle_mgmt(msg_t *msg)
        
        switch(frm->prim) {
        case MGR_SHORTSTATUS | INDICATION:
+       case MGR_SHORTSTATUS | CONFIRM:
                cb_log(2, 0, "MGMT: Short status dinfo %x\n",frm->dinfo);
                
                switch (frm->dinfo) {