On Sat, Apr 1, 2017 at 9:56 PM, Motty Cruz <motty.c...@gmail.com> wrote:

> omega*CLI> core show channels
> Channel              Location             State Application(Data)
> Message/ast_msg_queu 4002@sipphones:2     Up VoiceMail(4002@default,u)
>
> "Message/ast_msg_queu" it's been up for the last day, how to hangup this
> channel?
>

That is the special out-of-dialog SIP MESSAGE handling channel.  Its
purpose is
for dialplan to process those messages.  See the MESSAGE, and MESSAGE_DATA
dialplan functions, MessageSend application, and message_context pjsip
config option.
The channel is reused to process each message in dialplan.  It is invalid
for dialplan to
do anything with media on that channel and VoiceMail definitely falls into
that category.

Richard

https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_MessageSend
https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_MESSAGE
https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_MESSAGE_DATA
https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Configuration_res_pjsip#Asterisk13Configuration_res_pjsip-endpoint_message_context
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to