[asterisk-users] SIP configuration by group

El Flynn el_flynn at lanvik-icu.com
Sun Jul 16 17:42:33 MST 2006


Sharon Lim wrote:
> Hi there,
> 
> I would like to ask, is it possible to group sip user? Means group A with
> sip user 100,200 and group B with sip user 100,200?
> 
> thanks in advance.
> 

in your dialplan, define the following variables:

GROUP_A=SIP/100&SIP/200
GROUP_B=SIP/150&SIP/200

and in your dial string

exten => blah,1,Dial(${GROUP_A})
exten => moreblah,1,Dial(${GROUP_B})

Flynn





More information about the asterisk-users mailing list