| < Previous by Date | Date Index | Next by Date > |
| < Previous in Thread | Thread Index |
Dean Hiller wrote:
The SIP password is the password for phone registration. The PIN is the password for login into the web interface. So change the PIN and it will work. You can see that in the user portal: "The PIN is a password used to log in to voicemail or to the user portal. Numeric PINs are recommended, since only numbers can be dialed." "The SIP password is used by the user's phone to register with the SIP proxy. For phones managed by this system, the SIP password entered here will be configured automatically on the phone. For unmanaged phones, the SIP password is needed when manually configuring lines on the phone. The security of this password is very important and that is why a secure password is auto-generated." Removing and reinstalling sipxecs won't work because the password is kept in the database, which I suppose isn't wiped out when removing sipxecs. You could drop the database to do a complete clean-up. >From the WIKI: If postgres is running and you just want to clear all configuration information /usr/bin/sipxconfig.sh --database drop create If you suspect your database is corrupt, you can reinitialize postgres with the following commands: ## WARNING : Clears all postgres databases!!! service postgresql stop rm -rf /var/lib/pgsql/data su - postgres -c "initdb /var/lib/pgsql/data" /usr/bin/sipxconfig.sh --setup Regards, Andrei |