Hi,
trying to create a global vector that can be used for alot of numbers, and based on DNIS.
I should basically route to a variable, if DNIS = xyz.. But I can just use ANI . Any suggestions ?
Goto step 4 if DNIS = 12345677
Goto step 5 if DNIS = 12345678
Goto step 6 if DNIS = 12345679
04 : route-to number A
05 : route-to number B
06 : route-to number C
not to complicated, but how can this be solved ?
trying to create a global vector that can be used for alot of numbers, and based on DNIS.
I should basically route to a variable, if DNIS = xyz.. But I can just use ANI . Any suggestions ?
Goto step 4 if DNIS = 12345677
Goto step 5 if DNIS = 12345678
Goto step 6 if DNIS = 12345679
04 : route-to number A
05 : route-to number B
06 : route-to number C
not to complicated, but how can this be solved ?
Comment