Displaying 3 results from an estimated 3 matches for "readacct".
Did you mean:
radacct
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:
2010 Nov 03
1
Gotoif changed in 1.8?
...unt-balance,s,reset_bc)
exten => s,n,Gotoif($["${TEST_RETURN}" = "OK"]?tb-account-balance,s,ok)
exten => s,n,Gotoif($["${TEST_RETURN}" = "NONE"]?tbstart,s,play-main)
exten => s,n,Gotoif($["${TEST_RETURN}" = "INVACCT"]?tbstart,s,readacct)
exten => s,n(invacct),Playback(${invacct})
exten => s,n,Goto(tb-account-balance,s,runagi)
exten => s,n(ok),Set(BALCOUNT=0)
-- Executing [s at tb-account-balance:7] GotoIf("SIP/134-00000000",
"0?tb-account-balance,s,reset_bc") in new stack
[Nov 3 14:23:02] WARN...