similar to: Using ControlPlayback with AWS S3

Displaying 20 results from an estimated 300 matches similar to: "Using ControlPlayback with AWS S3"

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
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
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
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
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,stop,pause) : ----- Thanks and regards Virendra Bhati
2006 Oct 29
1
Thesaurus search
Can anyone help me with doing searches using thesaurus. I really want to do searches that are simple that I make up. For example, a search on "TV" will bring back results that include "Television" and vice versa. Any help appreciated. Clare -- Posted via http://www.ruby-forum.com/.
2014 Dec 09
0
Playing audio to bridged channels using ControlPlayBack
One thing that concerns me is that this post is from 2009, even though the newest version of the app on Sourceforge is up to date. I have a customer who has been using a conference server that I built for him using app_konference for several years now and he routinely runs conferences with anywhere from 10 ? 125 active users. The ultimate goal is several hundred concurrent users and I can see that
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 ControlPlayback? I think I've got the hang of doing fancy
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 the fifth and subsequent times pressing
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/asterisk-users/attachments/20100324/0884f55a/attachment.htm
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 is: How do you spend it? John Covici
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 and malware because avast! Antivirus
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 Aug 13
2
Policy routing question
Hi, I have a testing multihome setup, with the default gateway being one of the links and using policy routing to honor requests for a specific link. Everything works as expected when I request a specific IP to bind to. But if I request a specific interface things fall apart in ways that I can not explain: default gw (WORKS) ---------- rabbit@Thesaurus:~$ ping -c 1 yahoo.com PING yahoo.com
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
2008 Jan 18
16
Need a good RoR developer
Hi, I''m looking for qualified Ruby on Rails developers to work on a client web portal project in Midtown Manhattan for a large financial research company. Requirement Overview: Ruby / Ruby on Rails developer with strong object oriented programming background. Good understanding of model driven architecture, MVC, RDBS and data modeling. Required Skill Set: - BS. in Computer Science (or
2005 Aug 23
4
Functions with the same name: best practices
Ok, here's another best practices question - let's say I'm writing a package and I want to use a function name that is already claimed by a function in the base R packages. For the sake of argument, let's pretend this function is for profiling the performance of a function (like Rprof for example), and so an obvious name that comes to mind is profile. This, of course, clashes
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
2009 May 12
2
pair matching
Given two numeric vectors of possibly unequal length, I'd like to pair each element of the shorter vector with an element of the longer vector such that the sum of squared differences between the pairs is minimized. Can someone point me to an R function or an algorithm for accomplishing this? All the best, Tom Thomas S. Dye, Ph.D. T. S. Dye & Colleagues, Archaeologists, Inc.
2019 Sep 06
2
[PATCH 15/18] virtiofs: Make virtio_fs object refcounted
On Thu, Sep 05, 2019 at 03:48:56PM -0400, Vivek Goyal wrote: > This object is used both by fuse_connection as well virt device. So make > this object reference counted and that makes it easy to define life cycle > of the object. > > Now deivce can be removed while filesystem is still mounted. This will > cleanup all the virtqueues but virtio_fs object will still be around and