Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Fri Apr 26, 2024 11:38 pm
Voice Broadcast System


All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Issue upgrading to 1.7.1
PostPosted: Sun May 23, 2010 4:12 pm 
Offline

Joined: Wed Mar 31, 2010 3:45 am
Posts: 132
Location: São Paulo
I decided to upgrade to 1.7.1 because of the currencies update and I had only one issue,

DIDs are not working anymore,

the script /usr/local/src/a2billing/DataBase/mysql-5.x/UPDATE-a2billing-v1.7.0-to-v1.7.1.sql
complained about a column named "destination" on cc_did did not exist and then I manually created with varchar(120) utf8_bin as in the cc_did_destination.

I dont know why is a column good fore when we already have a table dedicated to destination.

I would like to ask some help to get dids working again.

I enclosed the log below.

Thanks in advance for any help

Best regards,
Renato.


Attachments:
didfail.txt [17.29 KiB]
Downloaded 535 times
Top
 Profile  
 
 Post subject: Re: Issue upgrading to 1.7.1
PostPosted: Sun May 23, 2010 5:03 pm 
Offline

Joined: Wed Mar 31, 2010 3:45 am
Posts: 132
Location: São Paulo
It looks like this database script has a mistake,

This destination column in cc_did table that gave error message was the problem.

I deleted it and DID started working again.

It would be a good idea to check on it.

Best regards,
Renato.


Top
 Profile  
 
 Post subject: Re: Issue upgrading to 1.7.1
PostPosted: Mon May 24, 2010 8:25 am 
Offline

Joined: Sun Mar 12, 2006 2:49 pm
Posts: 954
Location: Barcelona
The DB script have a mistake, the correct line should be :
ALTER TABLE cc_did_destination CHANGE destination destination VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL;

it will be fixed in 1.7.2 release, the error doesn't affect anything, so just ignore it for now, the system should work normally,

Yours,
/Areski


Top
 Profile  
 
 Post subject: Re: Issue upgrading to 1.7.1
PostPosted: Mon May 24, 2010 12:59 pm 
Offline

Joined: Wed Mar 31, 2010 3:45 am
Posts: 132
Location: São Paulo
Thank you for the information Areski

Have a good day.
Regards,
Renato.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 
Predictive Dialer


All times are UTC


Who is online

Users browsing this forum: No registered users and 70 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group