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

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

The replaces header is used in SIP call control applications. The Replaces header is used to logically replace an existing SIP dialog with a new SIP dialog. This can be used to enable a variety of features, for example: "Attended Transfer" and "Call Pickup". 

For some platforms, the behavior needs to be changed. We have seen the following issues where the setting needed to be changed.

  • Unattended transfer, the call is signaled as 2e incoming call.
  • Group call pick-up
Auto-provisioning

This feature can be disabled/enabled only via auto-provisioning. Software 2.23 or higher is needed.

ParameterDescription
DmGlobal.0.AcceptReplaceInEarlyState

0 = Disable
1 = Enable (Default)

<param name="DmGlobal.0.AcceptReplaceInEarlyState" value="0"/>
  • No labels