search for: loopcnt

Displaying 4 results from an estimated 4 matches for "loopcnt".

Did you mean: loop_cnt
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 Mar 31
2
RE: RxFax/spandsp: not disconnecting
...erisk-users@lists.digium.com > Reply-To: asterisk-users@lists.digium.com > > > On 2004 Mar 30, at 20:56, Gene Kochanowsky wrote: > > > How would you use the t extension to accomplish this? > > exten => s,1,Wait(1) > exten => s,2,Answer > exten => s,3,SetVar(loopCnt=0) > exten => s,4,Background(welcome) > exten => s,5,Background(parties) > > exten => t,1,SetVar(loopCnt=$[${loopCnt} + 1]) > exten => t,2,GotoIf($[${loopCnt} < 3]?s|4) > exten => t,3,Background(vm-goodbye) > exten => t,4,Hangup > > -Tilghman > &gt...
2004 Jun 10
0
hide caller id
...erisk-users@lists.digium.com > Reply-To: asterisk-users@lists.digium.com > > > On 2004 Mar 30, at 20:56, Gene Kochanowsky wrote: > > > How would you use the t extension to accomplish this? > > exten => s,1,Wait(1) > exten => s,2,Answer > exten => s,3,SetVar(loopCnt=0) > exten => s,4,Background(welcome) > exten => s,5,Background(parties) > > exten => t,1,SetVar(loopCnt=$[${loopCnt} + 1]) > exten => t,2,GotoIf($[${loopCnt} < 3]?s|4) > exten => t,3,Background(vm-goodbye) > exten => t,4,Hangup > > -Tilghman > &gt...
2010 Mar 26
2
dnd not working correctly
...quot;) in new stack -- Executing [sstate at app-dnd-toggle:3] GotoIf("SIP/117-000001f6", "0?return") in new stack == Extension Changed 117[ext-local] new state Busy for Notify User 102 -- Executing [sstate at app-dnd-toggle:4] Set("SIP/117-000001f6", "LOOPCNT=1") in new stack -- Executing [sstate at app-dnd-toggle:5] Set("SIP/117-000001f6", "ITER=1") in new stack -- Executing [sstate at app-dnd-toggle:6] Set("SIP/117-000001f6", "DEVICE_STATE(Custom:DEVDND117)=BUSY") in new stack == Extension Chan...