Re: [Asterisk-Users] Asterisk Manager API - multi "Originate" cal ls

2005-03-02 Thread Mike Sander
ot;'Asterisk Users Mailing List - Non-Commercial Discussion'" Sent: Thursday, March 03, 2005 6:29 AM Subject: RE: [Asterisk-Users] Asterisk Manager API - multi "Originate" cal ls Well, I'm not sure about the current release as I have not tested this, but on older

RE: [Asterisk-Users] Asterisk Manager API - multi "Originate" cal ls

2005-03-02 Thread mattf
iling List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Asterisk Manager API - multi "Originate" cal ls Hi Matt, in your experience is there a 100% reliable way to know that the callee phone is ringing? In my situation I don't need to know if they pick up or not, I nee

RE: [Asterisk-Users] Asterisk Manager API - multi "Originate" cal ls

2005-03-02 Thread Thomas Miller
Hi Matt, in your experience is there a 100% reliable way to know that the callee phone is ringing? In my situation I don't need to know if they pick up or not, I need to know (as reliably as possible) if the calee phone number is ringing. Thanks, Tom --- mattf <[EMAIL PROTECTED]> wrote: > Actio

RE: [Asterisk-Users] Asterisk Manager API - multi "Originate" cal ls

2005-03-02 Thread mattf
ActionID does not return in all events related to an Action sent, sometimes it will just send you a success message and nothing more. Just try Originating a call from a meetme room over an outside line. You will get about 150 lines of output and only one message will have the ActionID in it,

Re: [Asterisk-Users] Asterisk Manager API - multi "Originate" cal ls

2005-03-02 Thread Stephen Owen hosted
your a star thanks - Original Message - From: "mattf" <[EMAIL PROTECTED]> To: "'Stephen Owen hosted'" <[EMAIL PROTECTED]>; "'Asterisk Users Mailing List - Non-Commercial Discussion'" Sent: Wednesday, March 02, 2005 12:50

RE: [Asterisk-Users] Asterisk Manager API - multi "Originate" cal ls

2005-03-02 Thread mattf
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 astGU