Re: [asterisk-users] asterisk name in mysql

2017-04-25 Thread Atux Atux
I will try to reinstall everything according to your instructions and i will come back. I might need a couple of weeks due to a business trip though Στις 24 Απρ 2017 6:54 μ.μ., ο χρήστης "John Kiniston" < johnkinis...@gmail.com> έγραψε: > Well, My suggestion was to use FUNC_ODBC but instead you

Re: [asterisk-users] asterisk name in mysql

2017-04-24 Thread John Kiniston
Well, My suggestion was to use FUNC_ODBC but instead you went with APP_MYSQL which has been depricated. Did you compile APP_MYSQL? It's not enabled by default. On Sat, Apr 22, 2017 at 1:25 PM, Atux Atux wrote: > Thanks a lot for the reply. > I did follow that already, but i

Re: [asterisk-users] asterisk name in mysql

2017-04-24 Thread Tony Mountifield
In article , Atux Atux wrote: > > Thanks a lot for the reply. > I did follow that already, but i do have a problem. Here is my > extensions.conf part for that particular number > exten =>

Re: [asterisk-users] asterisk name in mysql

2017-04-22 Thread Antony Stone
On Saturday 22 April 2017 at 22:25:52, Atux Atux wrote: > Thanks a lot for the reply. > I did follow that already, but i do have a problem. Here is my > extensions.conf part for that particular number > exten => 6912345678,1,Answer() > exten => 6912345678,n,MYSQL(Connect connid 127.0.0.1 root

Re: [asterisk-users] asterisk name in mysql

2017-04-22 Thread Atux Atux
Thanks a lot for the reply. I did follow that already, but i do have a problem. Here is my extensions.conf part for that particular number exten => 6912345678,1,Answer() exten => 6912345678,n,MYSQL(Connect connid 127.0.0.1 root mypasswd asterisk) exten => 6912345678,n,MYSQL(Query resultid

Re: [asterisk-users] asterisk name in mysql

2017-04-21 Thread John Kiniston
You can use func_odbc to do this. https://wiki.asterisk.org/wiki/display/AST/Getting+Asterisk+Connected+to+MySQL+via+ODBC2 There is a good chapter in the Asterisk book about using ODBC for hotdesking that may help you understand ODBC as well.