We added a transfer feature to appconference, you can download the patch from sourceforge.
To enable transfer set the ‘CONF_TRANSFER_EXT’ channel variable, for the members you want to enable the feature for, just before joining the conference. Set ‘CONF_TRANSFER_EXT’ to your operator’s extension and when
the member presses ‘#’ in the conference, they will get transfered to that extension.
(more…)
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)
(more…)