News:

On Tuesday September 6th the forum will be down for maintenance from 9:30 PM to 11:59 PM PDT

Main Menu

Simplifying Obitalk routing?

Started by Chuck_in_ABQ, January 06, 2013, 08:03:13 PM

Previous topic - Next topic

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?