jambonz / jambonz-feature-server

Core telephony feature server for the jambones platform
MIT License
46 stars 38 forks source link

Feature Request: Generate BEEP sound on gather verb #879

Open Megamuch opened 2 months ago

Megamuch commented 2 months ago

I would like to request a feature for the gather verb where we get the option to generate a Beep sound at the end of a gather to indicate to a caller that input is now requested.

This is for scenario's where old school ivr's used to say something like " please enter your code after the beep... BEEEP"

There are quite a few scenario's still where this is needed and we are constantly adding play nodes to the flows but it would save quite a bit of node-red nodes if we can just add this to a gather node and have the beep be generated by FS.

davehorton commented 2 months ago

ok, presumably this beep feature will also only be activated when listenDuringPrompt is false

Megamuch commented 2 months ago

Hi Dave, that doesn't have to be the case, right? If listenDuringPrompt is true the gather verb allows for a cutoff of the play/say, right? If that is the case, I would assume the cancellation of the BEEP would fall under that same premise.

davehorton commented 2 months ago

you're right, that makes sense