Hi,
I will be grateful, if somebody can share the code of mysql in asterisk like simple select query and then iterating over the result.
Regards
Deepak Bhatia
Hi,
I will be grateful, if somebody can share the code of mysql in asterisk like simple select query and then iterating over the result.
Regards
Deepak Bhatia
Here is an example from asteriskdocs that uses ODBC to implement hot desking.
asteriskdocs.org/en/3rd_Edit … funky.html
I checked the Asterisk wiki and didn’t find anything that was a better example.