OBiTALK Community

General Support => Installation and Set-Up (Devices) => Topic started by: Chuck_in_ABQ on January 06, 2013, 08:03:13 PM

Title: Simplifying Obitalk routing?
Post by: Chuck_in_ABQ on January 06, 2013, 08:03:13 PM
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

Title: Re: Simplifying Obitalk routing?
Post by: ianobi on January 07, 2013, 03:46:26 AM
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?