[Asterisk-Users] Authenticating username
Nabeel Jafferali
nabeel at jafferali.net
Tue Apr 5 07:25:12 MST 2005
> Could you expand on your comments, or provide a link / paste
> in a sample extensions.conf to show how this would be set up?
I just realized this is not exactly what you want, but let's try it
anyways:
[global]
200 => SIP/john
201 => SIP/mary
[somecontext]
exten => 200,1,Dial(${200})
exten => 201,1,Dial(${201})
I haven't tried it, but if your intention is to have a dialplan which
allows 2XX calling, you might try this. I can't say whether it will work
or not:
exten => _2XX,1,Dial(${${EXTEN}})
Let me know if it works,
Nabeel
More information about the asterisk-users
mailing list