search for: eagi

Displaying 20 results from an estimated 79 matches for "eagi".

Did you mean: agi
2007 Apr 11
3
Execute EAGI script with params from extensions.conf
How can I execute an EAGI script with params from extensions.conf Example python script: InfMsg -s 1 in my extensions.conf exten => 492,1,Answer exten => 492,2,eagi,InfMsg -s 1 exten => 492,3,Hangup() It doesn?t work my * report... -- Executing [92@telpin-112:2] EAGI("Zap/4-1", "InfMsg -s 1&quot...
2009 Feb 26
3
Getting SIP field P-Asserted-Identity from EAGI
Hi, using EAGI variables like agi_request agi_channel agi_language agi_type agi_uniqueid agi_callerid agi_dnid agi_rdnis agi_context agi_extension agi_priority agi_enhanced agi_accountcode I get a lot of data about a call, but I need to obtain P-Asserted-Identity value from a SIP call. Are tehe any eagi varia...
2010 Feb 10
0
EAGI delay
...id=3d5c2717ca5ab7ad676957ae436d4b51) but haven't received any replies, so thought I'd try here. On my debian machine running asterisk 1:1.4.21.2~dfsg-3, I've been noticing that there's a problem with conferences (using both meetme and app_conference) and the audio sent out to an EAGI script. My setup is essentially a conference which then periodically gets the EAGI application run in it. What I've noticed is that, when the conference is newly-created, there is no latency (or at least, minimal latency). After the conference has been running for a while though, the delay...
2006 Jan 05
0
Reading sound and recognizing DTMF sounds in eagi script ?
Hi, we've connected Sphinx4 through eagi script (modified eagi example) to Asterisk. Users can now say their wishes - but for gradual evolution we would like also to provide "older" way of DTMF navigation too - can we recognize DTMF while reading sound in eagi ? Any advice or examples ? Thanks in advance, regards, Rob.
2006 Feb 24
0
Reading sound in eagi script and recognizing DTMF sounds at thesame time ?
Hi, we've connected Sphinx4 through eagi script (modified eagi example) to Asterisk. Users can now say their wishes - but for gradual evolution we would like to provide "older" way of DTMF navigation too - can we recognize DTMF while reading sound in eagi ? Any advice or examples ? Thanks in advance, regards, Rob.
2003 Dec 18
11
Sphinx
Hi. I just started trying to play with Sphinx. I followed their site as far as running sphinx-server. It is listening on the default port. I copied sphinx2-simple to another file and changed sphinx2-continuous to sphinx2-server. So, I ran eagi-sphinx-test under asterisk. What exactly is it supposted to do? Here's what I get: debian:~# sphinx2-simple2 sphinx2-simple: Demo CMU Sphinx2 decoder called with command line arguments. <executing /usr/local/bin/sphinx2-server, please wait> ioctl(SETDUPLEX) failed: Invalid argume...
2007 Aug 27
1
Detecting tones
...ke Asterisk to dial out and when the channel starts/call connects, listen for a 1200Hz tone that plays for 100ms. Is this doable with Asterisk using something already extant? After looking through documentation, mailing lists, and some of the source I had the idea that I might be better off using EAGI for this, and coding the actual listener in C. If EAGI were the right way to go, would I be able to respond/send tones back (e.g., DTMF tones) on the audio stream? Or would it go to STDOUT from the EAGI app's perspective? Thanks and cheers, Robert Prince
2010 Mar 01
1
Swift from eagi, problems with prosody rate
Hi, I'm trying to use Swift tts from eagi, my problem is when I send EXEC SWIFT <*prosody rate*=\'.8\' >Hello World\, this is a test\,</*prosody* >|0|1 Would I use a scape character? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users...
2010 Feb 24
2
audio glitches in conference
...he testing with meetme. Essentially, I get little gaps in the audio - usually fewer than a dozen or so samples, though it does vary. They seem to occur at random, but I usually get one ever few seconds, on average. They also seem to delay some buffer somewhere, so that if I start recording (via eagi) after the conference has been established for half an hour or so, the stream received by the eagi script delayed by about 10 seconds. First, the preliminaries: I'm on a debian lenny system, using the 1:1.4.21.2~dfsg-3 asterisk package. This is a dedicated server - was running xen, but I...
2008 Apr 07
0
Eagi
Hi! If the caller hungs up while an eagi script is running, I can?t regiter the cdr manually at the end of the script. I tryied to trap SIGHUP but it didn?t work. I want to register my own cdr into the script because I have a lot of data that I need to put in the cdr. The 'h' option or DeadAgi aren?t a solution for me. Thanks ---...
2003 Apr 11
1
Weird AGI/X100P behavior
I've got a single phone line coming into an X100P. In extensions.conf I've got this: [inboundzap] exten => s,1,Answer exten => s,2,EAgi,hanguptest.agi I see the ring come in and Asterisk detects it and tries to do something with it: NOTICE[20492]: File chan_zap.c, Line 4017 (ss_thread): Got event 2 (Ring/Answered)... -- Executing Answer("Zap/1-1", "") in new stack -- Executing EAGI("Zap/1-1",...
2010 Jun 11
1
WARNING message when play
When I use an eagi script when play a message appear a lot of warning messages, but it play very well I?m using Asterisk 1.4.32 dahdi-linux-2.3.0.1 chan_ss7-1.4.1 Any ideas?? -- Playing 'ser002' (escape_digits=0123456789*#) (sample_offset 0) [Jun 11 18:12:45] WARNING[15807]: file.c:1300 waitstream_core:...
2023 Jul 01
1
SetCallerPres command gone
...from the command line and it works fine; I > see the script commands written to stdout like > > VERBOSE “SmartScreen v1” > > But when run from asterisk the CLI shows: > > [2023-06-30 15:50:47] VERBOSE[1264031][C-00000025] pbx.c: Executing > [s at function-smartscreen:2] EAGI("PJSIP/Twilio-NA-W-3-In-00000068", > "smartscreen/smartscreen.php,"GEORGE SMITH" <+1234567890>") in new > stack > > [2023-06-30 15:50:47] VERBOSE[1264031][C-00000025] res_agi.c: Launched > AGI Script /var/lib/asterisk/agi-bin/smartscreen/smartsc...
2010 Feb 08
2
How to run a remote PHP script and still have access to audio stream?
...remote machine and still have access to the audio stream associated with the call. Ideally, I'd love to play/record audio files directly from/to the remote server without having to copy them back and forth to the Asterisk server. What is the best way to do this? Is it possible to combine EAGI with FastAGI in PHP? Thanks in advance, Leo
2003 Oct 12
1
AGI Test Fails
...for some time now, and can't get it to work. Today I reinstalled a clean system with Red Hat 8.0 (I had been using RH9, but was told * had problems with RH9) and downloaded the latest Asterisk CVS to install. I then downloaded and installed perl-asterisk-0.08. I have extension 502 pointed at EAGI(agi-test.agi). When I call that extension I receive the following to <STDER>: 5. Testing 'waitdtmf'...FAIL (unexpected result '') 6. Testing 'record'...FAIL (unexpected result '') 6a. Testing 'record' playback...FAIL (unexpected result '')...
2004 Sep 02
2
${CALLERID}
Hi, need a quick help ... it should be easy but ... exten =>_9898,1,Answer exten =>_9898,2,VoiceMailMain(${CALLERID}@domain) Accepting overlap call from '342' to '9' on channel 0/2, span 3 -- Executing Answer("Zap/8-1", "") in new stack -- Executing VoiceMailMain("Zap/8-1", "@domain") in new stack As you can see there
2006 Apr 13
1
placing call with agi
I'm trying to set up a system so that I can record a conversation over SIP. Monitor and the like don't work so well for me, because I need to pipe the conversation to other programs in realtime, rather than record to a file, so I've been trying to use EAGI instead. (if anyone has any other suggestions about this, it would be greatly appreciated!) At this point, I'm a little stumped about getting the AGI script to dial out though - http://www.voip-info.org/wiki-Asterisk+AGI explains that you can't just dial out, since the script then disconne...
2007 May 14
4
[*Win32 0.60] Sending call notification by e-mail/web?
...o, In case there are other users of the AsteriskWin32 port... I haven't really used the AGI feature of Asterisk to run an application from extensions.conf. *Win32 supports Perl, which I don't know. Apparently, it's also possible to write AGI applications as EXE's (there's a eagi-test.exe file installed by default). => When a call comes in, I'd like an AGI application to send an e-mail and send CID name/number to a script on a web server. Is this the correct way to do it in Perl, with the modules available in AsteriskWin32? Could I rewrite this in Delphi instead?...
2010 Feb 10
1
problems with 1.6
In an attempt to fix problems with EAGI delays in 1.4 (see my other message for more on that), I've tried upgrading to 1.6, in case it's a bug that's fixed in the newer version. Unfortunately, I'm having all kinds of trouble with this new install. My system relies on conferences, and whenever I add any channel to it...
2006 Feb 08
2
sip channel status - how?
...de>', and I suppose that I need the 4-digit-hex code to enable asterisk to find the matching channel with the AGI CHANNEL STATUS command. Unfortunately that number seems to be assigned to a different value whenever the 'test-1' device is used. Is there any agi (or other fast-agi/eagi/manager/dialplan) command or technique through which I can find the state of my channel 'test-1' without me having to specify the 4-digit-hex-code? Thank you very much! Peter