News:

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

Main Menu

InboundCallRoute and DigiMap question

Started by glasgow, September 04, 2021, 04:45:02 PM

Previous topic - Next topic

glasgow

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!

azrobert

GV sends 11 digits with a "+" prefix.

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

You don't need blk.

glasgow

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