X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=gsm.cpp;h=e6806c34001290b8ecf4a6b6020a6fd1c5d9e7a7;hp=9236ed274fb33830a9585c774b018ba6c92ae395;hb=41a0668da1dbd5644a50036eaa26c8ba85201ffd;hpb=97aa0881beacf536e3a2296381c055887583db8f diff --git a/gsm.cpp b/gsm.cpp index 9236ed2..e6806c3 100644 --- a/gsm.cpp +++ b/gsm.cpp @@ -383,6 +383,7 @@ void Pgsm::call_conf_ind(unsigned int msg_type, unsigned int callref, struct gsm gsm_trace_header(p_m_mISDNport, this, MNCC_LCHAN_MODIFY, DIRECTION_OUT); mode = create_mncc(MNCC_LCHAN_MODIFY, p_m_g_callref); mode->lchan_mode = 0x01; /* GSM V1 */ + mode->lchan_type = 0x02; add_trace("mode", NULL, "0x%02x", mode->lchan_mode); end_trace(); send_and_free_mncc(p_m_g_lcr_gsm, mode->msg_type, mode);