summaryrefslogtreecommitdiffstats
path: root/action.cpp
diff options
context:
space:
mode:
authorSuper User2008-03-21 15:51:51 +0100
committerSuper User2008-03-21 15:51:51 +0100
commit80eaae179b31df5bfeb91a7e94984e9517fe2cbd (patch)
treef4f28c82dc698b25b9ac14a522567957b8447baa /action.cpp
parentadded timer for recovering missing activation/deactivation replies of bchanne... (diff)
downloadlcr-80eaae179b31df5bfeb91a7e94984e9517fe2cbd.tar.gz
lcr-80eaae179b31df5bfeb91a7e94984e9517fe2cbd.tar.xz
lcr-80eaae179b31df5bfeb91a7e94984e9517fe2cbd.zip
trace fix
modified: action.cpp
Diffstat (limited to 'action.cpp')
-rw-r--r--action.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/action.cpp b/action.cpp
index 6d9d1dd..3e0def3 100644
--- a/action.cpp
+++ b/action.cpp
@@ -1837,13 +1837,16 @@ void EndpointAppPBX::_action_goto_menu(int mode)
trace_header("ACTION goto/menu (change to)", DIRECTION_NONE);
add_trace("ruleset", NULL, "%s", e_ruleset->name);
if (e_dialinginfo.id[0])
+ {
add_trace("dialing", NULL, "%s", e_dialinginfo.id);
+ end_trace();
+ }
if ((rparam = routeparam(e_action, PARAM_SAMPLE)))
{
add_trace("sample", NULL, "%s", rparam->string_value);
+ end_trace();
set_tone(ea_endpoint->ep_portlist, rparam->string_value);
}
- end_trace();
/* do dialing with new ruleset */
e_action = NULL;