On Mon, Sep 19, 2016 at 4:40 AM, Jean Aunis <jean.au...@prescom.fr> wrote:

> Hello,
>
> I am currently using a lot of SIP MESSAGEs, which rely on the
> Message/ast_msg_queue channel in Asterisk. Unless I misunderstood
> something, this channel is acting as a kind of "singleton" : there is only
> one instance of this channel, which processes one message after the other.
> This behaviour makes it more difficult to handle large amounts of messages,
> especially if the dialplan handling the messages takes a long time to
> execute.
>
> So my questions are the following :
>
> 1- what is the reason for this "singleton" behaviour ? Why not creating
> one channel for each SIP message ?
>
> 2- is it technically possible (and even desirable) to change this
> behaviour ?
>

Creating one channel per message would work for individual messages.  It
doesn't
work if your messages have a sequence to them.

Richard
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Reply via email to