Skip to content

5893-star-dtmf-fails-from-ucassistant

Angel Kostov requested to merge 5893-star-dtmf-fails-from-ucassistant into 2022.05

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.

Edited by Etienne Allovon

Merge request reports