stop recursion between different LP
Hi everybody
i'd like to block recursion beetween different LP , the idea is to block some users (in this case 240 for test) from make calls with numbers that begin with 3 but allowing it to make any other calls based from calling party through LRT .
The problem is that in this case the call from 240 to 3334 should match LP 2, read LRT file then switch to the second Policy attribute (becouse 240 is not listed inside) and then sent to a "black hole" of 0.0.0.0 , but it recurse to LP 1 allowing the call and i'd like to stop this behavior .
Now if for example i modify policy attribute in LP 1 with method REGISTER or any method but not INVITE it works , for example if i call from allowed 203 to 3334 call is success but if i call from 240 (not present in the LRT file ) the call fails .