mumsi icon indicating copy to clipboard operation
mumsi copied to clipboard

Add conference-call-like features (audio menu, caller pin, dtmf menu)

Open mrscotty opened this issue 7 years ago • 2 comments

Important: These commits depend on https://github.com/slomkowski/mumlib/pull/14

These conference-call-like features include:

  • autodeaf: When mumsi connects to mumble, the user is auto-deafened. When the SIP call is answered, the user is auto-undeafened/unmuted. This allows mumble users to see the mumsi status in the overview, even when they are in a different channel.

  • dtmf menu: A basic menu structure for DTMF commands is included, which will eventually support things like '*5' for self-mute, etc. For now, it supports the caller pin entry.

  • caller pin entry: Allows the SIP caller to be forced to enter a pin before being allowed to enter the mumble channel. This helps keep eavesdroppers out!

  • playAudioFile(): This plays WAV files to either the caller or the mumble channel. The wave files are configurable in the config.ini. Currently, it is used for the welcome message, pin prompt, and the goodbye message when hanging up after wrong pin was entered. It also plays a "caller entering chat" message to make sure other users notice when someone new joins.

mrscotty avatar May 23 '17 19:05 mrscotty

@mrscotty hello hope you are doing good and these are some great effort to make changes. where i can find the master file with all the changes made.

Regards, salik

satti001 avatar Dec 18 '17 10:12 satti001

Hi Salik,

I'm not sure what you mean by "the master file with all the changes made".

Take a look at the pull request [https://github.com/slomkowski/mumsi/pull/18], which containes a series of the 12 Git commits I made during development.

In README.md, see the sections "Multi-Line Support", "Caller PIN", "Autodeaf" and "Audio Files". The file config.ini.example also contains some example entries.

Best regards,

Scott

On Dec 18, 2017, at 11:57, satti001 [email protected] wrote:

@mrscotty hello hope you are doing good and these are some great effort to make changes. where i can find the master file with all the changes made.

Regards, salik

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

mrscotty avatar Dec 18 '17 12:12 mrscotty