The Nx70 is capable of showing SIP messages on the DECT handsets.

The SIP message are automatic converted to an MQTT message using the following MQTT settings.

  • Title= "Info"
  • Priority = "3"
  • Time To Live = "3600"
  • alert-info = "msg-melody-medium"
  • Presentation timer = "30"

Install a program like SIPSAK to send SIP messages.

sipsak -i -M -B "Test" -s sip:Name@PhoneIP

Example:

sipsak -i -M -B "Here will the message be displayed that is received via the SIP Notify" -s sip:1012@192.168.178.43


Session Initiation Protocol (MESSAGE)
 - Request-Line: MESSAGE sip:1012@192.168.178.43 SIP/2.0
 - Message Header
 - Message Body
 	- Line-based text data: text/plain (1 lines)
 		Here will the message be displayed that is received via the SIP Notify