Using Asterisk 1.4, on the console 'show application queue' mentions an option 'i' that should "ignore call forward requests from queue members and do nothing when they are requested." Does this work? My assumption is that the member whose next according to the queue strategy should get the call even if they have forwarding enabled on their SIP device. The forwarding should be ignored. Using Queue(customerservice|i) causes Asterisk to crash when sending the call to the member with forwarding enabled on their SIP device. Am I misinterpreting what this option does? Thanks, James
On 1/15/07, James Fromm <fromm@omnis.com> wrote:> Using Asterisk 1.4, on the console 'show application queue' mentions an > option 'i' that should "ignore call forward requests from queue members > and do nothing when they are requested." Does this work? > > My assumption is that the member whose next according to the queue > strategy should get the call even if they have forwarding enabled on > their SIP device. The forwarding should be ignored. > > Using Queue(customerservice|i) causes Asterisk to crash when sending the > call to the member with forwarding enabled on their SIP device. > > Am I misinterpreting what this option does? >You're not misinterpreting. If it crashes, please file a bug at bugs.digium.com. Thanks. BJ -- Bird's The Word Technologies, Inc. http://www.btwtech.com/
> -----Original Message----- > From: BJ Weschke [mailto:bweschke@gmail.com] > Sent: Monday, January 15, 2007 3:20 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Queue cmd option 'i' > > > On 1/15/07, James Fromm <fromm@omnis.com> wrote: > > Using Asterisk 1.4, on the console 'show application queue' > mentions an > > option 'i' that should "ignore call forward requests from > queue members > > and do nothing when they are requested." Does this work? > > > > My assumption is that the member whose next according to the queue > > strategy should get the call even if they have forwarding enabled on > > their SIP device. The forwarding should be ignored. > > > > Using Queue(customerservice|i) causes Asterisk to crash > when sending the > > call to the member with forwarding enabled on their SIP device. > > > > Am I misinterpreting what this option does? > > > > You're not misinterpreting. If it crashes, please file a bug at > bugs.digium.com. Thanks.I wonder how this could actually work? If Asterisk sends an INVITE to a phone, and the phone responds with 'Moved Temporarily', and Asterisk sends the INVITE again, isn't the phone just going to send 'Moved Temporarily' again? Doug.