[asterisk-dev] Asterisk 14.0.0-rc1 Now Available

2016-09-19 Thread Asterisk Development Team
The Asterisk Development Team has announced the first release candidate of Asterisk 14.0.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 14.0.0-rc1 resolves several issues reported by the community and

Re: [asterisk-dev] Questions about Message/ast_msg_queue

2016-09-19 Thread Richard Mudgett
On Mon, Sep 19, 2016 at 4:40 AM, Jean Aunis 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 >

[asterisk-dev] Questions about Message/ast_msg_queue

2016-09-19 Thread Jean Aunis
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