search for: playbacks

Displaying 20 results from an estimated 4026 matches for "playbacks".

Did you mean: playback
2012 May 16
0
Help with ices2
Hello, I am trying to connect a instance of ices2 to icecast2. It seems that the connection is done well but I do not know how to take the microphone input to send it to the server. Any help is highly appreciated. Manuel The information is this: Part of my ices.xml: <input> <module>alsa</module> <param name="rate">44100</param> <param
2009 Jun 23
5
error in playback of voiceprompt????
Hello, I am trying to create a simple IVR for testing.. What i did is to create a voice file from asterisk-gui. And i saw it created that under /var/lib/asterisk/sounds/record/ as deneme.gsm Then i tried to make a IVR menu and play that file. I tried exten=s,4,Playback(/record/deneme.gsm) exten=s,4,Playback(record/deneme.gsm) exten=s,4,Playback(deneme.gsm)
2020 Aug 06
2
ARI Stop Playback
...or hiccup, but it continues playing. When I send the same exact stop playback a few seconds later (after the 553 portion playing the sound portion), it does stop the playback. I have run this test several times and it's failing. curl -v -u asterisk:asterisk -X DELETE http://localhost:8088/ari/playbacks/3b38730d-7954-4c50-9cdc-e4643ffc8c62 I am using 16.12.0 Is there some reason a DELETE playback doesn't work during a number portion or is this a bug? Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attac...
2010 Sep 02
4
agi playback to execute say.conf settings
Hi all, I am using asterisk-1.6.2.10. I changed say.conf script for customized number reading. In the extension.conf: -------------------------- [number-to-voice] exten => 8765,1,playback(num:344345,say) exten => 8765,n,hangup It executes corresponding say.conf script and produces good results for me. but when I write it in agi does not working. Here is agi debug output from asterisk.
2004 Jan 19
2
PLAYBACK multiple files
I'm trying to devise a way to playback more than one file per call when I copy my file 'Test.call' into .. var/spool/asterisk/outgoing Channel: Zap/1/put_your_phone_number_here Application: Playback Data: demo-thanks + a-second-file + a-third-file Is there some way to do this? Charlie Hatchette chatchette@generalcare.com
2007 Feb 27
2
No sound with Playback() or Background()
After switching to Asterisk 1.2.14 from 1.0.x, I encountered a very strange problem. There is no sound with Playback() or Background() commands. Even though, Asterisk console shows the file is being played when I call the extension (i.e. echo test), I can't hear anything. My echo test extension looks like this: exten => 600,1,Answer exten => 600,2,Playback(demo-echotest) exten
2007 Aug 08
1
asterisk wait for traling digits
Dear all I have asterisk setup now what happend when i dial 4 digit number my asterisk wait for few digit why when i press # key it is dialing fast but without # wait for few number is there any configuration for dialplan I have setup asterisk with avaya system i have 5 avaya system on 5 location i use 16XX,22XX,33XX,44XX,20XX to reach avaya extentions but when
2007 Aug 09
1
Overlapping Playback() with Dial()?
Hi All, Can I overlap Playback() with Dial() in a dialplan? For example, I have this scenario: A call comes in, Asterisk picks it up, does Background(enter_number), then does Playback(bulletin_message), and while the Playback() is still going, I want to execute Dial() to the target extension so it overlaps with the Playback() and the call will be bridged instantly upon completion of Playback().
2009 Aug 26
1
Winecfg: err alsa could not find PCM playback element
When I first install wine using the default repository in Ubuntu 9.04 and run winecfg I get the following error: wine: created the configuration directory '/home/bill/.wine' err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element fixme:system:SetProcessDPIAware stub!
2003 Dec 30
2
playback in [macro-stdexten] problem
I added the playback line to my [macro-stdexten] context but when I dail an extension I don't get the "please hold while I try that extension" message. It just dials the extexsion. Do I have a syntax problem somewhere ? exten => 8005,1,Macro(stdexten,8005,Zap/2) exten => 8006,1,Macro(stdexten,8006,Sip/8006) [macro-stdexten] ; ; Standard extension macro: ; ${ARG1} -
2015 Sep 12
2
Video Playback devices supporting Speex audio
Hello, I have dozens of video files that were encoded using the speex format of audio and can not seem to find any video playback devices that support speex lol. Literally every playback device I've encountered (mac, 10.10.2) plays the videos w no sound. Do you know of any playback devices for the mac format that support speex? -------------- next part -------------- An HTML attachment was
2005 Mar 21
2
Ext matching problems
Hello everyone... I'm trying to get up a testing pbx installation. Following instructions of what've read from the handbook and from asterisk's wiki, I wrote the dial plan as follows: [general] ; ; static = yes ;[globals] ; [default] ; exten => 0,1,Answer() exten => 0,2,Playback(fcopba1) exten => 0,3,Hangup() exten => *0,1,Answer() exten => *0,2,Record(fcopba1:gsm)
2004 Jul 05
2
Playback over Console
I'm trying to setup a primitive announcement-paging system in my house using the line-out from my * box to a cheap amplifier that runs to speakers on our first and second floors from the basement. I have a extension that connects to Console, and console is set to auto-pickup. I'm using alsa drivers. This all works great, except for one thing. I want to play a tone over the console after
2004 Aug 27
1
No audio on PRI channel answered by Playback() or MeetMe()
Does Asterisk need a sound card or functional Console/dsp to answer inbound DID number from PRI and playback .gsm files? I can call from any of the SIP extensions on Asterisk and hear audio from Playback(), MeetMe(), or MOH. The problem I am having with calls from my PRI is as follows: I have an Asterisk (CVS-HEAD-08/25/04-20:28:51) currently interfacing a NEAX 2400 IPX with PRI. I have a
2010 Apr 22
4
More efficient dial plan for a list of selective inbound numbers
I have a list of CLIDs prefixes that I want to use in a context. Basically, I want to do this but the list of prefix numbers is much longer. List of prefixes (556,557,557,989.....) [custom-inbound] exten => _556,1,answer exten => _556,n,playback(beep) exten => _557,1,answer exten => _557,n,playback(beep) exten => _558,1,answer exten => _558,n,playback(beep) exten =>
2007 May 17
2
Blacklist
Hello All, I was wondering where does Asterisk stores the blacklist numbers? I looked into the dialplan and it shows that it *"Set(DB(blacklist/${blacknr})=1)"* the number... Does it save in MySQL DB? hyperion*CLI> show dialplan app-blacklist-add [ Context 'app-blacklist-add' created by 'pbx_config' ] '1' => 1.
2010 Jul 29
2
How to record and playback at the same time
Hi, we are using Asterisk to record and playback. Both services are working well independently but it seems we can't start playback of a file while we are still recording it, even if the file is already in the hard disk. Is it possible to playback while recording the same audio file? Or is there a way to enable it? Regards, Jahnavi. -------------- next part -------------- An HTML attachment
2006 Mar 24
11
Transferring a call with IAX
Here's an interesting question: If I transfer a call from Asterisk system to another with IAX, is there any way I can get control back on the original system? Or.. do I lose control, and the dialplan has to continue on the new system? Scenario is we transfer calls to an Asterisk system that handles ACD queues. If the ACD queue times out, we want to send the caller to voicemail on another
2005 May 23
8
play gsm files in windows
Does anybody know of a WINDOWS application (preferably freeware) that will simply playback asterisk GSM sound files, I don't want to record them, just playback the ones that are currently there. Any help would be greatly appreciated cheers
2007 Feb 26
3
Playback uses channel's language, background doesn't
I have the following in the dialplan: [macro-systemrecording] exten => s,1,Goto(${ARG1},1) exten => dorecord,1,Record(/tmp/${CALLERID(number)}-ivrrecording:wav) exten => dorecord,n,Wait(1) exten => dorecord,n,Goto(confmenu,1) exten => docheck,1,Playback(/tmp/${CALLERID(number)}-ivrrecording) exten => docheck,n,Wait(1) exten => docheck,n,Goto(confmenu,1) exten =>