At 7:35 PM on 16 Oct 2009, Benny Amorsen wrote: > "C. Chad Wallace" <[email protected]> writes: > > > Also, if there is another agent available, the caller would be > > connected immediately, and it wouldn't have to make any more > > attempts. With the Wait() solution, that caller would be waiting > > for 30 seconds regardless of whether there's anyone else > > available. > > This bit is solved by the ringall strategy. > > > Of course, I don't know your business case, so you'll have to decide > > which of the two problems is worse. > > I'm fairly happy with the Wait(1000) solution for now. We'll see if > testing shows any problems with it.
Oh yeah, I hadn't even considered the ringall strategy! With that, your Wait() solution sounds perfect to me. Congrats! -- C. Chad Wallace, B.Sc. The Lodging Company http://www.skihills.com/ OpenPGP Public Key ID: 0x262208A0
signature.asc
Description: PGP signature
_______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
