summaryrefslogtreecommitdiffstats
path: root/mISDN.cpp
diff options
context:
space:
mode:
authorSuper User2008-05-25 16:12:20 +0200
committerSuper User2008-05-25 16:12:20 +0200
commit44b6b77e68c2b685174c09da4467139e009130b4 (patch)
tree992abe71d1688290ddb2e10204c8004373ade7aa /mISDN.cpp
parentwork (diff)
downloadlcr-44b6b77e68c2b685174c09da4467139e009130b4.tar.gz
lcr-44b6b77e68c2b685174c09da4467139e009130b4.tar.xz
lcr-44b6b77e68c2b685174c09da4467139e009130b4.zip
fix and work
modified: Makefile modified: action.cpp modified: bchannel.c modified: chan_lcr.c modified: extension.h modified: joinpbx.cpp modified: mISDN.cpp modified: message.h
Diffstat (limited to 'mISDN.cpp')
-rw-r--r--mISDN.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mISDN.cpp b/mISDN.cpp
index b44049f..53cb774 100644
--- a/mISDN.cpp
+++ b/mISDN.cpp
@@ -2293,6 +2293,8 @@ int mISDN_handler(void)
/* we receive audio data, we respond to it AND we send tones */
case PH_DATA_IND:
case DL_DATA_IND:
+ case PH_DATA_REQ:
+ case DL_DATA_REQ:
case PH_CONTROL_IND:
if (mISDNport->b_port[i])
mISDNport->b_port[i]->bchannel_receive(hh, buffer+MISDN_HEADER_LEN, ret-MISDN_HEADER_LEN);