Difference between revisions of "MOR Addons"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 5: Line 5:
Currently recorded messages are only in English. If you want other languages - you should translate sounds files and record them in your wanted language.
Currently recorded messages are only in English. If you want other languages - you should translate sounds files and record them in your wanted language.


==Auto-Dialer addon==
* [[Auto-Dialer addon]]
 
* [[Reseller Addon]]
Each 5 minutes cron job is activated to check if any campaigns are activated.
 
If there are some active campaigns, script creates call files for the future.
 
It puts calls in time period in equal time periods, to load balance the work for Asterisk.
 
E.g. if you have 10 calls to make, script will execute them in 6s intervals to start all calls in 1 min time.
 
Variables in '''/home/mor_ad/mor.conf''':
 
'''calls_one_time''' - How many calls to distribute in ''cron_interval''
 
'''cron_interval''' - What is the interval of time in minutes in which we should 'put' calls
 
Example:
 
calls_one_time = 10
cron_interval = 1
 
That means that in 1 minute script will put 10 calls. So each call will be executed in 6s interval:
 
1st call: 0s
2nd call: 6s
3rd call: 12s
....
9th call: 54s
10th call: 60s
 
----
 
'''NOTE''': Auto-Dialer is not the tool to generate a lot of calls simultaneously to one destination. Auto-Dialer distributes calls to different destinations in the time frame to minimize load on Asterisk.
 
[[Reseller Addon]]


==Fax support addon==
==Fax support addon==

Revision as of 06:50, 9 June 2008

Calling Card addon

You do not need CallingCards to use as PC2Phone service. You should use simple user and device's pin for such functionality.

Currently recorded messages are only in English. If you want other languages - you should translate sounds files and record them in your wanted language.

Fax support addon

This addon is based on IAXModem and Hylafax.

It will support:

  1. Mail2Fax
  2. Print2Fax
  3. Fax2Fax - increased reliability for sending faxes


Client portal on Joomla

This addon integrates MOR PRO Client side with popular Joomla CMS (www.joomla.org)

More details


Click2Call

This addon will let manage Click2Call service in MOR PRO.