similar to: A simple IVR extension problem

Displaying 20 results from an estimated 2000 matches similar to: "A simple IVR extension problem"

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
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 <<
2005 Aug 01
1
X100P/Caller ID: clidtest works, * complains [repost]
Hi, I'm running Asterisk 1.0.8 on Gentoo, with an X100P (clone) card, and I'm having problems with Caller ID. I have run clidtest, and it seems happy enough, returning:- server clidtest # ./clidtest /dev/zap/1 Number: 0412222222, Name: MOBILE (that number's fake.) However, I'm not getting the caller ID passed through with *. Sometimes I get a "failed checksum" like
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
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
2004 Jul 13
1
caller id problem on incominc call to x100p
hi, when i call asterisk (on x100p) i got this : CLI> -- Starting simple switch on 'Zap/7-1' Jul 13 15:03:34 ERROR[311316]: callerid.c:192 callerid_feed: fsk_serie made mylen < 0 (-9) Jul 13 15:03:34 WARNING[311316]: chan_zap.c:4735 ss_thread: CallerID feed failed: Success Jul 13 15:03:34 WARNING[311316]: chan_zap.c:4777 ss_thread: CallerID returned with error on channel
2008 Mar 23
1
zap callerid problem
HI, im having problem with callerid. Im using tdm2400P and i get this from asterisk logs -- Starting simple switch on 'Zap/4-1' [Mar 24 02:07:48] ERROR[2358]: callerid.c:564 callerid_feed: fsk_serie made mylen < 0 (-1) [Mar 24 02:07:48] WARNING[2358]: chan_zap.c:6416 ss_thread: CallerID feed failed: Success [Mar 24 02:07:48] WARNING[2358]: chan_zap.c:6516 ss_thread: CallerID
2004 Aug 11
1
CallerID Debug On Zap/POTS Channel
Hi all, I've been trying to wrap my mind around this one for several days now. How can I 'debug' the CallerID reception on a Zap/POTS channel? I have a POTS line with CallerID and a Digium TDM11B card right now. I have my signalling set to ks for both sides, can make and receive calls just fine. But I never get CallerID on incoming calls. I get the following messages: Aug 11
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 =>
2007 Jul 01
1
Asterisk strange behaviour
Hi all I?m a newbie to asterisk and I have install and configure asterisk 1.4.5 I have made some test and have face a strange behaviour I hava a simple dialplan when a call is receive from PTSN, [PSTN] exten => s,1,Answer() exten => s,2,Playback(intro-sicx) ; Listen to your voice exten => s,3,Dial(SIP/steph) exten => s,4,Hangup() I got the following when a call is
2005 Jul 22
1
X100P not answering
I have an Asterisk server running todays CVS (updated it just in case that was the problem). It has 3 X100P cards. The first two lines I use as my normal work lines and the third is my fax line which I use with SpanDSP. I run Fedora Core 4. I have a problem that the third X100P does not answer the call. From the console I can see that there is an incoming call with the following: --
2003 Sep 20
2
False RING (incoming call) on Digium X101P FXO
I have a normal backup phone (and an alarm panel) sharing the POTS line with the Digium X101P FXO: | | Wall |>---+------X101P FXO as Zap/5 | | | Phone & Alarm Whenever the Phone is used, Asterisk sees a 'false ring' signal immediately when the phone is hung up. The Alarm panel dials out nightly at around 1AM, and each time it completes the call, Asterisk
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
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
2007 Apr 09
4
incoming zaptel calls fail
Using the latest SVN of zaptel and asterisk, I can no longer receive incoming analog calls. The caller just hears it ringing but Asterisk doesn't pick up. I am seeing these error messages: [Apr 9 09:38:02] WARNING[16564]: chan_zap.c:6470 ss_thread: CallerID returned with error on channel 'Zap/2-1' [Apr 9 09:38:50] WARNING[16570]: chan_zap.c:6470 ss_thread: CallerID
2006 Jan 31
3
ZAP <--> sip(polycom301) can not hear each other
please help!!! I am dialing into our asterisk server(TDM400p) from the psnt. I hear our voicemail message and I press the extention 1000. The Polycom ip phone in the office rings. I pickup but neither side can hear one another. What have I done wrong? thanks sip.conf: [general] context=local-access ; Default context for incoming calls bindport=5060
2004 Jun 09
0
curious (and incorrect) caller*id behavior
Hi- I have an FXO module in my TDM400P configured to receive caller*id (see zapata.conf below). I get a curious behavior: When I call this line with my cell phone, I see caller ID received just fine, with no warnings or errors.. When I call from another landline, I get different results: calling from external line, caller ID off: WARNING[1233021872]: chan_zap.c:4980 ss_thread: CallerID
2008 Aug 01
3
Asterisk Queues problem
Hi, I have Asterisk 1.4.18 and I have been running call center queues on it. Today it suddenly stopped adding inbound calls to queues. I am facing with following error: app_queue.c:3939 queue_exec: unable to join queue "myqueue" In extension file: Queue(myqueue|t|||120) And my agents are joining in following
2005 Jul 29
0
X100P/Caller ID: clidtest works, * complains
Hi, I'm running Asterisk 1.0.8 on Gentoo, with an X100P (clone) card, and I'm having problems with Caller ID. I have run clidtest, and it seems happy enough, returning:- server clidtest # ./clidtest /dev/zap/1 Number: 0412222222, Name: MOBILE (that number's fake.) However, I'm not getting the caller ID passed through with *. Sometimes I get a "failed checksum" like
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