Hi.
Is it possible to use a avp variable in functions' second parameter when I'm using regular expression?
For instance:
avp_check("$ruri","re/sip:$avp(s:prefix).*$")
I didn't see any code doing that.
Thanks in advance.
Bruno
__________________________________________________ Fale com seus amigos de graça com o novo Yahoo! Messenger http://br.messenger.yahoo.com/
Hello,
it is not possible because the regular expressions are pre-compiled at startup. There will be some enhancements related to pseud-variables uage and I will try to catch it there, but I am not sure will be an easy solution and might be postponed to next release.
If you load the $avp(s:prefix) from database, you can use regexp directly there, via avp_db_query().
Cheers, Daniel
On 01/22/07 03:20, Bruno Machado wrote:
Hi.
Is it possible to use a avp variable in functions' second parameter when I'm using regular expression?
For instance:
avp_check("$ruri","re/sip:$avp(s:prefix).*$")
I didn't see any code doing that.
Thanks in advance.
Bruno
Fale com seus amigos de graça com o novo Yahoo! Messenger http://br.messenger.yahoo.com/
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users