[asterisk-bugs] [JIRA] (ASTERISK-17545) Conference menu does not wait after playing message
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Jan 21 08:57:21 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-17545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan closed ASTERISK-17545.
----------------------------------
Resolution: Workaround Available
> Conference menu does not wait after playing message
> ---------------------------------------------------
>
> Key: ASTERISK-17545
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-17545
> Project: Asterisk
> Issue Type: Bug
> Components: Applications/app_confbridge
> Affects Versions: 1.8.3
> Reporter: Matt Lehner
> Severity: Minor
>
> After the system is done playing the menu audio to the user, it does not wait for the user to input their choice. As a result they must enter their choice while the message is playing, which is unexpected behavior when dealing with an IVR.
> ****** ADDITIONAL INFORMATION ******
> I know very little information about the internals of Asterisk, but the function that gets all to read the digits is ast_waitstream. I didn't see anywhere that there is a timeout defined for this function.
> The only way I know how to affect the timeout in the dial plan is using the TIMEOUT function. It appears to do nothing so I can only assume it does not affect the above mentioned C function.
> Set(TIMEOUT(response)=10);
> ConfBridge(${ccontext}-${number}, scMa);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list