[asterisk-users] Originate multiple channels

2010-07-29 Thread Zachary Kitchen
The solution is really simple.

Make a context in your extensions.conf file:

[context]
Exten => WebCallers,1,Dial(SIP/100&SIP/101)

And now on your Action script:

Action: Originate
Channel: Local/webcall...@context
..

Thanks!

Zachary Kitchen



[cid:image001.gif@01CB2F54.0CECE080]
Zachary C. Kitchen
Commerical IT Specialist
Houston Computer Repair

"You called a geek. You tried a friend. Now it's time for a PRO!"
http://www.digitalcrisis.com

  USA Office: +1 (281) 500-1213
   USA Fax: +1 (281) 500-1133
  USA Cell: +1 (832) 385-2186



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

Re: [asterisk-users] Originate multiple channels

2010-07-01 Thread Zeeshan Zakaria
Unfortunately not. I did it a few times using a php script using a 'which'
loop to create multiple call files. You can also do it in a dialplan which
is a slow process. I have it described at:

http://ilovetovoip.com/2010/03/calling-multiple-extensions-and-let-them-all-answer/

Zeeshan A Zakaria

--
www.ilovetovoip.com

On 2010-07-01 8:18 AM, "Deepesh D"  wrote:

Hello,

Is it possible to use the asterisk manager interface to originate
multiple channels?

like
Action: Originate
Channel: SIP/101&SIP/102

So that both extensions 101 and 102 rings simultaneously.

I am using asterisk manager interface over http.

Thanks

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

Re: [asterisk-users] Originate multiple channels

2010-07-01 Thread Paul Belanger
On Thu, Jul 1, 2010 at 7:49 AM, Deepesh D  wrote:
> So that both extensions 101 and 102 rings simultaneously.
>
Yes, or use a local channel to dial multiple extensions.

-- 
Paul Belanger | dCAP
Polybeacon | Consultant
Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
blog.polybeacon.com

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


[asterisk-users] Originate multiple channels

2010-07-01 Thread Deepesh D
Hello,

Is it possible to use the asterisk manager interface to originate
multiple channels?

like
Action: Originate
Channel: SIP/101&SIP/102

So that both extensions 101 and 102 rings simultaneously.

I am using asterisk manager interface over http.

Thanks

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