[asterisk-bugs] [JIRA] (ASTERISK-20791) Asterisk Message outside of call stops working
Mark Michelson (JIRA)
noreply at issues.asterisk.org
Tue Dec 18 09:42:45 CST 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Michelson updated ASTERISK-20791:
--------------------------------------
Description:
SIP messages stop getting into the dialplan and being delivered . Asterisk services have to be restarted to make it working again .
Investigations in flow have shown that the taskprocessor for app_msg_queue stops working leading to this issue .
{noformat}
asterisk -rx "core show taskprocessors"
+----- Processor -----+--- Processed ---+- In Queue -+- Max Depth -+
app_queue 195036 0 0
core_event_dispatcher 1100220 0 1
app_voicemail 0 0 0
pbx-core 195037 0 0
ast_msg_queue 34 31 0
CCSS core 0 0 0
iax2_transmit 0 0 0
+---------------------+-----------------+------------+-------------+
7 taskprocessors
{noformat}
The task callback function that is called from message.c stops being called at this moment . Let me know the file / function that needs to be looked into for this .
EDIT (Mark Michelson): Added noformat tags around CLI output for easier readability.
was:
SIP messages stop getting into the dialplan and being delivered . Asterisk services have to be restarted to make it working again .
Investigations in flow have shown that the taskprocessor for app_msg_queue stops working leading to this issue .
asterisk -rx "core show taskprocessors"
+----- Processor -----+--- Processed ---+- In Queue -+- Max Depth -+
app_queue 195036 0 0
core_event_dispatcher 1100220 0 1
app_voicemail 0 0 0
pbx-core 195037 0 0
ast_msg_queue 34 31 0
CCSS core 0 0 0
iax2_transmit 0 0 0
+---------------------+-----------------+------------+-------------+
7 taskprocessors
The task callback function that is called from message.c stops being called at this moment . Let me know the file / function that needs to be looked into for this .
> Asterisk Message outside of call stops working
> -----------------------------------------------
>
> Key: ASTERISK-20791
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20791
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_sip/Messaging
> Affects Versions: 10.10.0, 10.11.0
> Environment: LINUX RHEL 2.6.18-194.11.1.el5
> Reporter: Abhay Gupta
>
> SIP messages stop getting into the dialplan and being delivered . Asterisk services have to be restarted to make it working again .
> Investigations in flow have shown that the taskprocessor for app_msg_queue stops working leading to this issue .
> {noformat}
> asterisk -rx "core show taskprocessors"
> +----- Processor -----+--- Processed ---+- In Queue -+- Max Depth -+
> app_queue 195036 0 0
> core_event_dispatcher 1100220 0 1
> app_voicemail 0 0 0
> pbx-core 195037 0 0
> ast_msg_queue 34 31 0
> CCSS core 0 0 0
> iax2_transmit 0 0 0
> +---------------------+-----------------+------------+-------------+
> 7 taskprocessors
> {noformat}
> The task callback function that is called from message.c stops being called at this moment . Let me know the file / function that needs to be looked into for this .
> EDIT (Mark Michelson): Added noformat tags around CLI output for easier readability.
--
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