Hi, You cannot use these variables directly from script.
Each module will use these variables if it needs to, they are only accessible from C-code directly. If you want, you can use the avp_db_load and avp_db_store functions and see what variables these use. I have the feeling that you are trying to use the module for something it was not designed for, so you will need to workaround its design. Andrei | | samoh wrote: > Hi Andrei, > > Thank you for your fast reply. now I understand better. > > In the documentation of this module, I see : > > k= > Describes the keys (columns) that will be used for comparison.Can have > multiple values. > op= > Describes the operators that will be used for comparison.Can have > multiple values. > v= > Describes the values that columns will be compaired against. Can have > multiple values. > > How can I use this variables ?. > > Best regards. > Sam. > > > -- Andrei Dragus www.voice-system.ro _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
