It is a dialplan question.....
I use asterisk 1.4
and in the dialplan need to configure about 2000 extensions :
---------------
exten => 441234567899,1,Goto(a2billing-did,${EXTEN},1)
exten => 441234567900,1,Goto(a2billing-did,${EXTEN},1)
exten => 441234567899,1,Goto(a2billing-did,${EXTEN},1)
etc....
----------------------------
as I said 2000 extensions.
It is a way that I could use a syntax like
exten => from 441234567899 to 441234567899,1,Goto(a2billing-did,${EXTEN},1)
?
Thank you for your answers,
Tudor