diff --git a/www/vicidial/admin_phones_bulk_insert.php b/www/vicidial/admin_phones_bulk_insert.php index fa467310..83389b53 100644 --- a/www/vicidial/admin_phones_bulk_insert.php +++ b/www/vicidial/admin_phones_bulk_insert.php @@ -324,6 +324,7 @@ if ($action == "BLANK") echo "Webphone Auto-Answer: $NWB#webphone_auto_answer$NWE\n"; echo "Use External Server IP: $NWB#use_external_server_ip$NWE\n"; echo "\n"; + echo "NOTE: Submitting this form will NOT trigger a conf file rebuild\n"; echo "\n"; echo "\n"; } @@ -513,6 +514,7 @@ if ($action == "ADD_PHONES_SUBMIT") echo "Phones Inserted: $phones_inserted\n
"; echo "Phones Aliases Inserted: $phone_alias_inserted\n
"; + echo "You now need to manually trigger a conf file rebuild from the System Settings screen\n
"; echo "
Start Over
\n"; } else