<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 1, 2017 at 9:56 PM, Motty Cruz <span dir="ltr"><<a href="mailto:motty.cruz@gmail.com" target="_blank">motty.cruz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">omega*CLI> core show channels<br>
Channel              Location             State Application(Data)<br>
Message/ast_msg_queu 4002@sipphones:2     Up VoiceMail(4002@default,u)<br>
<br>
"Message/ast_msg_queu" it's been up for the last day, how to hangup this channel?<span class="gmail-HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>That is the special out-of-dialog SIP MESSAGE handling channel.  Its purpose is<br></div><div>for dialplan to process those messages.  See the MESSAGE, and MESSAGE_DATA<br>dialplan functions, MessageSend application, and message_context pjsip config option.<br>The channel is reused to process each message in dialplan.  It is invalid for dialplan to<br>do anything with media on that channel and VoiceMail definitely falls into that category.<br><br></div><div>Richard<br><br><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_MessageSend">https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_MessageSend</a><br><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_MESSAGE">https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_MESSAGE</a><br><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_MESSAGE_DATA">https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_MESSAGE_DATA</a><br><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Configuration_res_pjsip#Asterisk13Configuration_res_pjsip-endpoint_message_context">https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Configuration_res_pjsip#Asterisk13Configuration_res_pjsip-endpoint_message_context</a><br></div></div><br></div></div>