Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width70%

BS_VOIP_Data.astVoipProviders[%].ulSIP_CLIP_SOURCES=0x00000451
BS_VOIP_Data.astVoipProviders[%].ulSIP_COLP_SOURCES=0x00000245

 

*Questions:*
1) Does Merkur have a prioritization in phone number displaying on the handset, while receiving the call?
2) Is RPID header supported (REMOTE-PARTY-ID)?

*Answers:*
1) You can use below options to change behaviour of CLIP in case of incoming call:
* SIP_CLIP_COLP_SOURCE_FROM 0x1
** from header for CLIP source
* SIP_CLIP_COLP_SOURCE_TO 0x2
** to header for COLP source
* SIP_CLIP_COLP_SOURCE_REPLY_TO 0x3
** reply-to header for CLIP source
* SIP_CLIP_COLP_SOURCE_PAI_TEL 0x4
** p-asserted-identity with tel-URI for CLIP/COLP source
* SIP_CLIP_COLP_SOURCE_PAI_SIP 0x5
** p-asserted-identity with sip-URI for CLIP/COLP source

Column
width30%