Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

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"
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleHow to send a SIP message

Install a program like SIPSAK to send SIP messages.

Info
iconfalse
titlesipsak

Image RemovedImage Addedsipsak -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


Code Block
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