VoIP Call Notification Popup Update

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ashif Malayil
    Senior Member
    • Dec 2023
    • 258

    #1

    VoIP Call Notification Popup Update

    Hi,

    I added a custom field to the VOIP popup notification using additionalFields in popUpNotifications.js.

    Configuration added:
    {
    "voipNotification": {
    "disabled": false,
    "additionalFields": {
    "Disposition": {
    "display": true,
    "fullWidth": true,
    "entity": "Call",
    "field": "Disposition",
    "order": 9
    }
    }
    }
    }

    The field appears correctly in the popup. However, the issue is with the Enum dropdown.

    Problem:
    • The dropdown opens.
    • Only the last 1–2 options are visible.
    • I cannot scroll the dropdown using the mouse.
    • Using keyboard arrow keys I can move through all options and select them.

    This seems like the dropdown is being clipped by the popup container (overflow issue).
    I tried making changes in voip-notifications.css and call.tpl, but I couldn't resolve the issue.

    Could someone please advise a solution for this?
Working...