search for: responsetimeout

Displaying 20 results from an estimated 320 matches for "responsetimeout".

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 'Za...
2007 Jan 09
1
Asterisk 1.2.11 - ResponseTimeout being ignored
...l - 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 => _4XX,1,Macro(stdexten,SIP/${EXTEN}) exten => 0,1,VoiceMail(466@default) exten => 2,1,Directory(default|logic-boston] exten => 2,2,Goto(main-menu,s,5) exten => 3,1,Playback(logic-directions) exten => 3,2,Goto(main-menu,s,5) exten...
2004 Jul 26
3
ResponseTimeout, Straight to operator?
...ick up the local phone) exten => s,1,Wait,2 ; Answer the phone exten => s,2,Answer ; Playback generic voice mail message exten => s,3,Background(ts_welcome_en) ; They must respond within 10 seconds ; else jump to priority t (terminate call) exten => s,4,DigitTimeout,3 exten => s,5,ResponseTimeout,10 ;Sales Voicemail ;exten => 1,1,Dial(SIP/2001,15) exten => 1,1,Dial(Zap/3,20) exten => 1,2,Playback,vm/7000/unavail exten => 1,3,Voicemail,7000 exten => 1,4,Goto,t|1 ;Support Voicemail exten => 2,1,Dial(Zap/3,20) exten => 2,2,Playback,vm/7000/unavail exten => 2,3,Voicema...
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? Is it because I am originating the call from local extension (an handset connected to FX...
2005 Aug 19
2
FXO not picking up; baffled
...ation even after I've hung up the cell phone: -- Starting simple switch on 'Zap/1-1' -- Executing Answer("Zap/1-1", "") in new stack -- Executing DigitTimeout("Zap/1-1", "5") in new stack -- Set Digit Timeout to 5 -- Executing ResponseTimeout("Zap/1-1", "10") in new stack -- Set Response Timeout to 10 -- Executing Playback("Zap/1-1", "groovy") in new stack -- Playing 'groovy' (language 'en') -- Executing Playback("Zap/1-1", "goodbye") in new stac...
2004 Jan 27
1
Distinctive ring Issues
...xtensions.conf file, I have the following contexts defined: [dist_ring1] exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,5,Macro(exten-vm,7002,SIP/ringwald) [dist_ring2] exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digi...
2003 Aug 25
11
Why doesnt anyone reply me ?
...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 ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,5,BackGround(seattle) ; Play a congratulatory message exten => i,1,Goto,sip|${EXTEN}|1 exten => i,2,Record(input:wav) include => sip _________________________________________________________________ MSN 8 helps eliminat...
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 ; Set the amount of time user has ; betwe...
2004 Jun 23
3
help needed with read()
...d 0 otherwise. I need to collect a variable length digit string terminated by # and then pass those digits to an agi script. I can do this as follows (when I know the length of the string). exten => s,1,BackGround(please-enter-the-fourdigit-pin) exten => s,2,DigitTimeout,5 exten => s,3,ResponseTimeout,10 exten => _XXXX,1, agi, agiscript.agi I would like to use Read() here, like exten => s,1,BackGround(please-enter-the-pin) exten => s,2,Background(followed-by-pound) exten => s,3,DigitTimeout,5 exten => s,4,ResponseTimeout,10 exten => s,5,Read(${EXTEN}) exten => ???????/ Th...
2004 Aug 20
1
x100p won't answer
...e no active channels. zapata.conf has: signalling = fxs_ks context = line1 channel => 1 signalling = fxs_ks context = line1 channel => 2 zaptel.conf has: loadzone=us defaultzone=us fxsks=1-2 extensions.conf has: [line1] exten => s,1,Answer exten => s,2,DigitTimeout,5 exten => s,3,ResponseTimeout,10 exten => s,4,BackGround(demo-congrats) exten => s,5,BackGround(demo-instruct) [line2] exten => s,1,Answer exten => s,2,DigitTimeout,5 exten => s,3,ResponseTimeout,10 exten => s,4,BackGround(demo-congrats) exten => s,5,BackGround(demo-instruct) I have no idea why it's n...
2004 Dec 28
3
Dialplan variables
Hi, May I ask what does exten => s,1,Answer exten => s,2,ResponseTimeout(5) exten => i,1,Playback(pbx-invalid) s, t, i stands for? It says it is someexten but I still don't get it. Regards, Norman Zhang
2003 Jun 18
2
== Everyone is busy at this time problem
...n|BYEXTENSION|1") in new stack -- Goto (doisdn,00115601992,1) -- Executing StripMSD("SIP/a.sampietro-f7be", "1") in new stack -- Executing DigitTimeout("SIP/a.sampietro-f7be", "10") in new stack -- Set Digit Timeout to 10 -- Executing ResponseTimeout("SIP/a.sampietro-f7be", "20") in new stack -- Set Response Timeout to 20 -- Executing Dial("SIP/a.sampietro-f7be", "Modem/g1:BYEXTENSION") in new stack -- Called g1:0115601992 -- Modem[i4l]/ttyI1 is busy -- Hungup 'Modem[i4l]/ttyI1'...
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
2005 Jun 29
1
App_conference in dial plan?
...out) [confhelper] ; make one of these extensions per seperate conference bridge exten => conf-conferencename,1,Conference(conferencename/S/1) exten => in,1,Answer() ; if I use Playback here instead of BackGround, asterisk crashes exten => in,2,BackGround(conf-announce) exten => in,3,ResponseTimeout(5) exten => in,4,Hangup() exten => out,1,Answer() exten => out,2,BackGround(conf-leave) exten => out,3,ResponseTimeout(5) exten => out,4,Hangup() how do I setup up app_conference to respond to an extention? Just a real simple example to get me started would be appreciated... I...
2004 May 05
7
* & ISDN-BRI-PTP & DID & ISDN4Linux does not show incoming number
...--------- exten => _234.,1,Dial(SIP/zok1,1) ; "234" is local number without extension exten => _211234.,1,Dial(SIP/zok2,1) ; area(city) code + local number without extension. just in case exten => s,1,Wait,1 exten => s,2,Answer exten => s,3,DigitTimeout,5 exten => s,4,ResponseTimeout,10 exten => s,5,Playback(willkommen) exten => s,6,BackGround(zugangscode) --- part of extension.conf------------snap------------- So, whenever a call is received it should directly dial on of the two SIP-Phones (only for testing purposes). But it never dials them, Asterisk alway executes e...
2004 Aug 21
3
zaptel config
.... zapata.conf has: signalling = fxs_ks context = line1 channel => 1 signalling = fxs_ks context = line1 channel => 2 zaptel.conf has: loadzone=us defaultzone=us fxsks=1-2 extensions.conf has: [line1] exten => s,1,Answer exten => s,2,DigitTimeout,5 exten => s,3,ResponseTimeout,10 exten => s,4,BackGround(demo-congrats) exten => s,5,BackGround(demo-instruct) [line2] exten => s,1,Answer exten => s,2,DigitTimeout,5 exten => s,3,ResponseTimeout,10 exten => s,4,BackGround(demo-congrats) exten => s,5,BackGround(demo-instruct) I have no idea why...
2003 Oct 19
2
The Start extension
...he "s" extension. According to what I read it is executed everytime something enters the context. Obviously something was misunderstood. The following is in extensions.com: [from-sip] exten=> s,1,Answer exten=> s,2,Background,dir-intro exten=> s,3,DigitTimeout,3 exten=> s,4,ResponseTimeout,10 exten => 2000,1,Dial(SIP/2000,20) exten => 2001,1,Dial(SIP/2000,21) Any ideas are appreciated. Robert
2009 Feb 24
2
Multiple SIPGate accounts.
...o disallow=all allow=alaw Not that it really matters as these work when the other account is disabled, Excerpts from extensions.conf - 8<---- SNIP! ---->8 [infoline_SG] exten => 1212121,1,Goto(infoline,s,1) [infoline] exten => s,1,Answer exten => s,2,DigitTimeout,5 exten => s,3,ResponseTimeout,10 exten => s,4,BackGround(/var/lib/asterisk/infolinesounds/welcomeHL) 8<---- SNIP! ---->8 [infoline_config_SG] exten => 1313131,1,Answer exten => 1313131,2,Background(/var/lib/asterisk/infolinesounds/welcomeHLC) exten => 1313131,3,Authenticate(1234) exten => 1313131,4,Goto(in...
2004 Sep 14
2
Press 9 to dial by name
...lled [From_SER]. My config looks like this: [From_SER] include => MailBox include => ACMEInc exten => 1,1,Goto(${EXTEN},s,1) [MailBox] exten => _XXXX,1,Wait(2) exten => _XXXX,2,Voicemail(u${EXTEN}) [ACMEInc] exten => s,1,Answer exten => s,2,DigitTimeout,5 exten => s,3,ResponseTimeout,10 exten => s,4,Voicemail(${EXTEN}) exten => 9,1,Directory(${EXTEN}) It seems to me like this should work, but I never reach the ACMEInc voice mailbox. If I address a mailbox number like <sip:1234@asterisk> it takes me right in based on the _XXXX dial pllan so I know I have a working...
2004 Nov 30
3
Passing Var to PHP AGI script
exten => auth_dial,1,DigitTimeout,5 exten => auth_dial,2,ResponseTimeout,15 exten => auth_dial,3,Read(dialed,IVR/en_enter_destination,0) exten => auth_dial,4,agi(call_start.php|${dialed}) exten => auth_dial,5,dial(SIP/${dialed}@146.82.15.241) I'm trying to get What they dialed put into the PHP script. How do I get the contents of this variable in the php s...