Displaying 3 results from an estimated 3 matches for "asterisk_teste".
Did you mean:
asterisk_test
2006 Jan 06
2
controlling SIP subscriptions from SNOM phones
We recently deployed 10 SNOMs as part of a PBX hosted solution. We have one
phone setup as the receptionist phone, using hints to show busy office
lines. This all works as expected.
This is a new installation, and people are just starting to setup their
phones. For those of you not familiar with SNOM phones, there is a row of
keys on the right side of the phone which SNOM calls function keys. In
2011 Feb 17
1
Realtime MySQL - Asterisk 1.8.2
Hi to all.
I make some tests with Asterisk 1.8.2 in Realtime. But i have one problem,
the asterisk don't connect in the base and show this message:
[Feb 17 11:18:01] WARNING[19061]: res_config_mysql.c:441
realtime_multi_mysql: MySQL RealTime: Invalid database specified:
'asterisk_teste' (check res_mysql.conf)
I checked the asterisk config file (res_mysql.conf) and the configuration is
ok. My configuration of table and extconfig.conf is the same of the version
1.6.0.
The cdr use the same base, same user/pass, and his save the registers ok.
This is happening to the queues,...
2011 Feb 24
1
extensions.lua with luasql.mysql.
....mysql")
app.Answer()
app.Log("NOTICE", "Trying to connect in MySQL")
app.Wait("2")
env = assert(luasql.mysql())
sql = assert
(env:connect("asterisk_teste","root","*********","localhost",3306))
sel = sql:execute('SELECT * FROM cdr;')
sel:fetch(Fetcharray)
app.Noop(Fetcharray[1])
end;
h = function()...