search for: do_playback

Displaying 6 results from an estimated 6 matches for "do_playback".

2010 May 16
1
play a sound file directly to a caller channel
Hello User-List, is it possible to play a sound file directly to a caller channel? Like this AMI command Action: Originate Channel: SIP/20-00001d41 Application: Playback Data: /path/to/audio/file I get an Error Message. My intension is to play a sound file to a caller and the other callers don't hear this. Can someone help me ? Thanks a lot Bye Daniel
2010 Aug 10
1
Playback during call
Hi all, How can I playback a file within an active call? I've tried with ChanSpy whisper mode like this (using AMI): Action: Originate Channel: Local/9999 at default Priority: 0 Variable: MSG=test Application: ChanSpy Data: SIP/1234-123 Async: 1 and in the dialplan: [default] exten => 9999,1,Answer() exten => 9999,n,Wait(2) exten => 9999,n,Playback(${MSG}) Where
2011 Dec 15
3
Play audio file for both Caller and Callee in a call
Dear all, Anyone of you knows how to play an audio file at the beginning of a call for both Caller and Callee? A(x) of Dial application only plays audio for callee. I don't want to use MeetMe because I want to use Monitor and MixMonitor. Thank you! ________________________________ Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra pol?tica de env?o y recepci?n
2015 May 29
1
chanspy and mixmonitor
Hello guys, I'm using asterisk 11. i'm using Chanspy in a local channel to playBack a file to a specific channel. [playsound] exten => do_playback,1,Answer() same => n,Wait(1) same => n,Playback(${Pv_WhatToPlay}) same => n,Hangup() exten => do_chanspy,1,Answer() same => n,ChanSpy(${Pv_WhoHear},qXBwW) same => n,Hangup() just basically need to call an originate to play the file to a specific channel...
2015 May 29
0
Chanspy and Mixmonitor
You're right Steve, sorry for that. So Hi again guys. I need a little help here.I'm using asterisk 11. i'm using Chanspy in a local channel to playBack a file to a specific channel. [playsound] exten => do_playback,1,Answer() same => n,Wait(1) same => n,Playback(${Pv_WhatToPlay}) same => n,Hangup() exten => do_chanspy,1,Answer() same => n,ChanSpy(${Pv_WhoHear},qXBwW) same => n,Hangup() just basically need to call an originate to play the file to a specific channel...
2015 May 29
2
Debugging dialplan
Please don't top post. > Am 29. Mai 2015 09:42:55 MESZ, schrieb Luca Bertoncello > <lucabert at lucabert.de>: >> Zitat von jg <webaccounts173 at jgoettgens.de>: >>> Yes, it is called "core set verbose 42", the other options is "core >>> set debug 42". Enjoy the show! I know you can specify a level to the verbose application,