Re: [SR-Users] Dialplan help

2010-12-08 Thread Phillman25 Kyriacou
Hi Daniel Thank you very much for your help! I was able to implement the below scenario succesfully as you advised. Regards Phillip On Wed, Dec 8, 2010 at 12:41 PM, Daniel-Constantin Mierla wrote: > Hello, > > you can use the permissions module to do ip authentication. Then use the > tag value

Re: [SR-Users] Dialplan help

2010-12-08 Thread Daniel-Constantin Mierla
Hello, you can use the permissions module to do ip authentication. Then use the tag value in address table to return what dialplid id (dpid) should be applied for traffic coming from matched ip addresses. Cheers, Daniel On 12/8/10 7:59 AM, Phillman25 Kyriacou wrote: Hi Daniel Thank you for

Re: [SR-Users] Dialplan help

2010-12-07 Thread Phillman25 Kyriacou
Hi Daniel Thank you for your prompt response. I have the following entry in the dialplan list: Dpid = 1 Match Op = 1 Match Exp = sip:3020.* Match Len = 0 Subst Exp = sip:(3020)(.+)@ ReplExp = sip:3020...@xx.xx.xx.xx and i only want to allow the source ip yy.yy.yy.yy to use this specific dialpla

Re: [SR-Users] Dialplan help

2010-12-07 Thread Daniel-Constantin Mierla
Hello, On 12/7/10 1:35 PM, Phillman25 Kyriacou wrote: Hi I was wondering if you could help, I am trying to match more than one expression in the dialplan list when a request for an invite is received. My purpose is to authenticate source ip with the correct prefix so I want to match both pr