X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=mISDN.cpp;h=46cf1a5797f12972fb04f3cae16a40c2dbe43a0d;hp=50746ecfb99331124fc4061a7487bd5494dbf6a5;hb=97aa0881beacf536e3a2296381c055887583db8f;hpb=da91d7d85fe092122e35ece52695f98345738359 diff --git a/mISDN.cpp b/mISDN.cpp index 50746ec..46cf1a5 100644 --- a/mISDN.cpp +++ b/mISDN.cpp @@ -1113,7 +1113,7 @@ void message_bchannel_from_remote(class JoinRemote *joinremote, int type, unsign chan_trace_header(mISDNport, isdnport, "MESSAGE_BCHANNEL (from remote application)", DIRECTION_NONE); add_trace("type", NULL, "export request"); end_trace(); - isdnport->p_m_remote_ref = joinremote->j_serial; + isdnport->p_m_remote_ref = joinremote->j_remote_ref; isdnport->p_m_remote_id = joinremote->j_remote_id; if (mISDNport && i>=0) { bchannel_event(mISDNport, i, B_EVENT_EXPORTREQUEST);