We’ve added two new parameters to ‘Conference’ asterisk dialplan command.
- ‘n‘ User will listen to sound notifications whenever somebody will leave or join the conference (beep). He will also be notified if is the only person in the conference. Ex: Conference(myconf/Sn)
- ‘h‘ <- User will hear music on hold (class default hardcoded) when he is the only participant in the conference. Ex: Conference(myconf/Snh)
The patch is created using ‘diff -Nur‘ against appconference 2.0.1.
Apply the patch using ‘patch -p1 < filename.diff‘ from withing the root directory of the appconference-2.0.1 sources.
You can download the patch from Sourceforge or download the patched appconference from here.