Skip to content

5991-star-dtmf-fails-from-ucassistant

Angel Kostov requested to merge 5991-star-dtmf-fails-from-ucassistant into master

Fixed keyboardPopup.controller.js. Whenever user clicks on '' ucassistant dialpad during webrtc call the keyPressed function gets as argument '\u2217' and sends it via CtiProxy.dtmf() to SIPml. Now it sends '' whenever '\u2217' is in argument of keyPressed function.

Merge request reports