Re: [SR-Users] Help with routing block and Dispatcher Module

2016-06-17 Thread pablo rosales
Thank you very much, I did it this way, and it worked perfect!!! if (is_subscriber("$ru", "subscriber", "2")) { ... logic ... } 2016-06-13 3:05 GMT-06:00 Daniel-Constantin Mierla : > Hello, > > you have to show the request_route block with the part where the > route(DISPATCH) is e

Re: [SR-Users] Help with routing block and Dispatcher Module

2016-06-13 Thread Daniel-Constantin Mierla
Hello, you have to show the request_route block with the part where the route(DISPATCH) is executed. You can use is_subscriber() to see if the target number is a local subscriber and route via location. Cheers, Daniel On 10/06/16 03:39, pablo rosales wrote: > Hi everyone! I am a newbie with Kam