search for: cfmc_whohear

Displaying 5 results from an estimated 5 matches for "cfmc_whohear".

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
2009 Feb 04
0
Stopping chanspy
...g going on that gets messed up while stepping through the code. My situation is that I have an agent logged in but not in any queue. I use an AMI packet like this: Action: Originate Channel: Agent/1001 Exten: DoChanMon Context: cfmc_cdi_info Priority: 1 Variable: CfMC_ActionID=callE1334 Variable: CfMC_WhoHear=SIP/dickenson ActionID: callE1324 Async: true to connect to an extension like this: exten => DoChanMon,1,Answer() exten => DoChanMon,n,NoOp(Just got '${CfMC_ActionID}') exten => DoChanMon,n,ChanSpy(${CfMC_WhoHear},q) exten => DoChanMon,n,Hangup() and I would like to be able...
2009 Feb 11
0
ChanSpy problem
I have an extension defined like this: exten => do_monitor,1,Answer() exten => do_monitor,n,NoOp(Just got '${CfMC_ActionID}') exten => do_monitor,n,ChanSpy(${CfMC_WhoHear},qX) exten => do_monitor,n,Hangup() I use an AMI packet like this: Action: Originate Channel: Agent/1001 Exten: do_monitor Context: cfmc_cdi_private Priority: 1 Variable: CfMC_ActionID=callE1334 Variable: CfMC_WhoHear=SIP/dickenson ActionID: callE1324 Async: true It seems as if the X option...