similar to: ResponseTimeout, Straight to operator?

Displaying 20 results from an estimated 6000 matches similar to: "ResponseTimeout, Straight to operator?"

2007 Jan 09
1
Asterisk 1.2.11 - ResponseTimeout being ignored
All - this is probably a simple problem, but I've been pulling my hair out trying to figure out what I'm doing wrong. I'm building a *simple* IVR menu. Here it is: [main-menu] exten => s,1,Answer exten => s,2,SetMusicOnHold(default) exten => s,3,DigitTimeout(5) exten => s,4,ResponseTimeout(30) exten => s,5,Background(logic-main) exten =>
2004 Jun 17
4
7960 straight through?
if i go off hook and dial 666 from an internal sipura spa-x000 (at extn 141), it rings straight through to extn 666. using the same dialplan, from a cisco 7960 with 7.1 sip code (at extn 142), i have to go off hook hit NewCall punch 142 (or any valid extn in the dialplan) hit Dial then dial 666 wtf? sip.conf for crisco [fiji] callerid="crisco" <142>
2005 Jan 26
4
No ringback on IAX channel after selecting menu option
Here is the call flow: [ivr-incoming] exten => s,1,LookupCIDName exten => s,2,DigitTimeout(2) exten => s,3,ResponseTimeout(10) exten => s,4,Wait(1) exten => s,5,Background(custom/ivr-incoming) exten => 1,1,Background(pls-wait-connect-call) exten => 1,2,Dial(${RINGPHONENUMBERS},20,r) exten => 1,3,Voicemail,u${VMBOX} exten => 1,4,Hangup Running * 1.0.5. The calling party
2003 Aug 25
11
Why doesnt anyone reply me ?
I have posted soo many times in the past but never recieved even a single reply . seem like you people are ignoring me or either way too busy .. never mind this is my last try . How can record a conversation with asterisk ? I tried to use Record() but dint work for me .. here is what i tried . exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer
2005 Aug 19
2
FXO not picking up; baffled
I'm a newbie to Asterisk, but I'm moderately knowledgeable about phone systems. Right now, I'm most certainly confused. I have a TDM-04B (four FXO) and four analog FXO lines running into it from an AdTran 616. I have Asterisk working internally, although I could use some help getting incoming calls to answer properly and configuring my outbound dialplan. Here's where I'm
2004 Jan 27
1
Distinctive ring Issues
Hello all! We have a PSTN line with four numbers calling into it. There is distinctive ring on these lines. They are are follows: 1. standard ring 2. short ring 3. long ring 4. short ring, long ring, short ring Based on the information I have been able to find, I have created the following entries in my zapata.conf file, to try and weed out some of the timings: dring1=95,0,0
2004 Dec 21
1
Lets try this again then! Q: SIP error from dialplan I suspect!
I am playing with the dialplan to get it working and I have a challange with this error. I can't find what it means on the wiki :( Any sugestions would be helpful at being able to forward it to the SIP phone if it is online and avaliable but then let that fail and drop into voicemail if it is not online or is busy. cheers David -- Executing Dial("IAX2/firefly@89280250/3",
2004 Jun 16
5
Failed to authenticate on INVITE
Hi, I upgraded my two asterisk boxes today to the latest cvs (up from 5/3/04). These two boxes talk to eachother via sip, not iax. Since the upgrade, I get the error "Failed to authenticate on INVITE" trying to make calls to/from either box. Removing the secret from each box's sip config seems to work but is utterly braindead. Has anyone seen this? - Eric
2003 Jul 24
2
Voicemail() problems - Long pause after incoming message recording ended.
I'm having the following problem: I call into my Asterisk box (RedHat Linux 9.0, 1 Digium X100P card) to access voicemail. After dialing the appropriate extension I get voicemail, am presented with the user's unavailable message, and can leave a message normally. The problem comes when I press "#" to end the recording, at which point I am told "Your message has been
2005 Feb 11
1
Problem with # Transfer from queue
Hi I'm having trouble # transfering queue calls. in extensions.conf I have: [macro-queue] ; ; Places caller in queue ; ${ARG1} - Queue name to place caller in. ; ${ARG2} - Voicemail Extention ; ${ARG3} - Caller ID to Set. exten => s,1,DBget(temp=nm/on) ; Get Night key, if not existing,goto 102 exten => s,2,Playback(custom/500/10) exten => s,3,SetCallerID(${ARG3}) exten =>
2005 Feb 09
1
Wait for Digits
Hi all I'm being really stupid today. i simply want asterisk to answer a incomming call, then wait for digits dialed. and then dial that extenstions but i keep on getting: WARNING[3314]: pbx.c:2017 ast_pbx_run: Invalid extension '5', but no rule 'i' in context 'zap-in' my config: exten => 0,1,answer() exten => 0,2,digittimeout,5 exten =>
2007 Oct 14
4
ResponseTimeOut() and t extension
Hi List; Can someone advise me why in the below context, it does not run the Background step? Once I dial 1000, then it hangup and give congestion signal? If I comment the ResponseTimeOut, then it run the Background but it does not wait till caller enter the digits, once the sound file finish, then it hangup (congestion signal), also in all the situation, it does not go for the t extension, why?
2003 Jun 18
2
== Everyone is busy at this time problem
hi, i installed asterisk and works very well, the only problem is that when i try to call a direct number of a company that has a normal PBX i got this error: to 10.8.210.153:5060 == Accepting call on 'SIP/a.sampietro-f7be' (a.sampietro) -- Executing Goto("SIP/a.sampietro-f7be", "doisdn|BYEXTENSION|1") in new stack -- Goto (doisdn,00115601992,1) --
2004 Mar 30
5
Caller entered digits ignored during wait....
Greetings, Below is part of the contents of my extensions.conf file. exten => s,1,Wait,1 ; Wait a second before answering. exten => s,2,Answer exten => s,3,ResponseTimeout,10 ; Set the amount of time the user ; has to make a selection. exten => s,4,DigitTimeout,5
2004 Jun 23
3
help needed with read()
Hi, Greatly appreciate if some one help me with the application read(). asterisk*CLI> show application read asterisk*CLI> -= Info about application 'Read' =- [Synopsis]: Read a variable [Description]: Read(variable[|filename]): Reads a '#' terminated string of digits from the user, optionally playing a given filename first. Returns -1 on hangup or error and 0
2007 Oct 19
3
ResponseTimeOut()
Hi List; My Asterisk version is 1.4 and I am trying to use the ResponseTimeOut() application to control the response time of the Background function, but when the running arrive for the ResponseTimeOut() then the call drop and my debuging says: No Application 'ResponseTimeout' for extension (Test_Bilal,s,3) Spawn extension (Test_Bilal,s,3) exited non-zero on 'Zap/1-1' Hangup
2004 May 05
7
* & ISDN-BRI-PTP & DID & ISDN4Linux does not show incoming number
Hi, I am using Asterisk on a DSS1 ISDN-BRI with ISDN4Linux (and a Fritz Card PnP). The ISDN-BRI is in PTP-Mode (Point to Point "german: Anlagenanschluss") which is enabled within I4L with "hisaxctrl fcpcipnp0 7 1". Everything works fine except that I can not see the called number/MSN of incoming calls within Asterisk and because of this I can not route incoming calls
2003 Oct 19
2
The Start extension
I have my sip phones going into the context [from-sip] and would like to play an introduction message and then have the caller enter the extension. The message (dir-info was picked just to have something) doesn't play. Maybe I misunderstood the "s" extension. According to what I read it is executed everytime something enters the context. Obviously something was misunderstood. The
2003 May 10
1
Call forwarding questions
Is there any way to have users be able to turn on or off call forwarding at the asterisk server, so they can configure their own forwarding number and enable/disable it? Hopefully, with the added benefit that it will remain on between server reloads and restarts? I have written a hack -- a AGI script to do various checking, and if the destination is "ok" set a database variable
2004 Aug 20
1
x100p won't answer
Hi, I just got two digium x100p clones and installed asterisk on fedora core 2 which took some tweaking. After getting asterisk up I installed the zaptel stuff - then modprobed zaptel, wcfxs (for the fxo cards), which worked fine. ztcfg is showing two channels configured, but when I start asterisk and do show channels, i see no active channels. zapata.conf has: signalling = fxs_ks