Re: [SR-Users] Asterisk Integration w Kamailio and Zoiper phone problems

2014-05-21 Thread toaster...@gmail.com
hello: check you databases and mySQL, check odbc show under asterisk CLI. Cheers! From: Brian Watson Date: 2014-05-22 06:18 To: sr-users Subject: Re: [SR-Users] Asterisk Integration w Kamailio and Zoiper phone problems I turned on debug and this is what I see and what I'm trying to

Re: [SR-Users] Asterisk Integration w Kamailio and Zoiper phone problems

2014-05-21 Thread toaster...@gmail.com
hello: In Zoiper I hardcode the Domain: xxx.xxx.xxx.xxx:5080 // make sure it is kamailio addrees, not asterisk address Cheers! From: Brian Watson Date: 2014-05-22 02:47 To: sr-users Subject: [SR-Users] Asterisk Integration w Kamailio and Zoiper phone problems Hi, I have a virtual

Re: [SR-Users] Asterisk Integration w Kamailio and Zoiper phone problems

2014-05-21 Thread Olle E. Johansson
On 22 May 2014, at 00:18, Brian Watson wrote: > 0(3977) ERROR: db_mysql [km_my_con.c:109]: db_mysql_new_connection(): driver > error: Access denied for user 'openser'@'localhost' (using password: YES) > 0(3977) ERROR: [db.c:322]: db_do_init2(): could not add connection to > the pool 0(3977)

Re: [SR-Users] Asterisk Integration w Kamailio and Zoiper phone problems

2014-05-21 Thread Brian Watson
I turned on debug and this is what I see and what I'm trying to track down. Any ideas? 0(3977) DEBUG: [db.c:318]: db_do_init2(): connection 0x7fdb6575c4b0 not found in pool 0(3977) DEBUG: db_mysql [km_my_con.c:94]: db_mysql_new_connection(): opening connection: mysql://:@localhost/opens

Re: [SR-Users] Asterisk Integration w Kamailio and Zoiper phone problems

2014-05-21 Thread Brian Watson
Ok, so it looks like one of the things I had missing was the kamailio start command: sudo /etc/init.d/kamailio start As the result of that command, I now get some info that lists the IP addresses that it's listening on which looks correct, but then it says: kamailio error, failed to start. Any

[SR-Users] Asterisk Integration w Kamailio and Zoiper phone problems

2014-05-21 Thread Brian Watson
Hi, I have a virtual environment setup and am trying to get the integration of Kamailio and Asterisk to a least be able to make a phone call based off the Asterisk Hello World example. I do the following: 1. I'm running Ubuntu 14.04 and Oracle Virtual Box 2. I Integrate Kamailio and Asterisk ba