Displaying 20 results from an estimated 500 matches similar to: "WARNING message when play"
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
2007 Aug 02
1
A simple IVR extension problem
Hi list,
I am running TDM11b + Asterisk-1.4.9 + Zaptel-1.4.4 + Libpri-1.4.1 on CentOS
5.
I am having trouble to make my simple IVR extension work, here is relevant
config:
zapata.conf
----
context=incoming
signalling=fxs_ks
channel => 4
context=internal
signalling=fxo_ks
channel => 1
-----
extensions.conf:
----
[office]
exten => s,1,Dial(Zap/1,30)
[home]
exten =>
2009 Nov 02
1
Unexpected control subclass '-1'
I have been getting the following message every time I make a call for
the past few months:
[Nov 2 13:08:18] WARNING[9859]: file.c:1273 waitstream_core: Unexpected
control subclass '-1'
Everything seems to be working so I do not know if this is important.
I am using Asterisk 1.4.26.1 (upgrading today to .2) with Asterisk
Addons 1.4.9, Zaptel 1.4.12.1, Libpri 1.4.10 (upgrading to
2006 Nov 29
2
Dummies multiplied with other variable
Hi,
I would like to estimate something like y = a + b*d2*y + c*d3*y where
the dummies are created from some vector d with three (actually many
more) levels using factor(). But either there is included the variable
y or d1*y. How could I get rid of these?
Example:
x = c(1,2,3,4,5,6,7,8)
y = c(3,6,2,8,7,6,2,4)
d = c(1,1,1,2,3,2,3,3)
fd = factor(d)
lm(x ~ fd*y)
gives:
Coefficients:
(Intercept)
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
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 May 04
1
asterisk 1.4.35 to 1.4.41
Under 1.4.35 I get this message printed MANY times
[May 3 21:41:21] WARNING[21567] chan_sip.c: Asked to transmit frame
type 4, while native formats is 0x1000 (g722)(4096) read/write = 0x1000
(g722)(4096)/0x1000 (g722)(4096)
[May 3 21:41:21] WARNING[21567] chan_sip.c: Asked to transmit frame
type 4, while native formats is 0x1000 (g722)(4096) read/write = 0x1000
(g722)(4096)/0x1000
2009 Mar 20
1
chan_ss7 with ringing, but no voice stream.
hello, all of users:
sorry, resend it again for clarifying the message. I have implemented cha_ss7 in china. initially, the
chan_ss7 can not support the call group. i modify the code.
now the problem is that, both sides can hear the ring, but i
can not hear the voice from each other.
i think the ss7 does not send the voice steam to the destination.
in chan_ss7, i added:
2009 Dec 01
1
"Dropping incompatible voice frame" error
I have a SIP phone calling an AGI application. It starts out this way:
-- Executing [s at macro-Call-AGI:2] AGI("SIP/151-b414f0c8", "computer-temp.sh,darwin,") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/computer-temp.sh
Then I get a dozen or so copies of:
[Nov 30 22:40:03] NOTICE[28300]: channel.c:2962 __ast_read: Dropping incompatible voice frame
2006 Sep 14
3
One way audio problem on gateway to PSTN after some time, no NAT involved
Hello everyone,
since some weeks I experience strange problems on my gateways to the
PSTN. The gateways use chan_ss7 and SIP. My setup is roughly like that
SER --> Asterisk A --> Asterisk B (chan_ss7) --> PSTN
What happens is, that after a while (uptime was a least two days) the
gateway starts to not transmit audio to the PSTN on outgoing calls, but
the caller can still hear the called
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
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
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
2010 Jun 22
0
Endless loop with asterisk directory
Every so often, I have an asterisk 1.4.22-4 system that goes into an endless loop with the following:
[Jun 1 13:30:44] VERBOSE[13160] logger.c: -- Playing 'dir-nomatch' (escape_digits=) (sample_offset 0)
[Jun 1 13:30:44] WARNING[13160] file.c: Failed to write frame
[Jun 1 13:30:44] WARNING[13160] file.c: Failed to write frame
[Jun 1 13:30:44] VERBOSE[13160] logger.c: -- Playing
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
2012 Feb 25
0
No IVR audio. Jump in RTP sequence number
My users dial *120 get to an IVR menu that plays their balance and then
ask them for a voucher. Ater the balance is played and the request for
the voucher is played the user don't hear any other audio from the
asterisk box. I can see the asterisk server playing the files to ask
for the voucher again but the user cannot hear any thing.
Has any one seens this issue with IVRs. I notice a
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
2007 Dec 02
1
setting up two asterisk server as ss7 back to back.
I have used asterisk-1.4.14, zaptel-1.4.7, chan_ss7-1.0.0 on FC7 all
went okay. using sangoma a104dx on both machine.
I followed the write up on
http://www.voip-info.org/wiki/index.php?page=Asterisk+ss7+setup
I have the cross over cable between them.
however, wanpipe shows connected but the signaling link does not align.
i have my configs for host A
##wanpipe1.conf
[devices]
wanpipe1 =
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
2007 Apr 19
1
Asterisk 1.4.2 connection to Nortel CS1000M -followup with log
Here is the CS1000 log. Again, the CS1000 using SIP accepts incoming calls just fine.
However, using outgoing call files the CS1000 is hanging up after I answer the call.
I dont know why?
Thanks, for any assistance.
Jerry
my sip.conf entry is:
[Nortel]
type=friend
dtmfmode=rfc2833
username=XXXXXXXXX
disallow=all
allow=ulaw
allow=alaw