I am running 1.4.43 Trying to use AGI to do the Application: AGI Its telling me missing action in request. What should the Action: be in this case ???? I tried Action: Originate but it still says the same error.
While AGI is an application, it has to be done within a call, so it is best to do a call to the context that has the AGI command in it. [runmyagi] Exten => s,1,AGI... Command: Dial Context: runmyagi -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jerry Geis Sent: Thursday, November 15, 2012 3:19 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Application: AGI from AMI I am running 1.4.43 Trying to use AGI to do the Application: AGI Its telling me missing action in request. What should the Action: be in this case ???? I tried Action: Originate but it still says the same error. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
> hile AGI is an application, it has to be done within a call, so it is best > to do a call to the context that has the AGI command in it. > [runmyagi] > Exten => s,1,AGI... > > Command: Dial > Context: runmyagi >Danny Thanks, what might the command look like to "add" one asterisk box (sip connected) to an existing meetme conference? Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121115/096853c5/attachment.htm>
Exten => s,1,meetme(6500,I,1234) Or Exten => s,1,MeetMe(6500,Mrsqx) Is what I use to connect to conference 6500. This starts the conference if you are caller 1 or adds if you are caller N. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jerry Geis Sent: Thursday, November 15, 2012 3:37 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Application: AGI from AMI hile AGI is an application, it has to be done within a call, so it is best to do a call to the context that has the AGI command in it. [runmyagi] Exten => s,1,AGI... Command: Dial Context: runmyagi Danny Thanks, what might the command look like to "add" one asterisk box (sip connected) to an existing meetme conference? Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121115/8c08f360/attachment.htm>