root/contributed_modules/modules/cdrcost/module.xml

Revision 7496, 1.2 kB (checked in by p_lindheimer, 3 years ago)

change all categories to Third Party Addons for contributed modules, no material changes so not pumping versions

Line 
1 <module>
2   <rawname>cdrcost</rawname>
3   <name>Call Cost</name>
4   <version>0.4</version>
5   <description>
6     Allows configuration of call cost for different destinations and after that assing cost for each CDR records.
7                
8     For example, you can assing different cost for mobile and landline calls.
9   </description>
10   <type>tool</type>
11   <category>Third Party Addon</category>
12   <menuitems>
13     <zonegroup sort="1">Zone Group</zonegroup>
14     <zone sort="2">Zone</zone>
15     <schedule sort="3">Schedule</schedule>
16     <schedulepart sort="4">Schedule Part</schedulepart>
17     <rate sort="5">Rate</rate>
18     <maint sort="6">Maintenance</maint>
19   </menuitems>
20   <location>release/cdrcost-0.4.tgz</location>
21   <info>http://www.aussievoip.com/wiki/freePBX-CDRCost</info>
22   <attention>
23     If you'd like to automaticaly generate and keep up-to-date cdrcost table
24     link cdrcost into /etc/cron.d/ eg:
25     ln -s /var/www/html/admin/modules/cdrcost/cdrcost /etc/cron.d/
26     this script will generate asteriskcdrdb's cdrcost table record up-to-date.
27   </attention>
28   <changelog>
29     *0.4 a few bugfix based on response.
30     *0.1* First release
31   </changelog>
32   <location>release/cdrcost-0.4.tgz</location>
33   <md5sum>03dc9f7a77dcaa7ca226d0db8f07a365</md5sum>
34 </module>
Note: See TracBrowser for help on using the browser.