> Is there any way to return multiple values from functions defined in
> func_odbc.conf? It appears that you can only return one value.
Use the ARRAY function:
func_odbc.conf:
read=SELECT foo,bar FROM tablename WHERE baz='${ARG1}'
extensions.conf:
Set(ARRAY(foo,bar)=${ODBC_WHATEVER(bax)})
--
Tilghman
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
No comments:
Post a Comment