Shad Mortazavi
2004-Sep-16 20:02 UTC
[Asterisk-Users] Creating conference calls from within Astman.
Dear All, I have a requirement to 'originate' a number of calls to various external users from within a conference room, so that the end users does not pay for the call. I know that within Astman I can define an extension and then originate the call from that extension. Can I define a conference room (how would I configure that on astman? What channel would it use?) and then generate a number of calls from within the conference room? Thanks for all your help. Shad Mortazavi --------------------------------------------------- Nexus Technical Manager n|m Nexus Management Inc Sydney -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040916/41f5fc67/attachment.htm
Shad Mortazavi
2004-Sep-22 16:51 UTC
[Asterisk-Users] RE: Creating conference calls from within Astman.
Dear All, I sent this question a while back and was wondering if this was possible? Thanks Shad -----Original Message----- From: Shad Mortazavi Sent: Friday, September 17, 2004 1:03 PM To: asterisk-users@lists.digium.com Subject: Creating conference calls from within Astman. Dear All, I have a requirement to 'originate' a number of calls to various external users from within a conference room, so that the end users does not pay for the call. I know that within Astman I can define an extension and then originate the call from that extension. Can I define a conference room (how would I configure that on astman? What channel would it use?) and then generate a number of calls from within the conference room? Thanks for all your help. Shad Mortazavi --------------------------------------------------- Nexus Technical Manager n|m Nexus Management Inc Sydney -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040922/afc927b2/attachment.htm
Shad Mortazavi
2004-Sep-22 21:11 UTC
[Asterisk-Users] Re: RE: Creating conference calls from within Astman.
Thanks for this information. Can this be done from within Gastman as well? Warm Regards Shad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040922/29be3759/attachment.htm
Shad Mortazavi
2004-Sep-22 23:03 UTC
[Asterisk-Users] RE: RE: Creating conference calls from within Astman.
Sorry about my earlier e-mail. (:blush:), should have included the history. Can this be done from within Gastman? Warm Regards Shad ------------------------------ Message: 2 Date: Wed, 22 Sep 2004 21:10:10 -0300 From: Nicol?s Gudi?o <asternic@gmail.com> Subject: Re: [Asterisk-Users] RE: Creating conference calls from within Astman. To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Message-ID: <e7d413aa04092217104bf9ef20@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Hello,>-----Original Message----- >From: Shad Mortazavi >Sent: Friday, September 17, 2004 1:03 PM >To: asterisk-users@lists.digium.com >Subject: Creating conference calls from within Astman. > >Dear All, > >I have a requirement to 'originate' a number of calls to variousexternal users from within >a conference room, so that the end users does not pay for the call.> >I know that within Astman I can define an extension and thenoriginate the call from that >extension. Can I define a conference room (how would I configure that on astman? What >channel would it use?) and then generate a number of calls from within the conference>room?I was incorporating this functionality into the Flash Operator Panel. In the panel I do it by using the Local channel. Suppose that you want to call the number 555-5555, and your context for dialing out is 'dialout'. You also have another context 'conferences' with extension number 1000 that fires up a meetme. The originate command for astman should look like: Action: Originate Channel: Local/5555555@dialout Exten: 1000 Context: conferences Priority: 1 It will dial the number 5555555 as if it were dialed from the dialout context and connect the call to Extension 1000 in 'conferences' context. This feature is already implemented and working in the next to be released version of the flash panel (but now it will only dial numbers predefined in the panel itself). You can get it from http://www.asternic.org Best regards, -- Nicol?s Gudi?o Buenos Aires - Argentina ------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040923/e4adcf95/attachment.htm