[asterisk-bugs] [JIRA] (ASTERISK-20791) Asterisk Message outside of call stops working
Abhay Gupta (JIRA)
noreply at issues.asterisk.org
Thu Dec 13 00:40:45 CST 2012
Abhay Gupta created ASTERISK-20791:
--------------------------------------
Summary: 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.11.0, 10.10.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 .
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 .
--
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