[asterisk-users] How to dial a number make two phone Ring at the same time?

Randy R randulo2008 at gmail.com
Thu Jan 7 07:47:15 CST 2010


On Thu, Jan 7, 2010 at 2:38 PM, Zhang Shukun <bitzsk at 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



More information about the asterisk-users mailing list