Re: [asterisk-users] How to dial multiple extensions at once likeinaring group and put them in conference?

2009-10-29 Thread DHAVAL INDRODIYA
Simply,

You can use Originate command like

originate SIP/151 application Meetme 1234,dcs

if you want to dial multiple extension then just use while loop .

regards
Dhaval

On Wed, Oct 28, 2009 at 6:45 PM, Danny Nicholas da...@debsinc.com wrote:

  Mea Culpa??  Since I’ve only been dabbling with AMI for about 6 weeks, I
 hadn’t stumbled upon the Async parameter.  A “more correct” dissertation of
 the sentence would be

 “The AMI originate by default operates in a synchronous or threaded
 fashion, unless you specify Asynchronous mode using Async: true”.  Guess
 I’ll never be as smart as you, Matt.


  --

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Zeeshan Zakaria
 *Sent:* Wednesday, October 28, 2009 5:58 AM

 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] How to dial multiple extensions at once
 likeinaring group and put them in conference?



 Hi Matt,

 That is exactly what I am doing now and it has solved my problem. Now all
 the calls originate instantly with no noticeable delay.

 --
 Zeeshan A Zakaria

 On Wed, Oct 28, 2009 at 12:18 AM, Matt Riddell li...@venturevoip.com
 wrote:

 On 28/10/09 3:52 AM, Danny Nicholas wrote:
  This might be a better application of a call file than an AMI originate.
The AMI originate in this case has to operate in a threaded fashion,
  whereas if you created a call file for each extension and dumped them
  into /var/spool/asterisk/outgoing, pbx.c would call all of them at once
  without the “first pickup” problem.

 Not true - you can use Async mode in an Asterisk Manager originate
 command to create a call and return instantly.

 --
 Cheers,

 Matt Riddell
 Director
 ___

 http://www.venturevoip.com/news.php (Daily Asterisk News)
 http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
 http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)


 ___
 -- 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

Re: [asterisk-users] How to dial multiple extensions at once likeinaring group and put them in conference?

2009-10-29 Thread Zeeshan Zakaria
Dhaval, is this a suggestion or you just copied what I said earlier?

-- 
Zeeshan A Zakaria

On Thu, Oct 29, 2009 at 5:15 AM, DHAVAL INDRODIYA
dhaval.it01...@gmail.comwrote:

 Simply,

 You can use Originate command like

 originate SIP/151 application Meetme 1234,dcs

 if you want to dial multiple extension then just use while loop .

 regards
 Dhaval


 On Wed, Oct 28, 2009 at 6:45 PM, Danny Nicholas da...@debsinc.com wrote:

  Mea Culpa??  Since I’ve only been dabbling with AMI for about 6 weeks, I
 hadn’t stumbled upon the Async parameter.  A “more correct” dissertation of
 the sentence would be

 “The AMI originate by default operates in a synchronous or threaded
 fashion, unless you specify Asynchronous mode using Async: true”.  Guess
 I’ll never be as smart as you, Matt.


  --

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Zeeshan Zakaria
 *Sent:* Wednesday, October 28, 2009 5:58 AM

 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] How to dial multiple extensions at once
 likeinaring group and put them in conference?



 Hi Matt,

 That is exactly what I am doing now and it has solved my problem. Now all
 the calls originate instantly with no noticeable delay.

 --
 Zeeshan A Zakaria

 On Wed, Oct 28, 2009 at 12:18 AM, Matt Riddell li...@venturevoip.com
 wrote:

 On 28/10/09 3:52 AM, Danny Nicholas wrote:
  This might be a better application of a call file than an AMI originate.
The AMI originate in this case has to operate in a threaded fashion,
  whereas if you created a call file for each extension and dumped them
  into /var/spool/asterisk/outgoing, pbx.c would call all of them at once
  without the “first pickup” problem.

 Not true - you can use Async mode in an Asterisk Manager originate
 command to create a call and return instantly.

 --
 Cheers,

 Matt Riddell
 Director
 ___

 http://www.venturevoip.com/news.php (Daily Asterisk News)
 http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
 http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)


 ___
 -- 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

Re: [asterisk-users] How to dial multiple extensions at once likeinaring group and put them in conference?

2009-10-29 Thread DHAVAL INDRODIYA
i didnt read above all the mail

On Thu, Oct 29, 2009 at 3:06 PM, Zeeshan Zakaria zisha...@gmail.com wrote:

 Dhaval, is this a suggestion or you just copied what I said earlier?

 --
 Zeeshan A Zakaria


 On Thu, Oct 29, 2009 at 5:15 AM, DHAVAL INDRODIYA 
 dhaval.it01...@gmail.com wrote:

 Simply,

 You can use Originate command like

 originate SIP/151 application Meetme 1234,dcs

 if you want to dial multiple extension then just use while loop .

 regards
 Dhaval


 On Wed, Oct 28, 2009 at 6:45 PM, Danny Nicholas da...@debsinc.comwrote:

  Mea Culpa??  Since I’ve only been dabbling with AMI for about 6 weeks,
 I hadn’t stumbled upon the Async parameter.  A “more correct” dissertation
 of the sentence would be

 “The AMI originate by default operates in a synchronous or threaded
 fashion, unless you specify Asynchronous mode using Async: true”.  Guess
 I’ll never be as smart as you, Matt.


  --

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Zeeshan Zakaria
 *Sent:* Wednesday, October 28, 2009 5:58 AM

 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] How to dial multiple extensions at once
 likeinaring group and put them in conference?



 Hi Matt,

 That is exactly what I am doing now and it has solved my problem. Now all
 the calls originate instantly with no noticeable delay.

 --
 Zeeshan A Zakaria

 On Wed, Oct 28, 2009 at 12:18 AM, Matt Riddell li...@venturevoip.com
 wrote:

 On 28/10/09 3:52 AM, Danny Nicholas wrote:
  This might be a better application of a call file than an AMI
 originate.
