Star Code Wars
azrobert:
Quote
Is the Star Code processing really done after the first DigitMap is parsed? It almost seems to me as if it is the first thing done, even before the DigitMaps are examined.
If you define a star code in the DigitMap, the Star Code processing is skipped and it will be sent to the service provider, so I would think the Star Code processing is done after the DigitMap and before the OutboundCallRoute.
Quote
Two final questions: If you have a reference like "**2(Msp2)" in a DigitMap, but the dialstring doesn't start with "**2" so there can never be a match, is the "(Msp2)" expanded (and any conversions in it performed on the dialstring) anyway, or not?
The dialed number must match the **2 prefix plus a rule in (Msp2), so no conversion is done.
Quote
If you specify a conversion like "9<1>" in, say, the "pli" DigitMap. Would this conversion be performed in both the Phone DigitMap and OutboundCallRoute, or just once? Would a single digit "9" be converted to "91" or "911"?
The DigitMap is processed twice. It is converted to 91 on the first pass. On the second pass 91 doesn't match "9<1>", so no further conversion is done.
Navigation
[0] Message Index
[*] Previous page