summaryrefslogtreecommitdiffstats
path: root/mISDN.cpp
diff options
context:
space:
mode:
authorSuper User2008-07-24 18:24:20 +0200
committerSuper User2008-07-24 18:24:20 +0200
commitab4a1270e9c99ab7a21a957759de2a885100afb1 (patch)
tree871a309c669bab5b201be42e66d9a53e911e0d00 /mISDN.cpp
parentmade lcr_read read frames in 160 bytes packets in rebuffer mode (diff)
downloadlcr-ab4a1270e9c99ab7a21a957759de2a885100afb1.tar.gz
lcr-ab4a1270e9c99ab7a21a957759de2a885100afb1.tar.xz
lcr-ab4a1270e9c99ab7a21a957759de2a885100afb1.zip
fixed trace bug
added ast_setstate after pbx_start() modified: chan_lcr.c modified: mISDN.cpp modified: trace.h
Diffstat (limited to 'mISDN.cpp')
-rw-r--r--mISDN.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mISDN.cpp b/mISDN.cpp
index e8a71cc..df550ae 100644
--- a/mISDN.cpp
+++ b/mISDN.cpp
@@ -2001,9 +2001,9 @@ int mISDN_handler(void)
break;
case MT_L2RELEASE:
- l1l2l3_trace_header(mISDNport, NULL, L2_RELEASE_IND, DIRECTION_IN);
if (!mISDNport->l2establish)
{
+ l1l2l3_trace_header(mISDNport, NULL, L2_RELEASE_IND, DIRECTION_IN);
add_trace("tei", NULL, "%d", l3m->pid);
end_trace();
}