[Asterisk-Users] Dial / Ring multiple sip channels
Walker Haddock
whaddock at datacrest.com
Thu Dec 11 20:35:20 MST 2003
On Thu, Dec 11, 2003 at 10:24:57PM -0500, David Coulson wrote:
> Paul Oster wrote:
> >exten => 101,Dial(Sip/101,10) && Dial(Sip/102,10)
>
> Almost there:
>
> exten => 101,Dial(Sip/101&Sip/102,10)
Or, if you think you might want to make it easier to maintain:
[globals]
PHONE1=SIP/101 ; Boss' desk phone
PHONE2=SIP/102 ; Boss' home phone
BOSS=${PHONE1}&${PHONE2}
...
[Boss]
exten => 101,1,Dial(${BOSS},30,t)
...
>
> David
>
> --
> David Coulson email: d at vidcoulson.com
> Linux Developer / web: http://davidcoulson.net/
> Network Engineer phone: (216) 533-6967
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
--
******** DataCrest, Inc. -- Technically Superior ******************
Walker Haddock http://www.datacrest.com
DataCrest, Inc. e-mail: wh at datacrest.com
1634A Montgomery Hwy. phone: 1-888-941-3282, 1-205-335-8589
Birmingham, AL 35216 fax: 1-205-823-7838
***********************************************************************
More information about the asterisk-users
mailing list