The AMI originate in this case has to operate in a threaded fashion,
  whereas if you created a call file for each extension and dumped them
  into /var/spool/asterisk/outgoing, pbx.c would call all of them at once
  without the “first pickup” problem.

 Not true - you can use Async mode in an Asterisk Manager originate
 command to create a call and return instantly.

 --
 Cheers,

 Matt Riddell
 Director
 ___

 http://www.venturevoip.com/news.php (Daily Asterisk News)
 http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
 http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)


 ___
 -- 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

Re: [asterisk-users] How to dial multiple extensions at once likeinaring group and put them in conference?

2009-10-29 Thread Matt Riddell
On 29/10/09 2:15 AM, Danny Nicholas wrote:
 Mea Culpa??  Since I’ve only been dabbling with AMI for about 6 weeks, I
 hadn’t stumbled upon the Async parameter. A “more correct” dissertation
 of the sentence would be

 “The AMI originate by default operates in a synchronous or threaded
 fashion, unless you specify Asynchronous mode using Async: true”. Guess
 I’ll never be as smart as you, Matt.

:D

I should hope not!!

If everyone was as smart as me, how would I take over the world?

-- 
Cheers,

Matt Riddell
Director
___

http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)

___
-- 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


Re: [asterisk-users] How to dial multiple extensions at once likeinaring group and put them in conference?

2009-10-29 Thread John Novack


Matt Riddell wrote:
 snip
 Guess
 I’ll never be as smart as you, Matt.
 

 :D

 I should hope not!!

 If everyone was as smart as me, how would I take over the world?

   
If you really are that smart, why would you want to?


Peg Leg O'Brien

-- 
Dog is my co-pilot


___
-- 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

Re: [asterisk-users] How to dial multiple extensions at once likeinaring group and put them in conference?

2009-10-29 Thread Danny Nicholas
Matt is smart, but he's probably not a Ivy-League politician :D

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of John Novack
Sent: Thursday, October 29, 2009 9:12 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] How to dial multiple extensions at once
likeinaring group and put them in conference?



Matt Riddell wrote:
 snip
 Guess
 I'll never be as smart as you, Matt.
 

 :D

 I should hope not!!

 If everyone was as smart as me, how would I take over the world?

   
If you really are that smart, why would you want to?


Peg Leg O'Brien

-- 
Dog is my co-pilot


___
-- 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


Re: [asterisk-users] How to dial multiple extensions at once likeinaring group and put them in conference?

2009-10-29 Thread Paul Hales
On 29/10/09 22:40, Matt Riddell wrote:

 :D

 I should hope not!!

 If everyone was as smart as me, how would I take over the world?



With violence, just like everyone else!

PaulH

___
-- 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


Re: [asterisk-users] How to dial multiple extensions at once likeinaring group and put them in conference?

2009-10-29 Thread Zeeshan Zakaria
Please don't make this email thread a place for political discussion. Reply
only if you have any other ideas on how to accomplish what was asked in the
beginning.

Thanks for your understanding.

-- 
Zeeshan A Zakaria

On Thu, Oct 29, 2009 at 5:59 PM, Paul Hales pdha...@optusnet.com.au wrote:

 On 29/10/09 22:40, Matt Riddell wrote:
 
  :D
 
  I should hope not!!
 
  If everyone was as smart as me, how would I take over the world?
 
 

 With violence, just like everyone else!

 PaulH

 ___
 -- 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

Re: [asterisk-users] How to dial multiple extensions at once likeinaring group and put them in conference?

2009-10-28 Thread Danny Nicholas
Mea Culpa??  Since I've only been dabbling with AMI for about 6 weeks, I
hadn't stumbled upon the Async parameter.  A more correct dissertation of
the sentence would be

The AMI originate by default operates in a synchronous or threaded fashion,
unless you specify Asynchronous mode using Async: true.  Guess I'll never
be as smart as you, Matt.

 

  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Zeeshan
Zakaria
Sent: Wednesday, October 28, 2009 5:58 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] How to dial multiple extensions at once
likeinaring group and put them in conference?

 

Hi Matt,

That is exactly what I am doing now and it has solved my problem. Now all
the calls originate instantly with no noticeable delay.

-- 
Zeeshan A Zakaria

On Wed, Oct 28, 2009 at 12:18 AM, Matt Riddell li...@venturevoip.com
wrote:

On 28/10/09 3:52 AM, Danny Nicholas wrote:
 This might be a better application of a call file than an AMI originate.
   The AMI originate in this case has to operate in a threaded fashion,
 whereas if you created a call file for each extension and dumped them
 into /var/spool/asterisk/outgoing, pbx.c would call all of them at once
 without the first pickup problem.

Not true - you can use Async mode in an Asterisk Manager originate
command to create a call and return instantly.

--
Cheers,

Matt Riddell
Director
___

http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)


___
-- 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