Displaying 2 results from an estimated 2 matches for "servar".
Did you mean:
serva
2003 Aug 05
0
WipeOut - gateway access with pin solution
...ke this:
Channel: OH323/4324324324 #dial the access way
MaxRetries: 3
RetryTime: 60
WaitTime: 30
Context: test-context #after connected to access gateway, proceed to context 'test-contet' in extension.conf
Extension: 1
Priority: 1
# set var to be used in extension.conf
SetVar: PINNO=1234
SerVar: NUMTOCALL=123123213123 # actual dest number
My extension(test-extension) is: (in extension.conf)
exten => 1,1,SendDTMF(${PINNO})
exten => 1,2, Wait, 3
exten => 1,3,SendDTMF(${NUMTOCALL})
However, this might not suitable for you, if your user dial in manually. My situation works fi...
2003 Dec 16
2
AT&T access code entry by Asterisk
I have a dialplan that requires that we use * to send the long distance access code to AT&T. I have found in the list that the `w` command can be used to inject a pause, I have tried the following:
exten => _91NXXXXXXXXX,1,Dial(ZAP/g1/${EXTEN}www5555555,70)
There `5555555` is the ld access code. I tried various quantities of `w`s but I never got * to dial the ld access code. Allof the