Zhang Shukun
2010-Jan-07 13:38 UTC
[asterisk-users] How to dial a number make two phone Ring at the same time?
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? Thanks very much! -- Best regards, Sucan
Randy R
2010-Jan-07 13:47 UTC
[asterisk-users] How to dial a number make two phone Ring at the same time?
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