Displaying 20 results from an estimated 2000 matches similar to: "Eagi"
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") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/InfMsg
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/attachments/20100301/7132be4c/attachment.htm
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 variable to get that? Or have you
any solution??
Thanks!!!
-------------- next part
2010 Feb 10
0
EAGI delay
Hello,
I made a post to the forums
(http://forums.digium.com/viewtopic.php?f=1&t=72901&sid=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
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.
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: write()
failed: Broken pipe
[Jun 11 18:12:45] WARNING[15807]: file.c:1300
2004 Sep 14
1
asterisk does not start...
When I do a 'asterisk -vvvvvc' I get following, but asterisk does NOT stay up:
== Parsing '/etc/asterisk/asterisk.conf': Found
== Parsing '/etc/asterisk/extconfig.conf': Found
2005 Feb 18
3
Help asterisk startup errors
Hello all,
HI i am very new to asterisk and my boss needs me to investigate setting
up asterisk for a new client. I have downloaded and installed (make,
make install and make progdocs)asterisk on my personal computer and
when i try to run it (./asterisk -vvvc) i get the following output
below:
NOTE: i am running REDHAT 9.0 on a 796MHz cpu machine:
I am excited to be able to work with asterisk
2005 Jan 23
0
Upgrade to the newest cvs now asterisk will not start
Hello group
I just update to the newest CVS now I'm not able to get asterisk to
start. No error during the make or make install
I did a make clean before the make;make install
Any help would be great!!!!
Here is the output
asterisk -vvvvvgcd
Parsing /etc/asterisk/asterisk.conf
Parsing /etc/asterisk/extconfig.conf
== Binding realtime_ext to mysql/realtime/extensions_table
== Binding
2007 Dec 12
4
Enable/Disable Sip without registration
I try to configure that only registered sips can make calls.
How can I do that?
I was looking in sip.conf but I didn?t found wath opition configure this
functionality.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071212/cfed2687/attachment.htm
2005 Jan 23
0
Upgrade to the newest cvs now asterisk will notstart
Looking at the error I tried moving chan_modem* out of the modules
folder and asterisk started and its working again...
Not sure what changed in the chan_modem_i4l.so but removing it from the
folder fixed my problem.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Eric Hall
Sent: Sunday, January 23, 2005
2010 Feb 24
2
audio glitches in conference
I'm having a problem with conferences both meetme and app_conference,
though I've done most of the 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
2006 Mar 13
2
Unknown signalling method 'pri_cpe'
Anyone have any idea what this is talking about.
Here is my zapata.conf
[channels]
switchtype=5ess
signalling=pri_cpe
echocancel=yes
echocancelwhenbridged=yes
echotraining=400
callerid=asreceived
group=1
context=default
musiconhold=default
faxdetect=incoming
channel => 1-23
Here is my zaptel.conf
span=1,1,0,esf,b8zs
bchan=1-23 # set this to 1-15,17-31 for E1
dchan=24 # set this to 16 for
2007 Aug 27
1
Detecting tones
Hello folks,
I'm interested in detecting tones on specific frequencies with
specific timing; for example, I'd like 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
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
2012 Jul 24
5
DAHDI problems
Is a normal functionality?
when I do
#dahdi_cfg -vvvvvv
In my Asterisk console shows this....
[Jul 24 13:39:08] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1
If I do this a lot of times...then
[Jul 24 13:39:20] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1
[Jul 24
2012 Mar 07
1
Finish ChanSpy() when channel spied hangs up
Is there any way to do this?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120307/77764e4b/attachment.htm>
2005 Aug 11
2
wildcard/FXO config
Trying to config the latest Asterisk/zaptel with an Digium Wildcard and a
single X100m FXO interface connected to a POTS analog line.
Build and install of both work ok - I'm using Suse 8 on a dual Pentium box. I load
the driver with "modprobe wctdm" and the LED on the wildcard lights up. Then I start
Asterisk with "asterisk -vvvgc" and asterisk fails to start.
The
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