mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
14 lines
463 B
Text
14 lines
463 B
Text
*****************************************************************************
|
|
|
|
a) If this is a new install, restart Asterisk or activate the module by
|
|
running:
|
|
|
|
# asterisk -rx "module load app_notify"
|
|
|
|
b) If this is an upgrade, you can restart Asterisk or reload the module by
|
|
running:
|
|
|
|
# asterisk -rx "module unload app_notify"
|
|
# asterisk -rx "module load app_notify"
|
|
|
|
*****************************************************************************
|