On Thu, Jan 7, 2010 at 2:38 PM, Zhang Shukun <bit...@gmail.com> wrote:
> hi,
>
> i want to dial a number to let two phone ring at the same time or
> alternative ring,
>
> how should i configure in asterisk? or how to right the Dialplan code?

exten => 12345,1,Dial(${PHONE1}&${PHONE2})

each phone variable is defined as stated in docs depending on the
protocol, SIP, IAX2, etc

as in

exten => s,1,Dial(SIP/2000)

So PHONE1 would be SIP/2000

See

http://www.voip-info.org/tiki-index.php?page=Asterisk%20config%20extensions.con


/r

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

Reply via email to