Difference between revisions of "SMS Addon Mass SMS"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=Description=
<!-- Funkcionalumas nuo x4-->=Description=


Mass SMS addon lets you send one or more sms to an array of [[SMS_Addon_Mass_SMS#Numbers | numbers]] automatically.  
Mass SMS addon lets you send one or more sms to an array of [[SMS_Addon_Mass_SMS#Numbers | numbers]] automatically.  
Line 10: Line 10:
* Admin and reseller can check their users' campaigns and view actions, but cannot edit them.
* Admin and reseller can check their users' campaigns and view actions, but cannot edit them.


<br><br>
=Configuration=
=Configuration=


Line 16: Line 17:
After you prepare [[SMS_Addon_-_Providers | Providers]] go to '''ADDONS –> SMS''':
After you prepare [[SMS_Addon_-_Providers | Providers]] go to '''ADDONS –> SMS''':
<br><br>
<br><br>
[[File:sms_user_subscription_pash.png]]
[[File:Sms_from_menu.png]]
<br><br>
<br><br>
You will reach list of subscribed to SMS service Users:
You will reach list of subscribed to SMS service Users:
Line 26: Line 27:
[[File:sms_user_edit.png]]
[[File:sms_user_edit.png]]
<br><br>
<br><br>
[http://wiki.kolmisoft.com/index.php/Reseller_Permissions Reseller] also has to have SMS Addon and SMS permission enabled.  
[http://wiki.kolmisoft.com/index.php/Reseller_Permissions Reseller] also has to have SMS Addon and SMS permission enabled.
 
=Usage=
 
==From Admin/Reseller==
 
Go to '''ADDONS -> SMS -> Mass SMS''':
<br><br>
[[Image:Admin-menu-sms-mass.png]]
<br><br>
Here you can see the list of campaigns created by the end users. You can see the number of phone numbers imported, actions created, campaign status, profit from campaign and other information.
<br><br>
[[Image:mass_sms_main_admin.png]]
<br><br>
You can also check actions by clicking on the action [[Image:Icon_actions.png]] icon and sms being sent by selected campaign.
<br><br>
[[Image:admin-view-actions.png]]
<br><br>
 
==From User==
 
Go to '''PERSONAL MENU -> SMS -> Mass SMS''':
<br><br>
[[Image:End user menu.png]]
<br><br>
The main window shows the user's campaigns. Here is more information and available settings that admin/reseller has:
<br><br>
[[Image:user-main-mass-sms.png]]
<br><br>
The user can Activate or Stop the Campaign by clicking the [[Image:icon_play.png]] or [[Image:icon_stop.png]] button near the Campaign's status.
 
A Campaign can only be '''Activated''' if it has free numbers AND some Actions.
 
So please, before activating a Campaign, import some Numbers and create Actions.
<br><br>
===Campaigns===
 
[[Image:icon_add.png]] '''Add campaign''' allows you to add a new campaign:
<br><br>
[[Image:Mass-sms-add.png]]
<br><br>
The important fields here are:
 
* '''Start/Stop Times''' – time when sms will be sent.
* '''Device''' – each Campaign should be assigned to a Device in order for MOR to bill the call.
* '''CallerID''' – what CallerID to put on SMS. If CallerID is not set, CallerID from SMS Provider settings will be taken in its place. If SMPP Provider will be used and CallerID is not set, CallerID from User Primary Device will be taken.
<br><br>
 
=== Numbers  ===
 
Click on [[Image:icon_list.png]] in the '''Numbers''' column to check numbers which will be dialed on campaign:
<br><br>
[[Image:User-main-mass-sms-import-numbers.png]]
<br><br>
The user can import phone numbers from a CSV file. Numbers should be in correct dialing format and not duplicated.
 
Example of numbers file:
 
442012345678
442087654321
442054987123
 
In a new Campaign there are no numbers, so click on [[Image:icon_csv.png]] '''Import numbers from file''' and select the file to upload:
<br><br>
[[Image:autodialer3.png]]
<br><br>
After uploading the file, you will see status of imported numbers:
<br><br>
[[Image:autodialer4.png]]
<br><br>
You can delete all numbers by clicking [[Image:icon_cross.png]] '''Delete all numbers'''. Also you can export details by clicking [[Image:excel.png]] '''Export IVR/poll results to CSV'''
 
 
If a number is Completed, it is possible to reactivate it (tell the system to call it again) by clicking the [[Image:icon_reactivate.png]] icon near the number.
<br><br>
 
=== Actions ===
 
Click [[Image:icon_actions.png]] in the Actions column to access the Campaign's actions:
<br><br>
[[Image:User-mass-sms-actions.png]]
<br><br>
Here user can choose actions for the campaign.
There is currently one type of action for Mass SMS:
* '''SEND SMS''' – the specified sms will be sent to all numbers in the campaign.
<br><br>
 
===Resend all failed SMS===
<!---This functionality is available from MOR 9--->
You can resend all failed SMS:
<br><br>
[[File:Resend.png]]
<br><br>
 
===SMS Campaign statistics===
To view the Autodialer Campaign statistics, click on the bar chart icon in the '''Stats''' column.
<br><br>
[[File:Autodialer_Stats_icon.png]]
<br><br>
On the newly opened page you will be able to see the desired SMS Campaign statistics with a search filter and a visual representation of data.
<br><br>
[[File:SMS campaign.png]]
<br><br>
<!--==From Admin==
 
When Auto-Dialer (AD) is installed, Admin can find it under the  '''ADDONS –> Auto Dialer''' menu. Here he can get a view of all users' campaigns:
<br><br>
[[Image:autodialer6.png]]
<br><br>
The important information for each Campaign is:
 
* Status – is the Campaign Active or Stopped?
* Run time – tells when calls will be made.
 
All other fields are self-explanatory.
 
It is possible for admin to see the Actions for users' Campaigns. Just click on the [[Image:icon_actions.png]] '''Actions''' button. However he cannot make any changes to the user's campaign.
<br><br>
=Workflow=
 
Each 5 minutes, "cron job" is activated to check whether any campaigns are activated.
 
If there are some active campaigns, the script creates call files for the future.
 
It puts calls in Time Period in equal time periods, to balance the workload for Asterisk.
 
For example, if you have 10 calls to make, the script will execute them in 6s intervals to start all calls in 1 min time.
 
Variables in '''/var/lib/asterisk/agi-bin/mor.conf''':
 
'''calls_one_time''' - how many calls to distribute per one minute. (PLEASE NOTE, this value is not for simultaneous calls! It has a very different meaning, which is explained below).
 
'''cron_interval''' - the interval of time (in minutes) in which we should 'put' calls. Do not set value higher than "4" as it would cause overlapping of Autodialer sessions.
 
Example #1:
 
calls_one_time = 10.
cron_interval = 1.
 
That means that in 1 minute the script will put 10 calls. So each call will be executed at a 6s interval:
 
1st call: 0s
2nd call: 6s
3rd call: 12s
....
9th call: 54s
10th call: 60s
 
Example #2:
 
calls_one_time = 5.
cron_interval = 2.
 
That means that in 1 minute the script will put 5 calls and it will do so for 2 minutes. So each call will be executed at a 12s interval:
 
1st call: 0s
2nd call: 12s
3rd call: 24s
4rd call: 36s
5th call: 48s
6th call: 60s
7th call: 72s
8th call: 84s
9th call: 96s
10th call: 108s
<br><br>
=Limitations=
 
Currently MOR does not support such functionality as to issue the Auto Dialer campaign only in that Asterisk
 
server to which the device belongs (if you have multiple Asterisk servers). Now MOR just issues the campaign on both servers, if you want it to
 
run only on one server you need to just disable the cron job on one of the servers.
Cron can be found in
/etc/cron.d/mor_ad
<br><br>
=Logs=
 
Autodialer log can be found here:
/var/log/mor/mor_ad_cron.log
<br><br>
= Problems =
 
* [[MOR Server Speedup]] (to get more calls by AD)
* [[I have a problem with Auto Dialer]]
<br><br>-->
 
=See also=


=Usage for Admin/Reseller=
* [[SMS Addon]]

Latest revision as of 09:15, 19 July 2016

Description

Mass SMS addon lets you send one or more sms to an array of numbers automatically. This functionality can be used in telemarketing.

Who can configure and use Mass SMS?

  • Only end users can create Mass SMS campaigns, actions, edit, delete them and import numbers.
  • Admin and reseller can check their users' campaigns and view actions, but cannot edit them.



Configuration

For user to be able to use Mass SMS, he first has to be subscribed to SMS Addon.

After you prepare Providers go to ADDONS –> SMS:

Sms from menu.png

You will reach list of subscribed to SMS service Users:

Sms subscribed users list.png

Here have to subscribe User to SMS Service, just select user from dropdown and press Subscribe. If you want unsubscribe user from SMS Service click Icon delete.png icon. Click on Icon edit.png icon to change Users LCR or Tariff for SMS Service.

Sms user edit.png

Reseller also has to have SMS Addon and SMS permission enabled.

Usage

From Admin/Reseller

Go to ADDONS -> SMS -> Mass SMS:

Admin-menu-sms-mass.png

Here you can see the list of campaigns created by the end users. You can see the number of phone numbers imported, actions created, campaign status, profit from campaign and other information.

Mass sms main admin.png

You can also check actions by clicking on the action Icon actions.png icon and sms being sent by selected campaign.

Admin-view-actions.png

From User

Go to PERSONAL MENU -> SMS -> Mass SMS:

End user menu.png

The main window shows the user's campaigns. Here is more information and available settings that admin/reseller has:

User-main-mass-sms.png

The user can Activate or Stop the Campaign by clicking the Icon play.png or Icon stop.png button near the Campaign's status.

A Campaign can only be Activated if it has free numbers AND some Actions.

So please, before activating a Campaign, import some Numbers and create Actions.

Campaigns

Icon add.png Add campaign allows you to add a new campaign:

Mass-sms-add.png

The important fields here are:

  • Start/Stop Times – time when sms will be sent.
  • Device – each Campaign should be assigned to a Device in order for MOR to bill the call.
  • CallerID – what CallerID to put on SMS. If CallerID is not set, CallerID from SMS Provider settings will be taken in its place. If SMPP Provider will be used and CallerID is not set, CallerID from User Primary Device will be taken.



Numbers

Click on Icon list.png in the Numbers column to check numbers which will be dialed on campaign:

User-main-mass-sms-import-numbers.png

The user can import phone numbers from a CSV file. Numbers should be in correct dialing format and not duplicated.

Example of numbers file:

442012345678
442087654321
442054987123

In a new Campaign there are no numbers, so click on Icon csv.png Import numbers from file and select the file to upload:

Autodialer3.png

After uploading the file, you will see status of imported numbers:

Autodialer4.png

You can delete all numbers by clicking Icon cross.png Delete all numbers. Also you can export details by clicking Excel.png Export IVR/poll results to CSV


If a number is Completed, it is possible to reactivate it (tell the system to call it again) by clicking the Icon reactivate.png icon near the number.

Actions

Click Icon actions.png in the Actions column to access the Campaign's actions:

User-mass-sms-actions.png

Here user can choose actions for the campaign. There is currently one type of action for Mass SMS:

  • SEND SMS – the specified sms will be sent to all numbers in the campaign.



Resend all failed SMS

You can resend all failed SMS:

Resend.png

SMS Campaign statistics

To view the Autodialer Campaign statistics, click on the bar chart icon in the Stats column.

Autodialer Stats icon.png

On the newly opened page you will be able to see the desired SMS Campaign statistics with a search filter and a visual representation of data.

SMS campaign.png

See also