Running an Express and I would like to be able to intercept unused DNs and have them ring the attendant. I know I could do this with a translation pattern but I am already running one to turn the number into a 5-digit extension:
rule 1 /^\(1234\)\(56..$\)/ /5\2/
Is there any other way I can get vacant numbers to a central point?
rule 1 /^\(1234\)\(56..$\)/ /5\2/
Is there any other way I can get vacant numbers to a central point?