search for: uwish2

Displaying 9 results from an estimated 9 matches for "uwish2".

Did you mean: uwash
2004 Jul 12
8
Gogoif with variables acting funny?
...e: [inbound-analog] exten => s,1,Wait(1) exten => s,2,SetVar(counter=0) exten => s,3,Answer() exten => s,4,Wait(1) exten => s,5,DigitTimeout(15) exten => s,6,ResponseTimeout(10) exten => s,7,BackGround(pls-entr-num-uwish2-call) exten => t,1,SetVar(counter=[${counter}+1]) exten => t,2,Gotoif([${counter}<3]?s,7:h,1) exten => i,1,Playback(invalid) exten => h,1,hangup() The hope would be that the "pls-entr-num-uwish2-call" message would be offered up to incoming calls 3 times if th...
2004 Dec 20
1
Example config for SPA-1001
...ten => s-BUSY,1,Voicemail(b${ARG1}) exten => s-BUSY,2,Goto(default,s,1) exten => _s-.,1,Goto(s-NOANSWER,1) exten => a,1,VoicemailMain(${ARG1}) : [default] exten => s,1,Answer exten => s,2,DigitTimeout(5) exten => s,3,ResponseTimeout(10) exten => s,4,Background(pls-entr-num-uwish2-call) exten => 201,1,Macro(stdexten,${PHONE1VM},${PHONE1}) exten => t,1,Hangup exten => i,1,Playback(invalid)
2009 May 11
2
DTMF received twice
...One of our workers (${CALLERID(number)}) is calling office) ;callerID is the one of the calling mobile phone exten => s,n,Background(silence/1) ; Nokia E65 send digits in DTMF mode, no need to take care about input corrections ; exten => s,n(enterDigits),Read(myExten,pls-entr-num-uwish2-call,0,,,3) exten => s,n,GotoIf($["${myExten}"=""]?enterDigits) [...] Problem is that received DTMF digits in ${myExten} are received twice eg for 1234 ${myExten} has 11223344. I correct the extension by dialplan but I think it's not really a solution. In sip.conf, th...
2006 Mar 17
2
DISA alternative
You can do something like this: answer background(enter-number-wish-dial) Waitforexten(10) Dial({TECH}/${EXTEN} or Goto (outsidetruck,${EXTEN},1) where outsidetrunk is a context that checks te number and routes the call. ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jeremy Sent:
2005 Aug 04
1
Getting asterisk to work with callthroughs?
...r exten => _NXXNXXXXXX,2,Background(vm-password) exten => _NXXNXXXXXX,3,Authenticate(123) exten => _NXXNXXXXXX,4,Playback(beep) exten => _NXXNXXXXXX,5,SetVar(NR=) exten => _NXXNXXXXXX,6,Goto(testdtmf|s|1) [testdtmf] exten => s,1,SetVar(NR=) exten => s,2,Background(pls-entr-num-uwish2-call) exten => s,3,Background(and-prs-pound-whn-finished) exten => s,4,Background(beep) exten => s,5,WaitExten(10) exten => _x,1,SetVar(NR=${NR}${EXTEN}) exten => _x,2,NoOp(${NR}) exten => _x,3,Goto(testdtmf|s|5) exten => _#,1,Goto(verifynumber|s|1) exten => i,1,Goto(testdtm...
2005 Jan 17
1
here's my IAX callthrough app and some questions about problems I have.
...XNXXXXXX,4,Playback(beep) exten => _NXXNXXXXXX,5,SetVar(NR=) exten => _NXXNXXXXXX,6,Goto(testdtmf|s|1) ; ; This context is used by the sample [arbitrary-name] ; context above to read back each digit you press. ; [testdtmf] exten => s,1,SetVar(NR=) exten => s,2,Background(pls-entr-num-uwish2-call) exten => s,3,Background(and-prs-pound-whn-finished) exten => s,4,Background(beep) exten => s,5,WaitExten(10) exten => _x,1,SetVar(NR=${NR}${EXTEN}) exten => _x,2,NoOp(${NR}) exten => _x,3,Goto(testdtmf|s|5) exten => _#,1,Goto(verifynumber|s|1) exten => i,1,Goto(testdtm...
2006 Nov 22
1
Request for working config for DISA
Hi Friends, I have configured DISA. But, its not working. When I dial to my zap channel, its asking to enter pin number. After entering PIN number, its giving continuous engage sound and hangup. Can anybody send me correct working configuration for DISA? Looking forward to your response. Thank you. Regards, Chandra. --------------------------------- Sponsored Link Get an Online or Campus
2004 Apr 29
2
Flash on X100P does not really flash.
Problem: Flash on X100P does not flash. Phone line has Call Transfer. With this line plugged into a regular phone, it can receive a phone call. Then, depress the hook momentarily, release. Dialtone is now available. Dial a different number. Call is answered. Hook Flash again, now in a three way call. Hang up. The other two parties are still in communication. Now, plug same line into the X100P.
2004 Feb 25
4
dial plan question
...:). Here is the dial plan; [did-in] ;for did callers exten => 866219xxxx,1,Ringing exten => 866219xxxx,2,Wait,4 exten => 866219xxxx,3,Answer exten => 866219xxxx,4,Authenticate(/etc/asterisk/authenticate.txt|a) exten => 866219xxxx,5,GoTO(s|1) exten => s,1,BackGround(pls-entr-num-uwish2-call) exten => s,2,DigitTimeout,5 exten => s,3,ResponseTimeout,10 exten => _9XXXXXXXXXX,1,Playback(pls-wait-connect-call) exten => _9XXXXXXXXXX,2,AbsoluteTimeout(3600) exten => _9XXXXXXXXXX,3,ResetCDR(w) exten => _9XXXXXXXXXX,4,Dial(H323/${EXTEN}@10.10.10.10,90) exten => _9XXXX...