gmaruzz / saraphone

SaraPhone is an open source SIP WebRTC phone, complete with HotDesking, Redial, BLFs, MWI, DND, PhoneBook, Hold, Mute, Notifications. SaraPhone is fully integrated with FusionPBX. Based on SIP.js, SaraPhone works with all WebRTC compliant servers: FreeSWITCH, Asterisk, OpenSIPS, Kamailio, etc. SaraPhone gets its name from Giovanni's wife, Sara.
Mozilla Public License 2.0
153 stars 72 forks source link

Hold, XTrans, etc. buttons did not work during call #21

Closed rbetancor closed 4 years ago

rbetancor commented 4 years ago

I see the DTMF codes on the FS CLI, but they do not do anything.

I saw that the .lua script have some calls to bind_digit_action ... but I don't saw that lua script been executed during the call stablishement or the SaraPhone loading.

Maybe some missing instruction on the install docs?

gmaruzz commented 4 years ago

you MUST follow the README eg, menu->advanced->upgrade->app defaults ETC

gmaruzz commented 4 years ago

Selection_107

gmaruzz commented 4 years ago

Selection_108

gmaruzz commented 4 years ago

Selection_109

rbetancor commented 4 years ago

Sorry I didn't mention it, but I follow all the steps, not fully restarting the FS was the issue, thanks