X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.cpp;h=6836715a9f0dcf76d7886d68880a82c77de09e9b;hp=56667c25c4121928cac4718368e096f6cfd141c3;hb=5b5923141c3ac53d3e63395d9197080d087342f3;hpb=b33d7b898dce4721b875c200513c493801d13b6a diff --git a/apppbx.cpp b/apppbx.cpp index 56667c2..6836715 100644 --- a/apppbx.cpp +++ b/apppbx.cpp @@ -896,6 +896,7 @@ void EndpointAppPBX::out_setup(void) release(RELEASE_ALL, LOCATION_PRIVATE_LOCAL, CAUSE_OUTOFORDER, LOCATION_PRIVATE_LOCAL, CAUSE_NORMAL, 0); /* RELEASE_TYPE, join, port */ return; /* must exit here */ } + e_dialinginfo.sending_complete = 1; if (e_dialinginfo.itype == INFO_ITYPE_VBOX) { PDEBUG(DEBUG_EPOINT, "EPOINT(%d) dialing directly to VBOX\n", ea_endpoint->ep_serial); @@ -1213,6 +1214,7 @@ void EndpointAppPBX::out_setup(void) SCPY(dialinginfo.id, number); dialinginfo.itype = INFO_ITYPE_ISDN; dialinginfo.ntype = e_dialinginfo.ntype; + dialinginfo.sending_complete = e_dialinginfo.sending_complete; portlist = ea_endpoint->portlist_new(port->p_serial, port->p_type, mISDNport->earlyb); if (!portlist) { PERROR("EPOINT(%d) cannot allocate port_list relation\n", ea_endpoint->ep_serial);