Displaying 20 results from an estimated 34 matches for "controlplayback".
2018 Jun 06
2
Using ControlPlayback with AWS S3
On Wed, Jun 6, 2018 at 6:18 AM, Antony Stone <
Antony.Stone at asterisk.open.source.it> wrote:
> On Wednesday 06 June 2018 at 12:02:38, Dovid Bender wrote:
>
> > Hi,
> >
> > I have tested ControlPlayback and grabbed files via an apache server with
> > no issue.
>
> ControlPlayback is an Asterisk dialplan function.
>
> How have you integrated this with Apache?
>
By apache I mean
ControlPlayBack(http://voice1.mydomain.net:8090/1.wav,30000,6,4,0,5,1)
> > I want to be able...
2011 Jun 09
1
Fwd: Re: ControlPlayback's options
Humm... Seems like my message didn't make it. Here we go again..
/Johan
-------- Original Message --------
Subject: Re: [asterisk-users] ControlPlayback's options
Date: Sun, 05 Jun 2011 22:19:18 +0200
From: Johan Wilfer <lists at jttech.se>
To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users at lists.digium.com>
On 2011-06-05 19:54, virendra bhati wrote:
> Hi John Wilfer,
>
> Thanks for replay...
2018 Jun 06
2
Using ControlPlayback with AWS S3
Hi,
I have tested ControlPlayback and grabbed files via an apache server with
no issue. I want to be able to grab files via aws S3 which would require me
to add some headers to authenticate. Is there any way to have Asterisk add
headers or would I need a http proxy in the middle?
TIA.
Dovid
-------------- next part --------------...
2011 May 30
1
ControlPlayback's options
Hi List,
Asterisk 's *ControlPlayback* will used for play any recorded file as an
audio player. Is it possible that we can use it for multiple forward and
rewind ?
ex:-
original: ControlPlayback(filename,skipms,ff,rew,stop,pause)
expected
ControlPlayback(filename,skip1,skip2,skip3,forward1,rewind1,forward2,rewind2,forward3,rewind3,sto...
2014 Dec 08
2
Playing audio to bridged channels using ControlPlayBack
There is one more thing to try:
http://snapvoip.blogspot.com/2009/07/appkonference-asterikast-high.html
I would appreciate if anyone can comment on the feasibility of playing an audio file to the caller and callee using ControlPlayBack and appkonference. Much of the reviews indicate that appkonference is an over-kill for an audio as its main functionality is with video. Going past that.
Thanks
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Murthy Gandikota
Sent:...
2014 Dec 09
0
Playing audio to bridged channels using ControlPlayBack
...plus, because I can easily add additional features by modifying the script. Since I knew I would be making a lot of modifications to the daemon script, I ended up refactoring the whole thing. Write me if you want a copy. In my opinion, if you are going to use app_konference, there is no need to use ControlPlayBack since the script will do that for you. Once of the drawbacks is that the discussion group is pretty much dead, so if you run into a problem, there's really nowhere to go. Overall, I think this is a good application. I hope this helps.
Regards;
John V.
From: asterisk-users-bounces at li...
2014 Apr 10
2
ControlPlayback can not replay complicated file names
If not sure if I am looking at a bug or expected behaviour as I do not see anything in the documentation.
ControlPlayback can not replay complicated file names
For example it can replay
1005
but it can not replay
1005-2014-04-08_23:58:17
Playback can replay
1005-2014-04-08_23:58:17
I suspect this relates to how the variables are parsed and parameters set.
Does anyone have any further information to suggest what...
2005 Jan 27
1
Hold music while ControlPlayback is paused?
Hi.
I've been using the ControlPlayback function as part of an IVR system,
but am finding it very restrictive. Is there any way to tell it to
play hold music while the user has pause selected? I don't want the
line to just go silent indefinitely.
If I want the caller to have a pause option, is there some alternative
to using ControlP...
2010 May 17
0
ControlPlayback skip forward fails on mp3 file
Using Asterisk 1.4.31 and addons 1.4.11, ControlPlayback get confused
when skipping forwards on an mp3 file (it seems to work fine on wav's).
I'm calling it from an AGI like so:
$agi->exec('ControlPlayback',$filename . "|4000|#|*|8|0|7");
The first four times I press the '#' key it does indeed skip forwards;
but t...
2005 May 10
0
problem with ControlPlayback
Hi. I have an extension to use ControlPlayback -- however the forward
and rewind controls do not work if I am in a 3-way call with the pstn
and that extension, however if I then hang up the controls work.
Anything to do about this?
Any assistance would be appreciated.
--
Your life is like a penny. You're going to lose it. The question...
2010 Mar 24
0
Hook playback or ControlPlayBack cmd
Dear all,
I want playback or ControlPlayback cmd to trigger me when a DTMF key is pressed, so I can execute Monitor cmd or any thing I want.
Anyone did this job before?.
Please help me.
Thanks in advance,
Giang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asteri...
2014 Apr 12
0
ControlPlayback - Prompts
Is there a standard set of prompts to use with ControlPlayback as there are with many of the other applications like confbridge?
I can?t find a prompt with instructs the user how to use it?s functions.
Perhaps you have to construct a prompt out of multiple prompts. Does anyone have an idea of which ones to use?
Regards
---
This email is free from viruses a...
2010 Aug 28
1
Play a number of files to a caller
I want to be able to allow a caller to dial a ddi, system to verify
identity etc (this is all done)
I then want them to sit listening to music, until an event happens.
When this (external) event happens, I want to play a certain file to
the caller, using playback (so that they have ff / rw etc), and when
finished, go back to the music.
1) I thought of redirecting to an extension that played the
2005 Aug 28
4
Mplayer as replacement to mgp123 in MP3Player cmd
There is a patch to mplayer that allows it to suppress stdout messages
and instead output pcm data to stdout. I managed to get it working with
app_mp3.c and seems like it is working fine. All that was needed was a
change in the execl line and a slight increase in timeout value. I have
only done limited testing. If mplayer is able to replace mpg123 without
issues, this opens up a whole lot of
2007 Jul 30
1
AGI and exec Playback
Hello,
I'm looking for a way to play sound file, and control the playback
trough web interface. Is it possible to use AGI to play a sound file
and then by receiving some event stop playing it, and play another
file. The catch is that i want to seek to 1st minute, 5th minute, etc
- so regular ControlPlayback with intervals wouldn't fit - i have to
use sox to create different file and then jump to it.
Also - i have read that in asterisk 1.4. there is SendDTMF trough AMI
- is it possible to use that for ControlPlayback? Here i would want
regular Forward/Backward buttons on web :)
Regards,
Atis
2004 Dec 09
2
Silent IAX calls getting cut off
...39;ve already set the
ResponseTimeout to a big number. It doesn't get sent to the 't'
extension, it just says "Hungup" in *
I can easily get around this problem when waiting at a menu (e.g. just
background some music or repeat the menu after 30 seconds). But I want
to use the ControlPlayback function, and I don't see what I can do to
stop the call getting hung-up if the user chooses to pause the audio
for a while.
I don't think it's an issue with voipuser.org as the same happens with
our number from voicepulse. Any advice would be appreciated.
Regards,
David Brooks
2010 Jan 25
1
How to make SpeechBackground keep playing if utterance doesn't match our grammar
...as our speech recognition engine.)
Problem is, any speech is always matching something, even if it matches
with a low score. This is going to be annoying to our users,
as you can imagine.
A second, only partly related problem is that we'd like to have the
fast-forward and rewind abilities of ControlPlayback, but with speech
recognition. We have a hackish way around this?make a sound file starting
several seconds into the first file, and call SpeechBackground on that?
but it's a kludge.
So what we really want is something that acts like SpeechBackground, but
blocks until there's a matching re...
2014 Dec 05
4
Issue between Asterisk Queue and GSM gateway when trying to use call waiting feature
Hi masters,
I?m not an expert on this my friends, but I?m trying to understand which the expected behaviour is from Asterisk side when you deal with the following scenario:
Caller ?> GSM Gateway with SIM card A ?> Asterisk queue ?> extension 1000
GSM gateway with call waiting activated on SIM A
Queue with ?skip busy agent? disabled and ringall strategy.
SIP extension 1000 with call
2004 Sep 27
1
Peer Review - Linuxfest Presentation Outline
...i. Answer: Answer a channel if ringing
iii. Authenticate: Authenticate a user
iv. BackGround: Play a file while awaiting extension
v. BackgroundDetect: Background a file with talk detect
vi. Busy: Indicate busy condition and stop
vii. Congestion: Indicate congestion and stop
viii. ControlPlayback: Play a file with fast forward and rewind
ix. DateTime: Says a specified time in a custom format
x. Dial: Place a call and connect to the current channel
xi. Directory: Provide directory of voicemail extensions
xii. Exec: Exec(Appname(arguments))
xiii. MeetMe: MeetMe conference bridge
x...
2014 Dec 07
0
Playing audio to bridged channels
I would like to play audio--using controlplayback-- to 2 channels--agent and caller- simultaneously. Tried meetme,confbridge,originate without success. Tried redirecting the channels to a context, playing audio to the agent's channel and then bridging the 2 channels. The problem with this is as soon as the bridge is created the audio stops. I...