Behind most platforms, when the user place the call on-hold, the device sends an invite with the "send-only" attribute. (Which is fully inline with RFC3264)

Some platforms prefer the hold signalling not using "send-only" but "inactive", this can be changed via Auto-provisioning.


Provisioning parameters

Enable "inactive"

BS_IP_Data3.ucB_SEND_ONLY_WITHOUT_RTP=0x0

Enable "send-only" (Default setting)

BS_IP_Data3.ucB_SEND_ONLY_WITHOUT_RTP=0x1



  • No labels