What versions of Asterisk are listed in /etc/astguiclient.conf, returned from "asterisk -V" and in Admin->Servers->"Asterisk Version" for each server?
Note that if the version of Asterisk was wrong in astguiclient.conf at any time, it's possible (likely?) that you must run perl install.pl in the /usr/src/astguiclient/trunk folder and correct the version of Asterisk while invoking "--copy_sample_conf_files" to get the corrected version of sip.conf and other version-specific configuration files. Any customizations will require re-customizing (specifically externip in sip.conf). Pay particular attention to whether the asterisk version included the ".X" in versions such as "13.X". Without the ".X" the wrong configuration files will be chosen. During perl install.pl, there are options shown for Asterisk Version. Choose one verbatim (including the ".X" of course) that is the best match for each server's presently installed Asterisk version.
Another check:
Which version of "sip.conf" was loaded? (DIFF against the SVN repo versions to see which one is the closest match)
- Code: Select all
diff /etc/asterisk/sip.conf /usr/src/astguiclient/trunk/docs/conf_examples/sip.conf.sample
diff /etc/asterisk/sip.conf /usr/src/astguiclient/trunk/docs/conf_examples/sip.conf.sample-1.4
Moving discussion to "Support" as this is obviously not a General Discussion.