summaryrefslogtreecommitdiffstats
path: root/route.c
diff options
context:
space:
mode:
authorAndreas Eversberg2009-02-15 11:41:41 +0100
committerAndreas Eversberg2009-02-15 11:41:41 +0100
commitaaf6f200d7be63838fc2ad6ed818773b55a681fb (patch)
treecf8e4c555c48183a014da7c7e17b93929a1c6b34 /route.c
parentchan_lcr hopefully now compiles against SVN version of asterisk. (diff)
downloadlcr-aaf6f200d7be63838fc2ad6ed818773b55a681fb.tar.gz
lcr-aaf6f200d7be63838fc2ad6ed818773b55a681fb.tar.xz
lcr-aaf6f200d7be63838fc2ad6ed818773b55a681fb.zip
Added alerting and proceeding to the goto rule.
modified: README modified: route.c
Diffstat (limited to 'route.c')
-rw-r--r--route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/route.c b/route.c
index 2abc0f6..8d821ec 100644
--- a/route.c
+++ b/route.c
@@ -326,7 +326,7 @@ struct action_defs action_defs[] = {
// "Caller calls the timer."},
{ ACTION_GOTO,
"goto", NULL, &EndpointAppPBX::action_dialing_goto, NULL,
- PARAM_CONNECT | PARAM_RULESET | PARAM_STRIP | PARAM_SAMPLE,
+ PARAM_PROCEEDING | PARAM_ALERTING | PARAM_CONNECT | PARAM_RULESET | PARAM_STRIP | PARAM_SAMPLE,
"Jump to given ruleset and optionally play sample. Dialed digits are not flushed."},
{ ACTION_MENU,
"menu", NULL, &EndpointAppPBX::action_dialing_menu, NULL,