Content
The phone can resync the settings with the setting server if it receives a message like this:
NOTIFY sip:<user>@<dsthost> SIP/2.0 To: sip:<user>@<dsthost> From: sip:sipsak@<srchost> CSeq: 10 NOTIFY Call-ID: 1234@<srchost> Event: check-sync;reboot=false
where
If reboot is set to
1. Configure these settings on the phone´s web interface:
2. Run sipsak :
sipsak -vvv -G -s sip:<user>@<dsthost> -H <srchost> -f <file>
where:
Note: if you wish to use authentication for the check-sync requests and enable setting challenge_checksync, you can add parameter -a and the SIP password.
Example: sipsak -vvv -G -s sip:340899@192.168.137.181 -H 192.168.137.1 -f checksync_file -a 1234
Further Information
Related articles