<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 19, 2016 at 4:40 AM, Jean Aunis <span dir="ltr"><<a href="mailto:jean.aunis@prescom.fr" target="_blank">jean.aunis@prescom.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
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.<br>
<br>
So my questions are the following :<br>
<br>
1- what is the reason for this "singleton" behaviour ? Why not creating one channel for each SIP message ?<br>
<br>
2- is it technically possible (and even desirable) to change this behaviour ?<br></blockquote><div><br></div><div>Creating one channel per message would work for individual messages.  It doesn't<br></div><div>work if your messages have a sequence to them.<br><br></div><div>Richard<br></div></div><br></div></div>