Displaying 20 results from an estimated 700 matches similar to: ""Dropping incompatible voice frame" error"
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 =>
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
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
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
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
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 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
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
2009 Feb 03
2
some kind of timeout problem in pbx_spool.c
I am using outgoing call files. I typically see the "ooh something
changed / timeout" on a regular bases every second to be exact.
Then it stops until some other call event happens.
So I "mv" my call file to the outgoing spool directory, I am listening
to that message, another call file is "mv"'ed into the directory
and something happens to the timeout that its
2015 Mar 30
0
WaitForSilence NEVER detects silence,,Post
I have a call server that runs on a few custom AGI scripts initiating
calls and then managing the calls. I'm getting stuck on the detecting
silence functions. I wanted to use the silence detecting as a quick
method of substituting Answering Machine Detection.
However, whenever WaitForSilence is supposed to be detecting silence, it
always just ends the interval whether or not there is
2015 Mar 30
0
WaitForSilence NEVER detects silence
I have a call server that runs on a few custom AGI scripts initiating
calls and then managing the calls. I'm getting stuck on the detecting
silence functions. I wanted to use the silence detecting as a quick
method of substituting Answering Machine Detection.
However, whenever WaitForSilence is supposed to be detecting silence, it
always just ends the interval whether or not there is
2007 Sep 14
2
AGI script fails on IAX channels (from call file).
Hi Guys,
I have already tried this one on the developers list. I have not been
successful getting much back there and I have notified them that I will
post this on the users list instead. Hopefully somebody have tried
something similar and can help out.
I am developing AGI scripts on Asterisk and have run into some very
strange behaviour and I think this is a bug, but I am not completely
sure.
2008 Oct 17
0
GET DATA Returning only a single digit
--
jand. more than just a group
Asterisk AGI Command GET DATA is usually of this form
GET DATA timeout max_digits
When I execute this command, I get only a single digit, regardless of
what the value of max_digits is,
Also the script quits Immediately after the press of the digit
regardless of what the value of timeout is,
This is really un-desirable as I will like to GET multiple DTMF digits
2009 Jan 14
0
sched.c:220 ast_sched_add_variable: Scheduled event in 0 ms?
Hi,
I've been noticing a lot of these messages lately:
"NOTICE[10235]: sched.c:220 ast_sched_add_variable: Scheduled event in 0 ms?"
Is something broken? I'm running asterisk-1.4.22.1.
They seem to happen in a number of different places where a beep or
recording is played, such as when someone leaves voicemail or when
an AGI script I have plays a time announcement -- lots
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]
2010 Apr 13
0
ATA status intermittent
Hello,
im having trouble with the following:
[Asterisk]<------>[ISP]<------>[ADSL Modem]<------>[Linksys Router]<------>[Grandstream ATA]<------>[Analog Phone]
On server:
- Asterisk 1.6
- A2Billing 1.4
A2Billing have 2 Trunks:
- TrExt: Voip Provider
- TrInt: Internal Calls
This structure works on first day (Asterisk+A2Billing installation/configuration).
But on
2008 Dec 05
2
async agi question
Hi,
I am developing asterisk support for our application using the Async AGI
and Asterisk-Java.
One thing I haven't been able to implement is how to stop playing a
sound. Something similar to StopIO for Dialogic GlobalCall or
DivaStopSending for Eicon.
Is there any way to achieve this today which I have missed? Or could
someone give me hints on how I could implement this in the res_agi.c The
2010 Apr 30
0
Caller ID on Asterisk and Astribank
Hi all...
I have a problem with caller id on my asterisk server.
here is my configuration :
centos-5, asterisk 1.6.2.1, dahdi-linux-complete-2.2.1, libpri-1.4.10.2
ibm X-3200 series, xorcom astribank (16fxo, 8fxs), 16 line telco (hunting)
everything fine until I try to feed my app with caller id.
My extensions.conf :
[incoming1]
exten =>
2005 Jun 09
1
PHPAGI Swift Escape Digits
I am trying to use swift in PHP/AGI.
function swift($text, $escape_digits='', $frequency=8000, $voice=NULL,
$fnameIn='')
During swift speaking some text I want the caller to be able to press
1, 2 or 3 to do thing 1, thing 2 or thing 3.
How are these digit defines and then caught?
Thanks,
Michael