summaryrefslogtreecommitdiffstats
path: root/mISDN.cpp
diff options
context:
space:
mode:
authorSuper User2007-09-22 09:28:26 +0200
committerSuper User2007-09-22 09:28:26 +0200
commitb2d271bef8a35aad5822358632aaa40ec6d8198a (patch)
tree8b41be7809ff8e421347659e4279336853173113 /mISDN.cpp
parentrun out of channel bug fix (diff)
downloadlcr-b2d271bef8a35aad5822358632aaa40ec6d8198a.tar.gz
lcr-b2d271bef8a35aad5822358632aaa40ec6d8198a.tar.xz
lcr-b2d271bef8a35aad5822358632aaa40ec6d8198a.zip
fixed multiplexing bug at NT-mode.
this means: multiple telephones now work together on same bus.
Diffstat (limited to 'mISDN.cpp')
-rw-r--r--mISDN.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/mISDN.cpp b/mISDN.cpp
index 5129519..0abffd6 100644
--- a/mISDN.cpp
+++ b/mISDN.cpp
@@ -1415,6 +1415,7 @@ int PmISDN::handler(void)
/* next loop */
p_m_crypt_msg_current = 0;
p_m_crypt_msg_loops--;
+// puts("eine loop weniger");
}
/* new length */
@@ -1914,7 +1915,7 @@ void PmISDN::message_crypt(unsigned long epoint_id, int message_id, union parame
break;
}
p_m_crypt_msg_current = 0; /* reset */
- p_m_crypt_msg_loops = 3; /* enable */
+ p_m_crypt_msg_loops = 6; /* enable */
#if 0
/* disable txmix, or we get corrupt data due to audio process */
if (p_m_txmix && p_m_b_index>=0)