search for: id_entered

Displaying 2 results from an estimated 2 matches for "id_entered".

2008 Dec 19
5
Authorize & Microsoft SQL
Hello Everyone, I have an installation where the client has a Microsoft SQL database that holds all of their case information. They would like the asterisk system to require users to enter a valid case number when making an outgoing call. I?m seeing some documentation regarding people using Microsoft SQL for CDR storage, however nothing regarding validating authentication using a Microsoft SQL
2007 Jul 12
0
No subject
...; valid_login,1,NoOp() > exten => valid_login,n,Set(CALLDATE=${STRFTIME(${EPOCH},GMT+5,%x %X)}) > exten => valid_login,n,Set(CLID=${CALLERID(num)}) > exten => valid_login,n,Set(UNID=${CDR(uniqueid)}) > exten => valid_login,n,Set(DBINS = > ${ODBC_DISA(${CALLDATE},${CLID},${ID_ENTERED},${UNID})}) > exten => > valid_login,n,Playback(/var/lib/asterisk/sounds/custom/disa_greet3) > exten => valid_login,n,DISA("no-password",from-disa,"XXXXXXX" > <614xxxxxxxx>) > exten => valid_login,n(end),Hangup > > HTH! > Jason > > --...