Content

Page tree

Snom M300,M700,M900 support the check-sync SIP event. If you have a SIP account already configured on the device you can send the NOTIFY message containing the Event: check-sync header.

If you have a SIP account already configured on the DECT base station you can send the SIP message to the account SIP URI.


In case you don't have any account configured on the base station you can send the SIP NOTIFY to the SIP URI derived from the DECT Chain-ID: sip:<chain-id>@<device_ip>. The default Chain-ID is 512, the value can be changed via the setting network_sync_chain_id.

Example of a SIP NOTIFY sent to the DECT base with IP address 172.16.18.51 and Chain-ID 512:
NOTIFY sip:512@172.16.18.51 SIP/2.0
Via: SIP/2.0/UDP 172.16.18.15:7089;branch=z9hG4bK001b84f6;rport
From: sip:fake@172.16.18.15
To: sip:512@172.16.18.51
Contact: <sip:fake@172.16.18.15:7089>
CSeq: 10 NOTIFY
Call-ID: 1234@172.16.18.15
Content-Length: 0
Event: check-sync
You can forge SIP check-sync messages using sipsak or SIPPing.