Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Sat Apr 20, 2024 2:42 am
VoIP Billing solution


All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: How do I install the callback module?
PostPosted: Sat Apr 10, 2010 11:13 pm 
Offline

Joined: Wed Mar 24, 2010 6:27 pm
Posts: 149
Asterisk 1.6.2
PBX In A Flash
A2Billing 1.6

Thanks in advance


Top
 Profile  
 
 Post subject: Re: How do I install the callback module?
PostPosted: Sun Apr 11, 2010 12:51 am 
Offline

Joined: Sat Apr 10, 2010 8:38 pm
Posts: 6
Callback
180
181 Here is a little script to install the call-back Daemon. Change the LOAD_LOC variable to reflect where you have downloaded A2Billing.
182
183 Callback Daemon installation Script
184
185 LOAD_LOC=/usr/local/src/a2billing
186
187 yum -y install python-setuptools.noarch
188 yum -y install MySQL-python
189 easy_install sqlalchemy
190
191 cd $LOAD_LOC/Callback/callback-daemon-py
192 cp $LOAD_LOC/CallBack/callback-daemon-py/build/lib/callback_daemon/a2b-callback-daemon.rc /etc/init.d/a2b-callback-daemon
193 chmod +x /etc/init.d/a2b-callback-daemon
194
195
196 cd $LOAD_LOC/CallBack/callback-daemon-py/
197 python setup.py build
198 python setup.py bdist_egg
199 easy_install dist/callback_daemon-1.0.prod_r1528-py2.4.egg
200 chkconfig --add a2b-callback-daemon
201 service a2b-callback-daemon start
202 chkconfig a2b-callback-daemon on


Top
 Profile  
 
 Post subject: Re: How do I install the callback module?
PostPosted: Sun Apr 11, 2010 2:58 am 
Offline

Joined: Sat Apr 10, 2010 8:38 pm
Posts: 6
sorry i copied an pasted it, forgot to edit and remove the numbers before each line.


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


All times are UTC


Who is online

Users browsing this forum: No registered users and 10 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