It could be a good idea. Right now, I'm trying to verify it's possible to identify a caller and his postion in queue with his URI after having got the result from the command sent to Asterisk Manager.
Scott Wolfe a écrit : > Write a application to log the information to a DB, then have all other > clients connect to the database for the status. Unless I am missing > something. > > -Scott > > ----- Original Message ----- > From: "Mojo with Horan & Company, LLC" <[EMAIL PROTECTED]> > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > <[email protected]> > Sent: Wednesday, November 28, 2007 11:29 AM > Subject: Re: [asterisk-users] Asterisk API Manager > > > If each client connected only once, subsequently made a request every > minute, and then disconnected only when finished, the load might be more > reasonable. It can be a little harder to write that kind of client > though :) > > Mojo > > Mojo with Horan & Company, LLC wrote: > >> So you'd be making 100 connections/minute, which is pretty relentless. >> That's like five connections, five requests sent, five responses >> received, and five disconnects, /every/ three seconds. >> >> And the likelihood of all 100 users to be spread out evenly over a >> minute doesn't seem very high. I think your box would be pretty busy >> with that. >> >> Astmanproxy would be indicated. >> >> Moj >> >> >> Anthony Chapellier wrote: >> >> >>> However I wanted to get periodic infos about queued users (position in >>> queue) only. So I thought I could make a program sending periodic >>> requests to asterisk manager. Is it really bad to bother asterisk >>> manager with frequently and periodic requests sent by mutiple users (we >>> could say maybe 100 users with a request every minute) ? >>> >>> Moises Silva a écrit : >>> >>> >>> >>>> Yes, but you should use astmanproxy instead and don't bother Asterisk >>>> with multiple manager connections. >>>> >>>> On Nov 27, 2007 8:24 AM, Anthony Chapellier <[EMAIL PROTECTED]> wrote: >>>> >>>> >>>> >>>> >>>>> Hi, >>>>> >>>>> Does Asterisk manager allow multiple clients to connect to an Asterisk >>>>> instance using the same user account ? >>>>> >>>>> Thanks, >>>>> >>>>> _______________________________________________ >>>>> --Bandwidth and Colocation Provided by http://www.api-digital.com-- >>>>> >>>>> asterisk-users mailing list >>>>> To UNSUBSCRIBE or update options visit: >>>>> http://lists.digium.com/mailman/listinfo/asterisk-users >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>> _______________________________________________ >>> --Bandwidth and Colocation Provided by http://www.api-digital.com-- >>> >>> asterisk-users mailing list >>> To UNSUBSCRIBE or update options visit: >>> http://lists.digium.com/mailman/listinfo/asterisk-users >>> >>> >>> >> _______________________________________________ >> --Bandwidth and Colocation Provided by http://www.api-digital.com-- >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> >> > > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
