asterisk2billing.org
http://forum.asterisk2billing.org/

A2Billing 1.4 Install Instructions
http://forum.asterisk2billing.org/viewtopic.php?f=21&t=5010
Page 2 of 5

Author:  stavros [ Thu Apr 16, 2009 1:59 pm ]
Post subject: 

johnaa wrote:
service a2b-callback-daemon didn't start on the boot, but it can start manually, chkconfig show it is on for level2345.
The Gentoo init-script ensures the callback daemon is launched after the SQL server and Asterisk, to prevent the symptom you describe. Perhaps the CentOS init-script needs to do something similar.

Author:  hi-tech [ Thu Apr 23, 2009 6:22 pm ]
Post subject:  Re: A2Billing 1.4 Install Instructions

jroper wrote:

Note that Database changes will not be included using this methodology, so these will have to be done by hand.

Joe Roper


Hi,

How does one go about manually updating database changes?

Thanks.

Author:  stavros [ Fri Apr 24, 2009 1:25 pm ]
Post subject:  Re: A2Billing 1.4 Install Instructions

hi-tech wrote:
How does one go about manually updating database changes?
http://forum.asterisk2billing.org/viewtopic.php?f=13&t=4655

Author:  hi-tech [ Tue Apr 28, 2009 4:09 pm ]
Post subject:  Re: A2Billing 1.4 Install Instructions

stavros wrote:
hi-tech wrote:
How does one go about manually updating database changes?
http://forum.asterisk2billing.org/viewtopic.php?f=13&t=4655


Thanks.

Author:  kimnkhan [ Sat May 02, 2009 4:47 pm ]
Post subject:  Re: A2Billing 1.4 Install Instructions

Hi,

I installed the 1.4beta on my test PIAF1.3 shortly after A2B 1.4 beta coming out. I followed the instruction on the a2billing website for the debian package where I just adjusted for CentOS5.2. I remember I had a bunch of errors. I then had to leave and now after coming back I can't seem to find a record of all the issues I had, although, I can login fine into the admin and everything seems to be in place - I will just have to setup some trunks and users to test it out.

But I was wondering, if there is a proper un-install steps/process, I want to fresh install with Joe's instructions for PIAF and start my testing with a fresh install.

Any guidance on uninstalling it?

Thanks,

KK

Author:  graher01 [ Sat May 02, 2009 10:58 pm ]
Post subject:  Re: A2Billing 1.4 Install Instructions

Can someone put a similar instruction for setting up the autodialer. I am still having problem to make it work and also the voicemail
thanks

Author:  tboy [ Mon Jul 06, 2009 7:55 pm ]
Post subject:  Re:

stavros wrote:
Upon installing (or upgrading to) v1.4 all the admin users' passwords are set to 'changepassword'.
Now you know this you may want to change it back to the default password: '410fc6268dd3332226de95e42d9efa4046c5463769d7493b85e65cfa5c26362dc2455cc23c0bc5831deb008def4ab11a9eaa9b76ba3f377da134f39ec60dd758'.

