Soporte & Consultoria

Soporte Remoto y Consultoria skype : ambiorixg12.
Nota no se brinda ningun tipo de consulta o soporte fuera del blog de forma gratuita

martes, 10 de marzo de 2015

Asterisk- How to 'whisper' music using ChanSpy(), or any alternative?

4 down vote accepted
The question of best approach depends on what exactly your trying to do. You only specified that you want to whisper music/message to a single participent. Removing them from the conference for that will only be MORE complicated. As far as how to, here is approximate code:
Dialplan:
[whisper-to-participant]
exten => s,1,Answer()
exten => s,n,ChanSpy(<Participants channel>,w)
Then originate a call (in this example were using a call file, although AMI would work just fine) as:
Channel: Local/s@whisper-to-participant
Application: Playback
Data: <prompt/music file>
While my syntax may not be perfect here, this is the basic idea of how to stream/whisper data to a single participant.


http://stackoverflow.com/questions/8099018/asterisk-how-to-whisper-music-using-chanspy-or-any-alternative

No hay comentarios:

Publicar un comentario