search for: asterisk_test

Displaying 3 results from an estimated 3 matches for "asterisk_test".

2006 Jan 06
2
controlling SIP subscriptions from SNOM phones
...ve a ton of SIP SUBSCRIBE messages for his numbers. I thought that in order for SIP SUBSCRIBE to work, I had to use 's "subscribecontext=xxxxx" in the user's config in sip.conf so that SIP peers could only subscribe to extensions in that particular context. See the output below: asterisk_test*CLI> -- Registered SIP '959' at 82.135.81.211 port 5062 expires 3600 -- Saved useragent "snom320/4.4" for peer 959 Jan 6 20:11:29 ERROR[8677]: chan_sip.c:10790 handle_request_subscribe: Got SUBSCRIBE for extensions without hint. Please add hint to 008971940494 in c...
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()...