-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's possible to barge in using * even if barge-in is deactivated. #389
Comments
Freeswitch log: bc0e0efa-9742-47b0-9881-99f3cf6acbc1 2023-07-06 23:51:25.450895 [DEBUG] switch_rtp.c:8004 RTP RECV DTMF *:2080 |
https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/6586776/ 2.1 Play a file, and don't allow it to be interrupted The playback_terminators channel variable is set to none to disable stopping the playback on DTMF input. (The default terminator is *.) We have to update drachtio msrf |
Please review the final changes in infrag: @paulotelles here is the quick fix. On freeswitch machine, please edit : |
I'm sending some configurations and even with barge-in disable I can always barge-in with * character:
[ { "config":{ "bargeIn":{ "enable":false, "actionHook":"voice", "dtmfBargein":false, "sticky":false }, "recognizer":{ "punctuation":true, "vad":{ "enable":false }, "vendor":"microsoft", "language":"en-US" } } }, { "play":{ "loop":1, "url":"https://www2.cs.uic.edu/~i101/SoundFiles/PinkPanther30.wav" } } ],
The text was updated successfully, but these errors were encountered: