[asterisk-users] how to hangup this channel "Message/ast_msg_queu
Richard Mudgett
rmudgett at digium.com
Sun Apr 2 08:47:39 CDT 2017
On Sat, Apr 1, 2017 at 9:56 PM, Motty Cruz <motty.cruz at gmail.com> wrote:
> omega*CLI> core show channels
> Channel Location State Application(Data)
> Message/ast_msg_queu 4002 at sipphones:2 Up VoiceMail(4002 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170402/8a6b5563/attachment.html>
More information about the asterisk-users
mailing list