Displaying 4 results from an estimated 4 matches for "digitacc".
2010 Nov 03
1
Gotoif changed in 1.8?
Hi Gang,
I'm testing 1.8.0 on one of my machines and this snippet
"chokes" on line 7 (works fine with 1.4.30)
[tb-account-balance]
exten => s,1,Set(BALCOUNT=0)
exten => s,n,NoOp(Verbose(acct ${digitacc} pwd ${digitpwd} ))
exten => s,n(runagi),Set(TEST_RETURN="NONE")
exten =>
s,n,AGI(acctbal.agi,${ABA},${digitacc},${digittype},${digitport},${CHANNEL(l
anguage)},${outtype})
exten => s,n,NoOp(Verbose(bal AGI RETURNED ${TEST_RETURN} ))
exten => s,n,Set(BALCOUNT=$[${BALCOUNT}...
2009 Apr 01
1
login-logout asterisk
Hello,
In our previous PBX we have an option to turn off or on outside calls with
a pincode..
Like, user is able to get calls or dial local lines by default, but when
he/she uses a password entrance via dtmf, he can dial long distance calls
etc.And at anytime he can logoff from outside call permit..
So is it possible to do smthing like this on asterisk..
A limited profile which needs sip password
2009 Aug 31
4
How to stop IVR once system receives DTMF?
Hi,
We are trying to implement a complex business logic in Asterisk. Executing
"Wait_For_Digit" command after playing IVR. We want to stop the IVR once we
receive the digit. It is not recognizing the Digit until it completes the
IVR. How can we stop the IVR once we receive the digit?
Thanks
BB
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 May 04
3
AGI PHP
I'm just trying to make a real simple Survey via php. Just want it to
play the Question Files, wait for a response, save the response into the
correct variable and then email it all.
I have no issue playing the audio or emailing. But I can't get it to
wait for digits or to properly capture those digits into the variables.
I know the code is technically right since the emails have this