WebRTC KeyPad

Hace varios meses no realizaba una instalación de FOP2 utilizando la funcionalidad del WebRTC Pero ahora que lo he vuelto a hacer, cada vez que el usuario hace login en FOP2, en el teclado le aparecen las opciones para configurar el Dispositivo de entrada de sonido, Dispositivo de salida de sonido y Ringtone Output lo cual hace que el usuario tenga que buscar la rueda dentada para hacer click sobre ella para ocultarlas conviertiéndose en algo fastidioso.
Entiendo que la primera vez que el usuario se registra le aparezcan estas opciones y que una vez configuradas, el sistema las recuerde sin desplegarlas durante los siguientes inicios de cesión.
Hay algún parametro que se pueda modificar para esconder por defectos estas opciones?

Comments

  • We found incorrect STUN behavior of the WebRTC phone.js functionality regarding send-receive dialog with an STUN servers.
    No any STUN respond. Probably syntax mistake? Was tested WebRTC phone.js (FOP2, incorrect behavior), and SIPML5 phone (Dubango. correct behavior) with stun.l.google.com:19302 and stun.sipgate.net
    Besides, for WebRTC FOP2 local ringtone need to change:
    variable e.reason_phrase should be change to e.reasonPhrase (line 26 in /var/www/html/fop2/admin/plugins/phone/webrtcphone/js/phone.js )

    **< if (e.reason_phrase === 'Trying') {console.log("----->Trying");

        if (e.reasonPhrase === 'Trying') {console.log("----->Trying");**
    

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file