Sorry Jeff my colleague was little short on words.
We did look at about 5 different packages but this one worked without a large array of supporting modules.
This needs to be scripted but basically....
download the package
Add the mysql_addons module to asterisk
Load the module in asterisk
Check that the asterisk DB exists and data is being added
Create an Ibay as a local webenabled.
Expand the the downloaded file to the html directory
Edit the include/config.inc.php to link to the asterisk DB
Open the connection
http://yourdomain/youribayIdeally would be better to add into Sail like the version 2 and install under /opt/sail
We have also done a small cost calculator modification to the package
http://compsos.com.au/callcosts.jpgThis is some what basic in that it reads call costs from a file and at this stage using logic in the webpage for the calculation of a particular ITSP.
There rules are
- Local & National calls un-timed fixed price
- 13xxx calls at fixed price
- mobile calls price for 1min + (1min price/60 * secs past 1 Min)
- International (rate* secs) but as there are multiple rates per country (district and mobile). At this stage we have basically left international alone.
- systems with more than 1 ITSP have not been considered.
If anyone is interested in the costing we can pass on the modifications.
Any questions please ask.