Added welcome SMS message for roaming users.
This commit is contained in:
parent
db8e6ebb4b
commit
b70312773e
2 changed files with 5 additions and 1 deletions
|
@ -77,6 +77,9 @@ class rhizomatica_base_system {
|
||||||
$reminder_msg = hiera('rhizo::reminder_msg')
|
$reminder_msg = hiera('rhizo::reminder_msg')
|
||||||
$deactivate_msg = hiera('rhizo::deactivate_msg')
|
$deactivate_msg = hiera('rhizo::deactivate_msg')
|
||||||
|
|
||||||
|
#Roaming welcome SMS
|
||||||
|
$sms_welcome_roaming = hiera('rhizo::sms_welcome_roaming')
|
||||||
|
|
||||||
include ntp
|
include ntp
|
||||||
include kannel
|
include kannel
|
||||||
|
|
||||||
|
|
|
@ -59,4 +59,5 @@ voip_cli = "<%= @voip_cli %>"
|
||||||
# Subscription SMS notification
|
# Subscription SMS notification
|
||||||
notice_msg = '<%= @notice_msg %>'
|
notice_msg = '<%= @notice_msg %>'
|
||||||
reminder_msg = '<%= @reminder_msg %>'
|
reminder_msg = '<%= @reminder_msg %>'
|
||||||
deactivate_msg = '<%= @deactivate_msg %>'
|
deactivate_msg = '<%= @deactivate_msg %>'
|
||||||
|
sms_welcome_roaming = '<%= @sms_welcome_roaming %>' % site_name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue