[Freeswitch-users] How to select and play audio in a conference
Brian West
brian at freeswitch.org
Wed Dec 22 18:24:50 MSK 2010
Depends we have a new dtmf digit parser that you could use to bind keys to do any number of things..
<action application="bind_digit_action" data="cool,500,exec:playback,ivr/ivr-welcome_to_freeswitch.wav"/>
<action application="bind_digit_action" data="cool,~7\d{3},exec:playback,ivr/ivr-welcome_to_freeswitch.wav"/>
<action application="bind_digit_action" data="cool,~1\d+,exec:digit_action_set_realm,rad"/>
<action application="bind_digit_action" data="rad,~1\d+,exec:digit_action_set_realm,cool"/>
<action application="digit_action_set_realm" data="cool"/>
Is one example.
Thanks,
Brian
On Dec 22, 2010, at 9:05 AM, Fabio Bigliardi wrote:
> Hi all,
>
> I would like to select audio files to play to all members of a conference from within the conference through the use of DTMF keypad inputs.
> How can I do this?
>
> Thank you very much.
>
> Fabio Bigliardi
>
>
>
>
> :: SYSNET TELEMATICA srl ::
> CONFIDENZIALE:
> Questo messaggio e gli eventuali allegati sono confidenziali e riservati.
> Se vi è stato recapitato per errore e non siete fra i destinatari elencati,
> siete pregati di darne immediatamente avviso al mittente e cancellare il messaggio
> di posta e gli eventuali file allegati. Le informazioni contenute non devono
> essere mostrate ad altri, né utilizzate, memorizzate o copiate in qualsiasi forma.
>
> CONFIDENTIALITY :
> This e-mail and any attachments are confidential and may be privileged.
> If you are not a named recipient, please notify the sender immediately and delete
> this e-mail and any attachment. Do not disclose the contents to another person,
> use it for any purpose or store or copy the information in any medium.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101222/af3063ae/attachment-0001.html
More information about the FreeSWITCH-users
mailing list