I cannot seem to get avp_db_query to work with dbtext. My query looks
like this..
avp_db_query("SELECT uuid FROM subscriber WHERE username = '$rU'",
"$avp(s:callee_uuid)");
I receive the following error: avpops:db_query_avp: error - cannot do the query
Are there any other options for doing a query on a dbtext table from
within the config?
Thanks,
Daryl