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

2010-01-07 Thread Randy R
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


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

2010-01-07 Thread Zhang Shukun
Thank you!
but how can i determine whether ring at the same time or

alternative ring?

BTW, the uri

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

can't open.

Could you paste it again?

2010/1/7 Randy R randulo2...@gmail.com:
 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




-- 
Best regards,
Sucan

___
-- 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 a number make two phone Ring at the same time?

2010-01-07 Thread Randy R
On Thu, Jan 7, 2010 at 3:07 PM, Zhang Shukun bit...@gmail.com wrote:
 Thank you!
 but how can i determine whether ring at the same time or

 alternative ring?

 BTW, the uri

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

It got mistyped or cut, it's

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

The concatenation I showed was for simultaneous ringing of devices.
For the rest, yuou will be best served by looking through the docsz on
dialplan and possibly queues.

Best,

/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