[OpenSIPS-Users] how to use DB_HTTP module ?
Andrei Dragus
adragus at opensips.org
Mon May 17 14:49:12 CEST 2010
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
More information about the Users
mailing list