> 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
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to