[OpenSIPS-Devel] [opensips] Add ability to provide db_id to avp_db_query() as either $var or $avp (#694)

Ionut Ionita notifications at github.com
Thu Nov 12 11:28:21 CET 2015


@mishehu would you need both string and int values for the db id in a variable?
I mean it's enough to have something like

```
$var(id)=1;
avp_db_query(...., "$var(id)");
```

or you would also need something like

```
$var(id) = "1";
avp_db_query(...., "$var(id)");
```



---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/694#issuecomment-156063028
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20151112/84ff9ecc/attachment.htm>


More information about the Devel mailing list