summaryrefslogtreecommitdiffstats
path: root/joinpbx.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 /joinpbx.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 'joinpbx.cpp')
-rw-r--r--joinpbx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/joinpbx.cpp b/joinpbx.cpp
index ec03dc5..76e547a 100644
--- a/joinpbx.cpp
+++ b/joinpbx.cpp
@@ -717,7 +717,7 @@ void JoinPBX::message_epoint(unsigned long epoint_id, int message_type, union pa
message->param.connectinfo.ntype = INFO_NTYPE_UNKNOWN;
message_put(message);
j_updatebridge = 1; /* update bridge flag */
- if (j_relation->next && j_partyline_jingle)
+ if (j_partyline_jingle)
play_jingle(1);
break;