Versions Compared

Key

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

The Nx70 N670/N870 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"


Info
titleLicense

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

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleHow to enable SIP messaging feature on a DECT handset



Panel
titleColor#F85404
titleBGColor#F0F0F0
titleHow to send a SIP message

Install a program like SIPSAK to send SIP messages.

Info
iconfalse
titlesipsak

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


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
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning

The following provisioning parameters are available to influence the signaling behavior.

ParameterDescription
SipProvider.0.AML_TitleText

Title text see: FAQ Nx70 - Messaging "4 Title" 

Default: "Info"

SipProvider.0.AML_Prio

MQTT priority see: FAQ Nx70 - Messaging "2 Prio"

Default: "3"

SipProvider.0.AML_TTL

MQTT TTL timer see: 

Default: "3600"

SipProvider.0.AML_AlertInfo

MQTT ringtone see: FAQ Nx70 - Messaging "3 Ringtones"

Default: "msg_melody_mid"

SipProvider.0.AML_PresentationTimer

MQTT presentation timer see: FAQ Nx70 - Messaging "12 Presentation time"

Default: "30"

Example:

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">

<nvm>

<param name="SipProvider.0.AML_TitleText" value="Info"/>

</nvm>
</provisioning>