Simplifying Obitalk routing?

(1/1)

Chuck_in_ABQ:
In several of Ron's one-touch dialing instructions, the obitalk routing contains rules such as:

{(Mcot)>(<*1:>(Msp1)),(Mcot)>(<**1:>(Msp1)):sp1}

Would it be "legal" to replace this with:

{(Mcot)>(<(*|**)1:>(Msp1)):sp1}

in order to cover both * cases?

Thanks
Chuck

ianobi:
I don’t believe this will work:
{(Mcot)>(<(*|**)1:>(Msp1)):sp1}

However, each rule can have a callee list separated by | so this should work:
{(Mcot)>(<*1:>(Msp1))|(<**1:>(Msp1)):sp1}

Could we judge that to be a slight simplification?

Navigation

[0] Message Index