Displaying 7 results from an estimated 7 matches for "do_chanspi".
Did you mean:
do_chanspy
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
2012 Aug 26
1
One leg in a conference and adjusting stream volume of other leg
Hi all,
I'm looking for some serious help. :) I couldn't find a better
description for my problem... I think it is quite complex! Here's what I
would like to achieve:
A SIP caller dials into to my Asterisk 10. He will automatically listen
to a specific MP3 stream.
Other SIP callers dial also into my Asterisk. They all will
automatically listen to the same MP3 stream.
All
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
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 =>
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,