This forum may not be the place to ask this question. But I will take
advantage of the brotherly nature of our group to ask this question. I
have both asterisk and A2billing installing (on a separate server) as
part of my MP network infrastructure. By default asterisk loads lots
of modules, probably not all of them is needed four our Asterist+MP
environment. For security and management purposes I would like to load
only the necessary modules needed for A2billing+MP. What modules do
asterisk needs (to load) for A2billing to work correctly? How would a
stripped down /etc/asterisk/modules.conf looks like for a typical
Asterisk+MP environments?
Thanks,
--P
--
You received this message because you are subscribed to the Google Groups "village-telco-dev" group.
To post to this group, send email to village-...@googlegroups.com.
To unsubscribe from this group, send email to village-telco-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/village-telco-dev?hl=en.
A2billing interfaces with asterisk using AGI and AMI. The AGI runs a PHP
script within the asterisk dialplan. Call management is performed via the
AMI interface. The PHP script is also responsible of interfacing with
MySQL or PostreSQL.
There is a very technical picture of the architecture here :-D
http://apture.s3.amazonaws.com/000001255ebea770d459fe0c007f000000000001.ezbilling_overview.jpg
So in a nutshell, you need to have AMI and AGI running... and SIP should
be there :D
/aep
--
Stopping junk mailers is good for the environment
It will definitely make sense to load the minimum modules to get the best of it.
In regards of A2Billing, I m sending a draft of the module.conf,
Let's all have a look at it and add what is necessary according to
applications, codecs,
futures features we would like to use.
/Areski
_______________________________________________
- A2Billing Project : http://asterisk2billing.org
- LinkedIN : http://www.linkedin.com/in/areski
load => codec_speex.so;
Enjoy,
--Pascal