From 5b5923141c3ac53d3e63395d9197080d087342f3 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 20 May 2010 05:54:59 +0200 Subject: Fixed forwarding of sending-complete information. modified: Makefile.in modified: README modified: action.cpp modified: apppbx.cpp --- apppbx.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apppbx.cpp') 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); -- cgit v1.2.3-55-g7522