hi guys!!!
I need to restric long-distance calls to mobile phones.
user have to dial:
0 0 xx yy znnn-nnnn
- - -- -- ---------
| | | | |____> mobile phone number
| | | |
| | | |___> area code
| | |
| | |___> long-distance service provider code
| |
| |___> long-distance call access code
|
|___> Least cost routing acccess code
provider needs to see:
0 xx yy znnn-nnnn
xx - there are no more than 10 combinations
yy - can be any combination
z - mobile number first digit can be "9", "8" or "7"
If I put these rules into "lcr dnt1 table" or into "call discrimination" I´m having hundreds of lines... example:
entry=0015119
entry=0015118
entry=0015117
entry=0015129
entry=0015128
entry=0015127
.
.
.
So, does anyone have a better solution?
I need to restric long-distance calls to mobile phones.
user have to dial:
0 0 xx yy znnn-nnnn
- - -- -- ---------
| | | | |____> mobile phone number
| | | |
| | | |___> area code
| | |
| | |___> long-distance service provider code
| |
| |___> long-distance call access code
|
|___> Least cost routing acccess code
provider needs to see:
0 xx yy znnn-nnnn
xx - there are no more than 10 combinations
yy - can be any combination
z - mobile number first digit can be "9", "8" or "7"
If I put these rules into "lcr dnt1 table" or into "call discrimination" I´m having hundreds of lines... example:
entry=0015119
entry=0015118
entry=0015117
entry=0015129
entry=0015128
entry=0015127
.
.
.
So, does anyone have a better solution?