Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Mar 28, 2024 4:55 pm
Auto Dialer Software


All times are UTC




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: A2billing concurrency
PostPosted: Sat Jun 30, 2012 2:57 pm 
Offline

Joined: Sun May 13, 2012 11:48 am
Posts: 25
Hi,
If the amount of a2billing concurrency is over 150 ,How can I handle?
Can I create two sets of a2billing share a mysql database, some users is registered to a set of a2billing and some users is registered to another set of a2billing.Whether it can improve the amount of concurrency?

thanks


Top
 Profile  
 
 Post subject: Re: A2billing concurrency
PostPosted: Mon Jul 02, 2012 8:24 am 
Offline

Joined: Fri Jun 23, 2006 3:56 pm
Posts: 4065
Hi

I would doubt that this would increase your call concurrency.

Start by optimising your mysql database to handle many connections, and stop uneeded services.

When you Can do no more, split the asterisk server away from the db server, and add asterisk servers to suit.

Joe


Top
 Profile  
 
 Post subject: Re: A2billing concurrency
PostPosted: Wed Jul 04, 2012 1:59 pm 
Offline

Joined: Sun May 13, 2012 11:48 am
Posts: 25
hi,
how do I split the asterisk server away from the db server, and add asterisk servers ?
I have no ideas,please help me ,thanks


Top
 Profile  
 
 Post subject: Re: A2billing concurrency
PostPosted: Thu Jul 05, 2012 9:03 am 
Offline

Joined: Fri Jun 23, 2006 3:56 pm
Posts: 4065
Install Asterisk and a2billing.php, plus associated dependencies, then use Asterisk realtime, and edit the realtime database credentials to suit, and edit /etc/a2billing.conf DB credentials to point at the remote database.

Joe


Top
 Profile  
 
 Post subject: Re: A2billing concurrency
PostPosted: Fri Jul 06, 2012 1:39 am 
Offline

Joined: Sun May 13, 2012 11:48 am
Posts: 25
hi ,
thanks for your answers.Blove is I plus associated dependencies between the asterisk and a2billing.php,you look whether
it can work. thanks
Quote:
1.Edit the a2billing.conf configuration file
cp /usr/local/src/a2billing/a2billing.conf /etc/
vi /etc/a2billing.conf
[database] hostname =romote port = 3306 user = a2billinguser
password = a2billing dbname = mya2billing dbtype = mysql
2.SIP and IAX
touch /etc/asterisk/additional_a2billing_sip.conf
touch /etc/asterisk/additional_a2billing_iax.conf
echo #include additional_a2billing_sip.conf >> /etc/asterisk/sip.conf
echo #include additional_a2billing_iax.conf >> /etc/asterisk/iax.conf
3.Sound files
/usr/local/src/a2billing/addons/install_a2b_sounds_deb.sh
chown -R asterisk:asterisk /usr/share/asterisk/sounds/
4.Configure Asterisk Manager
vi /etc/asterisk/manager.conf
[general]
enabled = yes port = 5038 bindaddr = 0.0.0.0
[myasterisk]
secret=mycode
read=system,call,log,verbose,command,agent,user
write=system,call,log,verbose,command,agent,user
5.Install The AGI components
cd /usr/local/src/a2billing/AGI
cp a2billing.php /usr/share/asterisk/agi-bin/
cp a2billing-monitoring.php /usr/share/asterisk/agi-bin/
cp -Rf lib /usr/share/asterisk/agi-bin/


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 
Voice Broadcast System


All times are UTC


Who is online

Users browsing this forum: No registered users and 8 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:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group