Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
KVM1-port wrote:This time synchronization error will pop up when your asterisk version number does not end in a 0 or a 1.
The cause is in a limitation in the /usr/share/astguiclient/AST_update.pl script when it tries to connect
via telnet to the asteriskserver. It waits for a telnet response ending in a 0 or a 1. But when you
have Asterisk version 1.3 for instance the script exits with a timeout error and Vicidial will then
send the time synchronization error screen to your agents.
The solution is to modify the following pattern in line 457 :
$t->waitfor('/[01]\n$/');
to:
$t->waitfor('/[0123456789]\n$/');
Then you will be able to run any version of Asterisk without synchronization errors!!
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 14 guests