Added alerting and proceeding to the goto rule.

modified:   README
	modified:   route.c
This commit is contained in:
Andreas Eversberg 2009-02-15 11:41:41 +01:00
parent fb6e219eda
commit aaf6f200d7
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -463,5 +463,5 @@ Changes in Version 1.3
- processing of second caller id
- Dialing length can now be limited. EWSD allows only 20 digits at a time.
-> Multiple messages are sent to dial full string.
- Added alerting and proceeding to the goto rule.

View File

@ -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,