We've run into a problem that other development users might see. (The problem does not arise for people who only install from RPMs or ISOs.)
The root is that the special user "~~id~sipXrls", which is used by the RLS to identify and authenticate itself, can be left out of the configuration Postgres database under some circumstances. The visible symptom is that BLF lights on phones don't work, and if you examine sipxrls.log you see a message "No credential found for '~~id~sipXrls' in realm 'your SIP domain]', just before sipXrls shuts down and restarts. The solution is: > stop sipX > run "sipxconfig.sh --first-run" > start sipX That command installs the special user into the Postgres database. Then, when sipXconfig starts the next time, it will generate the proper entries in the credentials IMDB (and reflected into credentials.xml), and the RLS will be able to start. Dale _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
