your a star thanks ----- Original Message ----- From: "mattf" <[EMAIL PROTECTED]> To: "'Stephen Owen hosted'" <[EMAIL PROTECTED]>; "'Asterisk Users Mailing List - Non-Commercial Discussion'" <[email protected]> Sent: Wednesday, March 02, 2005 12:50 PM Subject: RE: [Asterisk-Users] Asterisk Manager API - multi "Originate" cal ls
> Hello, > You can do either, you can send multiple Originate actions in a long line > without waiting for a response back(although the responses do usually come > back very fast) or you can open multiple connections using each one to > Originate a new call. We use the multiple connection method in the > astGUIclient suite because if you get a pause or lag in Manager output on a > single connection(which does happen) it will hold up all of the Actions you > are trying to send after it. > > Take a look at the ACQS(Asterisk Central Queue System) part of the > astGUIclient suite. It allows you to queue up Actions in a database and the > server will send the actions to the asterisk server almost immediately. > We've been using this for quite a while now and it is very reliable. > > MATT--- > > > -----Original Message----- > From: Stephen Owen hosted [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 02, 2005 7:28 AM > To: [email protected] > Subject: [Asterisk-Users] Asterisk Manager API - multi "Originate" calls > > > Been researching connecting over TCP\IP to Asterisk Manager API to initiate > several concurrent calls to dial out. Prefer not to generate ASCII .call > files. > > Question : I read in places that you use "originate" command and wait for an > event back, does that mean you cannot place another "originate" until the > event comes back ? > > Is it true that multiple API connections to Asterisk Manager API will crash > it (thinking of alternative way to crack the nut) > > All help would be welcome - thanks > > Stephen Owen > > sip:[EMAIL PROTECTED] > IM:[EMAIL PROTECTED] > _______________________________________________ > Asterisk-Users mailing list > [email protected] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > Spam detection software, running on the system "zeus.avanzada7.com", has > identified this incoming email as possible spam. The original message > has been attached to this so you can view it (if it isn't spam) or label > similar future email. If you have any questions, see > the administrator of that system for details. > > Content preview: Hello, You can do either, you can send multiple > Originate actions in a long line without waiting for a response > back(although the responses do usually come back very fast) or you can > open multiple connections using each one to Originate a new call. We > use the multiple connection method in the astGUIclient suite because > if you get a pause or lag in Manager output on a single > connection(which does happen) it will hold up all of the Actions you > are trying to send after it. [...] > > Content analysis details: (0.1 points, 5.0 required) > > pts rule name description > ---- ---------------------- ---------------------------------------------- ---- > 0.1 FORGED_RCVD_HELO Received: contains a forged HELO _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
