summaryrefslogtreecommitdiffstats
path: root/action.cpp
diff options
context:
space:
mode:
authorSuper User2008-06-15 14:29:09 +0200
committerSuper User2008-06-15 14:29:09 +0200
commit609582c9ae75f3cd53df8d3b3ff3c303ad5d3d91 (patch)
tree94b3172dc896147c36bb4f7e52f61758933e035b /action.cpp
parentchan_lcr: in lcr_in_information: information.id already contains the (diff)
downloadlcr-609582c9ae75f3cd53df8d3b3ff3c303ad5d3d91.tar.gz
lcr-609582c9ae75f3cd53df8d3b3ff3c303ad5d3d91.tar.xz
lcr-609582c9ae75f3cd53df8d3b3ff3c303ad5d3d91.zip
fixed dialing bug to remote application
modified: action.cpp modified: apppbx.cpp modified: chan_lcr.c modified: mISDN.cpp
Diffstat (limited to 'action.cpp')
-rw-r--r--action.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.cpp b/action.cpp
index 11eafe5..e815fd3 100644
--- a/action.cpp
+++ b/action.cpp
@@ -393,6 +393,7 @@ void EndpointAppPBX::action_dialing_remote(void)
{
SCPY(dialinginfo.id, e_extdialing);
}
+ e_extdialing = e_dialinginfo.id + strlen(e_dialinginfo.id);
/* send setup to remote */
trace_header("ACTION remote (setup)", DIRECTION_NONE);
add_trace("number", NULL, dialinginfo.id);