Difference between revisions of "MOR Addons"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(63 intermediate revisions by 7 users not shown)
Line 1: Line 1:
==Calling Card addon==
<mkmeta>Additional Modules for MOR Class 5 Softswitch</mkmeta>
= Active Addons =


You do not need CallingCards to use as PC2Phone service. You should use simple user and device's pin for such functionality.
* [[Automatic Tariff Import]]
* [[Advanced Routing Addon]]
* [[Auto-Dialer Addon]]
* [[Call Shop Addon]]
* [[Callback|Callback Addon]]
* [[Calling Cards Addon]]
* [[Mobile Number Portability Addon]]
* [[Monitorings Addon]]
* [[Multi-Level Resellers Addon]]
* [[Payment Gateway Addon]]
* [[PBX Functions Addon]]
* [[Provider Billing Addon]]
* [[Recordings Addon]]
* [[Reseller Addon]]
* [[Reseller Pro Addon]]


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==
<br><br>


Each 5 minutes cron job is activated to check if any campaigns are activated.
= Discontinued Addons =


If there are some active campaigns, script creates call files for the future.  
These addons are no longer supported/developed because of various reasons.


It puts calls in time period in equal time periods, to load balance the work for Asterisk.
* [[Dashboard]]
 
* [[SMS Addon]]
E.g. if you have 10 calls to make, script will execute them in 6s intervals to start all calls in 1 min time.
* [[MOR Front-End]]
 
* [[Webphone_addon | Webphone]]
Variables in '''/home/mor_ad/mor.conf''':
* [[Skype Addon]]
 
* [[Click2Call Specification|Click2Call Addon]]
'''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==
 
This addon incorporates basic reseller support into MOR PRO
 
Currently it lets to create user with type 'reseller'
 
When this user logs into the system he is able to:
 
# Create tariffs
# Create users
# Assign tariffs to users
# View calls and other stats for his own users
 
When his users are making calls - reseller's balance decreases along with user's balance.
 
===DIDs===
 
Currently DIDs can be assigned only by admin. E.g. reseller can't assign DID to his user. Example:
 
ADMIN - RESELLER - USER
 
ADMIN can assign DID to USER directly bypassing RESELLER.
 
NOTE: This functionality will be adjusted in the future to let resellers add DID directly.
 
 
Manual for Reseller Addon made by [http://www.tuttele.com/ TuT Telecom] can be found [http://www.tuttele.com/portal/reseller_manual.html here].
<br>
 
==Fax support addon==
 
This addon is based on IAXModem and Hylafax.
 
It will support:
 
# Mail2Fax
# Print2Fax
# Fax2Fax - increased reliability for sending faxes
 
<br>
==Client portal on Joomla==
 
This addon integrates MOR PRO Client side with popular Joomla CMS (www.joomla.org)
 
[[Client portal on Joomla integration page| More details]]
 
<br>

Latest revision as of 14:25, 18 December 2023