[asterisk-bugs] [JIRA] Created: (ASTERISK-20208) Despite a "context" defined in queues.conf - queue callers can't exit a queue by dialing extension numbers within that context
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Aug 9 15:59:07 CDT 2012
Despite a "context" defined in queues.conf - queue callers can't exit a queue by dialing extension numbers within that context
------------------------------------------------------------------------------------------------------------------------------
Key: ASTERISK-20208
URL: https://issues.asterisk.org/jira/browse/ASTERISK-20208
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Applications/app_queue
Affects Versions: 1.8.9.3
Environment: OS: linux Ubuntu 11.10
Reporter: lijingcheng
Assignee: Rusty Newton
[at first,I'm sorry for my poor chinese english.]queue keypress events don't work, asterisk seems not to receive DTMF keys when waiting in a queue, when i enter any digit key, expect to exit the queue and go to a voice menu context corresponding to "context" config item in queues.conf, but i always failed. i debug this by GDB, i know asterisk call wait_a_bit in queue_exec() function at app_queue.c to receive a single digit DTMF key to exit, and i go deep into call stack of wait_a_bit, the program return "ast_null_frame" at "case AST_TIMING_EVENT_EXPIRED" after calling ast_timer_get_event in __ast_read.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list