From b0f277d57be1a5d671be8c845656d585f2d0afb9 Mon Sep 17 00:00:00 2001 From: poslop Date: Wed, 22 Apr 2026 13:27:00 -0500 Subject: [PATCH] readme update --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cce8ce2..45a315f 100644 --- a/readme.md +++ b/readme.md @@ -45,10 +45,10 @@ Append this to the crontab ``` # Run Polycom directory sync every 4 hours at :00 -0 */4 * * * /usr/bin/php /var/lib/asterisk/PC-Contact-Sync/gen_polycom_directory.php --notify >> /var/log/gen_polycom_directory.log 2>&1 +0 */4 * * * /usr/bin/php /var/lib/asterisk/PC-Contact-Sync/directory.php --notify >> /var/log/directory.log 2>&1 # Run PC sidecar sync every 4 hours at :05 (5 mins after) -5 */4 * * * /usr/bin/php /var/lib/asterisk/PC-Contact-Sync/gen_pc_sidecar.php >> /var/log/gen_pc_sidecar.log 2>&1 +5 */4 * * * /usr/bin/php /var/lib/asterisk/PC-Contact-Sync/sidecar.php >> /var/log/sidecar.log 2>&1 ```