OBiTALK Community

General Support => Day-to-Day Use => Topic started by: glasgow on September 04, 2021, 04:45:02 PM

Title: InboundCallRoute and DigiMap question
Post by: glasgow on September 04, 2021, 04:45:02 PM
Hello,

What I want to implement is simple: my GV is SP2, I want to block all incoming calls except some that I defined in a digimap. I defined digimap "blk" to be (@@.), "acc" to be (15181234567|5181234567), X_InboundCallRoute for SP2 to be {(Macc):ph},{(Mblk):},{ph}. But when I make calls from 5181234567 to my GV#, my phone still doesn't ring. After I remove {(Mblk):} part it rings, just like from any other numbers. Based on my research, rules are tested from left to right and the first fits wins.

Did I do anything wrong? Thanks in advance!
Title: Re: InboundCallRoute and DigiMap question
Post by: azrobert on September 04, 2021, 05:36:48 PM
GV sends 11 digits with a "+" prefix.

acc DigitMap: (+15181234567)
SP2 X_InboundCallRoute: {(Macc):ph}

You don't need blk.
Title: Re: InboundCallRoute and DigiMap question
Post by: glasgow on September 04, 2021, 05:45:36 PM
Quote from: azrobert on September 04, 2021, 05:36:48 PM
GV sends 11 digits with a "+" prefix.

acc DigitMap: (+15181234567)
SP2 X_InboundCallRoute: {(Macc):ph}

You don't need blk.


Yes now it works as expected! Thank you!  ;D