Of course, if you hadn't double posted your question I wouldn't have had to waste time answering it for a second time. :(



hi mate,

Now, i'm stuck. i've successfully installed v1.4 and managed to change the default a2b admin password. I was able to log in few times until i changed the admin login name from root to admin. Now i can't log in even with correct credentials. After reading Stavros suggestion above, i decided to change the login credentials back to the default using webmin. However, in my case it did not resolve my log in problem. It would be appreciated if help could be extended to get me over this hurdle. I'm keen to test out the new features in v1.4. I'm now in day 2 reading and googling for any leads to this problem.

thanks in advance

tboy

Author:  graher01 [ Mon Jul 06, 2009 9:59 pm ]
Post subject:  Re: Re:

tboy wrote:
stavros wrote:
Upon installing (or upgrading to) v1.4 all the admin users' passwords are set to 'changepassword'.
Now you know this you may want to change it back to the default password: '410fc6268dd3332226de95e42d9efa4046c5463769d7493b85e65cfa5c26362dc2455cc23c0bc5831deb008def4ab11a9eaa9b76ba3f377da134f39ec60dd758'.

Of course, if you hadn't double posted your question I wouldn't have had to waste time answering it for a second time. :(



hi mate,

Now, i'm stuck. i've successfully installed v1.4 and managed to change the default a2b admin password. I was able to log in few times until i changed the admin login name from root to admin. Now i can't log in even with correct credentials. After reading Stavros suggestion above, i decided to change the login credentials back to the default using webmin. However, in my case it did not resolve my log in problem. It would be appreciated if help could be extended to get me over this hurdle. I'm keen to test out the new features in v1.4. I'm now in day 2 reading and googling for any leads to this problem.

thanks in advance

tboy

if you are having problem login in from the console
mysql -u root -p
it will ask you for the root password enter it unless you changed it it should be passw0rd
the do a "use a2billing"
assuming the db is a2billing
UPDATE cc_ui_authen set pwd_encoded=PASSWORD('YOUR NEW PASSWORD') where login='admin';
that should change the password for admin if admin exist

Author:  tboy [ Tue Jul 07, 2009 10:19 am ]
Post subject:  Re: Re:

graher01 wrote:
tboy wrote:
stavros wrote:
Upon installing (or upgrading to) v1.4 all the admin users' passwords are set to 'changepassword'.
Now you know this you may want to change it back to the default password: '410fc6268dd3332226de95e42d9efa4046c5463769d7493b85e65cfa5c26362dc2455cc23c0bc5831deb008def4ab11a9eaa9b76ba3f377da134f39ec60dd758'.

Of course, if you hadn't double posted your question I wouldn't have had to waste time answering it for a second time. :(



hi mate,

Now, i'm stuck. i've successfully installed v1.4 and managed to change the default a2b admin password. I was able to log in few times until i changed the admin login name from root to admin. Now i can't log in even with correct credentials. After reading Stavros suggestion above, i decided to change the login credentials back to the default using webmin. However, in my case it did not resolve my log in problem. It would be appreciated if help could be extended to get me over this hurdle. I'm keen to test out the new features in v1.4. I'm now in day 2 reading and googling for any leads to this problem.

thanks in advance

tboy

if you are having problem login in from the console
mysql -u root -p
it will ask you for the root password enter it unless you changed it it should be passw0rd
the do a "use a2billing"
assuming the db is a2billing
UPDATE cc_ui_authen set pwd_encoded=PASSWORD('YOUR NEW PASSWORD') where login='admin';
that should change the password for admin if admin exist



Thanks graher01,

I did as suggested. I then restarted mysqld and tried to login into a2b admin interface but without success. The error i'm getting is: "AUTHENTICATION REFUSED,please check your user/password!".

I couldn't see any errors in the httpd error log.

Thanks in advance for any help in resolving this problem.

tboy

Author:  jroper [ Tue Jul 07, 2009 10:38 am ]
Post subject:  Re: A2Billing 1.4 Install Instructions

Did you note this comment?

Quote:
.....all the admin users' passwords are set to 'changepassword


So if your old admin username was foo, and the password bar, your new credentials would be foo / changepassword

Joe

Author:  tboy [ Tue Jul 07, 2009 12:40 pm ]
Post subject:  Re: A2Billing 1.4 Install Instructions

jroper wrote:
Did you note this comment?

Quote:
.....all the admin users' passwords are set to 'changepassword


So if your old admin username was foo, and the password bar, your new credentials would be foo / changepassword

Joe




Hi Joe,

Thank you very much. You have solved my problem!

Best regards,

tboy

Author:  hdansou [ Fri Aug 21, 2009 3:03 pm ]
Post subject:  Re:

rookie wrote:
WOW.. You guys are unbelievable... I will install it and defintely let you knwo how it works..
Great work Jonathan

rookie



I am having problems to login to the admin console. I get "connection failed" over an over. I have tried everything that have been suggested on this forum but I still can't login.
I am pretty sure that it is because I am new to the system. I have install asterisk and freepbx fine but I have not been able to install a2billing and login properly after 7 installation trial.

Please help

Author:  cg180759 [ Mon Sep 07, 2009 2:58 am ]
Post subject:  Re: A2Billing 1.4 Install Instructions

when is this thread going to be sticked? its the most important thread on this forum, and yet its on the second page of the v.1.4 install board :furious:

Author:  flatpack [ Fri Sep 25, 2009 11:25 pm ]
Post subject:  Re: A2Billing 1.4 Install Instructions

i also would like this thread stick and hopfully more user can share their experience,
instruction works for me without any problem on trixbox 2.8.0.1

Author:  alben [ Sat Sep 26, 2009 4:35 pm ]
Post subject:  Re: A2Billing 1.4 Install Instructions

Hi everybody
I have piaf (vmware, centos5.2 fpbx 2.5 astreisk 1.4) installed and working properly.
Im following these instructions to install A2billing , but when I go to ./install-db.sh i get

Enter Database Name :
a2billing_dbname
Enter Hostname :
localhost
Enter UserName :
a2billing_dbuser
Enter Password :
passw0rd
mysql --user=a2billing_dbuser --password=passw0rd --host=localhost a2billing_dbname
ERROR 1045 (28000): Access denied for user 'a2billing_dbuser'@'localhost' (using password: YES)


i tried password = a2billing_dbpassword too

I will appreciate your help

Page 2 of 5 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/