similar to: Stream File (AGI) question

Displaying 20 results from an estimated 80000 matches similar to: "Stream File (AGI) question"

2004 Jun 30
2
AGI Diad number
Is there a way of getting the dialled number from an AGI? Is it passed in the initial variables, or can it be pulled out or passed across from the dial plan? Cheers, Ben Merrills Griffin Internet -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040630/71e0bcda/attachment.htm
2007 Jul 10
0
Odd AGI Issue - STREAM FILE, GET DATA not playing file
Apologies if this has been brought up before, but extensive googling and digging through my list archive didn't turn anything up. Basically, I'm working on an AGI web app and need to read some digit input. I'm having multiple issues with asterisk interpreting agi commands at the moment, but I figured I'd start with this one. when I call GET DATA or STREAM FILE I don't
2013 Sep 26
0
Asterisk / SIP-Call / AGI-Script / SIGHUP after Answer
Hi, I am facing a (for me) strange problem. When placing a SIP-Call I normally get connected and the dialplan is executed. The Call-Flow is controlled by a PHP-Agi-Script. The script answers the call (via AGI-Command) and a simple voicefile is played. SOMETIMES(!) I get disconnected immediately after the Answer - without any reason. This happens about all fifth call. Later on you will find
2016 Oct 10
2
AGI: How to break out of AGI when stream_file escape_digits are detected in middle of long sequence of files?
For reasons best known to myself, I call a python agi (PYST2 - love it!) which streams a series of very short files in quick succession. Like this: escape_digits = str("0") agi.stream_file(promptFile,escape_digits) and this is what I see on the AGI debug: <Local/s at root-00000061;2>AGI Tx >> 200 result=0 endpos=6784 <Local/s at root-00000061;2>AGI Rx <<
2011 Jun 06
0
Subject Change: Playback/background App over Network (was: AGI STREAM FILE not working?)
On Mon, Jun 6, 2011 at 10:10 AM, Steve Edwards <asterisk.org at sedwards.com>wrote: > On Mon, Jun 6, 2011 at 2:26 AM, Steve Edwards <asterisk.org at sedwards.com> >> wrote: >> >> I strongly suggest using an existing library for the language of your >> choice. >> > > On Mon, 6 Jun 2011, A E [Gmail] wrote: > > Copy that. Not planning to
2011 Jun 06
4
AGI STREAM FILE not working?
Hello, using 1.8.4. using a very simple local AGI script in bash which has only one line in it: echo -e 'STREAM FILE welcome 123 \n' dialplan: exten => 5150,1,Answer() same => n,Set(CHANNEL(language)=en_AU) same => n,AGI(testagi.sh) same => n,Hangup console output: -- Executing [5150 at AllPhones:1] Answer("SIP/PBX-00000024", "") in new stack
2013 Mar 06
2
AGI Script
> > Hi every body, > > Please if some one could help me with this: > I'm writing an AGU Perl Script which basically makes a call using an extension provided by other asterisk box to an E1. The asterisk version is 1.6.0.28, so it hasn't the Wellington know AGI class. The code is as follows: > > ============================= > #!/usr/bin/perl > use strict; >
2009 Jul 08
0
[asterisk-user] AGI control stream file
Trying to redirect to -user... On Tue, 7 Jul 2009, Bryant Zimmerman wrote: > Hey guys I posted this earlier and did not get any responses. You posted what appear[s|ed] to be a user question to the dev list. I did reply (on June 3), but I may have mis-understood. > I am working on some AGI development that requires control of audio file > playback. The control stream file is working
2011 May 02
2
Retrieving/Streaming audio/video files from DB using over AGI
On Mon, May 2, 2011 at 3:15 AM, A E [Gmail] <all.eforums at gmail.com> wrote: > Hello All, > > Probably a silly question, but we're wondering if people have had any > experience and have data to demonstrate if the performance of the Asterisk > system might suffer in terms of latency etc. if we're to have it retrieve > sound files from a database using odbc as
2005 Mar 26
1
AGI "STREAM FILE" issue
I've tried two completely different scenerios. 1) Debian (sarge) with the Asterisk 1.0.5 package. 2) Redhat 9 with Asterisk CVS 1.0.7+ I can't get the AGI "STREAM FILE" command to work with a simple bash script. I can get other AGI commands to work like "SAY NUMBER 123" etc. I've set AGI DEBUG and have started Asterisk with -vvvgc. No error messages, returns
2006 Jun 27
1
ExternalIVR vs AGI
I have an Perl AGI script that acts as an IVR for my Asterisk box. Basically, it simply plays audio files to the caller, collecting DTMF input and logging every DTMF input into a database table, simply to document every step or option selected by the caller. One thing is that in addition to playing audio files, it also, at some point, plays SayUnitTime command. This IVR has constantly
2004 May 25
0
Question IAX and SIP bound to different IP's on the same * box
-----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of asterisk-users-request@lists.digium.com Sent: Tuesday, May 25, 2004 5:30 AM To: asterisk-users@lists.digium.com Subject: Asterisk-Users digest, Vol 1 #3891 - 8 msgs Send Asterisk-Users mailing list submissions to asterisk-users@lists.digium.com To subscribe or
2004 Sep 09
1
Virtual queue member
I was wondering if anyone knew how to do the following.... Call comes in, gets put into a Queue, say `Sales`. Then the queue member is presented with the option to exit the queue, yet have the phone system sit in their place for them. When the virtual member reaches the front, call back the caller and connect them to the agent. Any ideas? Did i explain that ok? :) Cheers, Ben Merrills
2009 Nov 26
0
AGI and Music on hold
Hi, Happy Thanksgiving to those of us in the USA... Been trying to debug an AGI (in C) on 1.4.26.2. I blind transfer a call to this snippet of dialplan: exten => 999900,1,DeadAGI(pq.agi,999950) pq.agi then plays a prompt (which I hear just fine): [Nov 26 02:42:47] VERBOSE[28721] logger.c: -- Launched AGI Script /var/lib/asterisk/agi-bin/pq.agi [Nov 26 02:42:47] VERBOSE[28721]
2007 May 16
0
AGI "record_file" issue... bug?
I am having a problem with "record_file" working properly depending on when it is called -- basically if it is called immediately upon a call, it acts like it does not hear anything from the callers phone (yes, my phone is setup properly and functions fine otherwise)... if I do a "background" or "festival" command before calling it, it works fine. Details below:
2009 Oct 22
2
AGI STREAM FILE and not blocking execution
Hello, I'm wondering if I can take benefits of long prompts to compute in the background the next step to be performed by Asterisk. Do you know what will be the behavior of asterisk if I send a STREAM FILE command immediately followed by another command ? Will asterisk stack commands or will it stop the first one to execute the second one ? If stops, is there any AGI library that handles
2005 Oct 05
0
agi-test.agi question - wierd results
Hello I am starting to learn AGI. I have setup an extension to play the agi-test.agi perl script and the output I get is this on console: On Polycom 300: -- Executing Answer("SIP/200-72d2", "") in new stack -- Executing AGI("SIP/200-72d2", "agi-test.agi") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/agi-test.agi --
2010 Apr 07
2
AGI + Dial + stream file ?
Hi all, I am running an AGI script in a command dial, or call a SIP trunk. I want to execute after 10 minutes a voice message (stream file) on the channel to warn the person that the call is about to end. How to do that? Thank you, Mickael. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Nov 23
2
PRI Logging
Is there a way to log all PRI events to a logfile? Cheers, Ben Merrills Griffin Internet T: 0870 8040862 F: 0870 8040805 W: www.griffin.com <http://www.griffin.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041123/d983141f/attachment.htm
2010 Feb 12
1
Wierdness in AGI file
Here's part of the output of running an AGI file: -- Playing 'degrees' (escape_digits=) (sample_offset 0) -- Playing 'fahrenheit' (escape_digits=) (sample_offset 0) -- Playing 'wx/humidity' (escape_digits=) (sample_offset 0) -- <DAHDI/1-1> Playing 'digits/40.ulaw' (language 'en') -- <DAHDI/1-1> Playing