summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-02-08 19:51:53 +0000
committerChristian Richter <christian.richter@beronet.com>2006-02-08 19:51:53 +0000
commitbe20a26a35d5c47bdc8b468a6a05ba6f4e30d795 (patch)
tree15227ed3058e024e370b5f21c57887c2e9b202f6 /channels
parentf354a43bd326727b17cbe60d3c579df93bf3837d (diff)
fix for the L2 Signalling
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/misdn/isdn_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/misdn/isdn_lib.c b/channels/misdn/isdn_lib.c
index b7b78f6f9..447fbab8c 100644
--- a/channels/misdn/isdn_lib.c
+++ b/channels/misdn/isdn_lib.c
@@ -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) {