You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Introduction

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"


License

An handset that should be able to receive and show an SIP message needs an message license

How to send a SIP message

Install a program like SIPSAK to send SIP messages.

sipsak

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
Auto-provisioning

The following provisioning parameters are available

ParameterDescription
SipProvider.0.AML_TitleText
SipProvider.0.AML_Prio
SipProvider.0.AML_TTL
SipProvider.0.AML_AlertInfo
SipProvider.0.AML_PresentationTimer

Example:


  • No labels