summaryrefslogtreecommitdiff
path: root/net/asterisk-app-notify/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk-app-notify/pkg-message')
-rw-r--r--net/asterisk-app-notify/pkg-message14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk-app-notify/pkg-message b/net/asterisk-app-notify/pkg-message
new file mode 100644
index 000000000000..647978adf41e
--- /dev/null
+++ b/net/asterisk-app-notify/pkg-message
@@ -0,0 +1,14 @@
+*****************************************************************************
+
+a) If this is a new install, restart Asterisk or activate the module by
+ running:
+
+ # asterisk -rx "load app_notify"
+
+b) If this is an upgrade, you can restart Asterisk or reload the module by
+ running:
+
+ # asterisk -rx "unload app_notify"
+ # asterisk -rx "load app_notify"
+
+*****************************************************************************