<span style="font-family:arial,sans-serif;font-size:13px">I am using Asterisk 11.0.0 and have a SIP user called 100. The user registers via SIP but their network connection is cut off.</span><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">I then proceed to use AMI to send a message to them.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">
<div>root@yumyum:~# telnet 127.0.0.1 5038</div><div>Trying 127.0.0.1...</div><div>Connected to 127.0.0.1.</div><div>Escape character is &#39;^]&#39;.</div><div>Asterisk Call Manager/1.3</div><div>Action: Login</div><div>Username: admin</div>
<div>Secret: test</div><div><br></div><div>Response: Success</div><div>Message: Authentication accepted</div><div><br></div><div>Event: FullyBooted</div><div>Privilege: system,all</div><div>Status: Fully Booted</div><div>
<br></div><div>Action: MessageSend</div><div>To: sip:100</div><div>From: Test &lt;<a href="mailto:sip%3A101@192.168.88.1" target="_blank">sip:101@192.168.88.1</a>&gt;</div><div>Body: This is a test.</div><div><br></div><div>
Response: Success</div><div>Message: Message successfully sent</div></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">However, clearly the message is not sent since the device lost its network connection. How can I know that it failed? Even the log does not appear to show anything unless I turn sip debug on.</div>