Tag : mysql database
I am facing an issue where asterisk cannot see the queues that exist in my database through realtime. I am using res_odbc and a local mysql database.If I run:realtime load queues name myqueueI get No rows found matching search criteria., however i..
HelloIm currently using Asterisk 13 with the chan_sip sip driver. The extensions are offloaded via realtime module to a MySQL database (via ODBC). So basically I have a MySQL Table with the SIP users + SIP passwords and the other stuff from the stand..
I want to disable autoload in modules.conf and only enable the necessary modules for voicemail.I am using ODBC to connect to a MySQL database for authenticating voicemail users.Please let me know which modules are necessary only for the voicemail funct..
all,Im working on migrating all of my servers to store voicemail in a mysql database via odbc.Ive got a development server that I can reconfigure and test at will.When its configured to store vm on the file system, it seems to be rock solid.Howev..
I am trying to make asterisk 11.7 work on Ubuntu 12 (amd64). I would like asterisk to not use the inbuilt sqlite database. Instead, I want it use a remote mysql database. Is this possible ? If yes, is there any good HowTo on this ?Running make inst..