How to handle Out Arguments while calling procedures in func_odbc.conf

Hi want to call a mysql procedure from dialplan using func_odbc. The procedure has an output argument and I want to be able to read the value of this argument after calling the procedure.

Please let me know if output arguments are supported using ODBC with asterisk. In case they are then what is the syntax.

If you take a look at this chapter form the Asterisk book, think you will get how this works.

http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/getting_funky.html

Good luck.

1 Like