I am running Asterisk 11.1.0 and I am trying to set up messaging, as I want to be able to send a message to a SIP phone when a specific event occurs. When I invoke the send, it appears to work, but the message never appears and the send repeats endlessly until I restart Asterisk. SIP debug does not show any errors either.
The message on the CLI is:
== Spawn extension (dpma_message_context, s, 8) exited non-zero on 'Message/ast_msg_queue' ¦
-- Executing [s@dpma_message_context:1] NoOp("Message/ast_msg_queue", "SMS receiving dialplan invoked") in new stack ¦
-- Executing [s@dpma_message_context:2] Set("Message/ast_msg_queue", "MESSAGE(body)="Test Message"") in new stack ¦
-- Executing [s@dpma_message_context:3] NoOp("Message/ast_msg_queue", "From "asterisk" <sip:asterisk@10.10.**.**>") in new stack ¦
-- Executing [s@dpma_message_context:4] NoOp("Message/ast_msg_queue", "Body "Test Message"") in new stack ¦
-- Executing [s@dpma_message_context:5] Set("Message/ast_msg_queue", "ACTUALTO=sip:***Office***") in new stack ¦
-- Executing [s@dpma_message_context:6] MessageSend("Message/ast_msg_queue", "sip:***Office***@10.10.**.**") in new stack ¦
-- Executing [s@dpma_message_context:7] NoOp("Message/ast_msg_queue", "Send status is SUCCESS") in new stack ¦
-- Executing [s@dpma_message_context:8] Hangup("Message/ast_msg_queue", "") in new stack ¦
== Spawn extension (dpma_message_context, s, 8) exited non-zero on 'Message/ast_msg_queue'
The above message appears repeatedly on the CLI - quickly filling it and making it difficult to debug. Am I missing anything?