search for: valid_login

Displaying 3 results from an estimated 3 matches for "valid_login".

2007 Jul 12
0
No subject
...ble I setup. Then I can join the tracking table and the cdr > table on the uniqueid column and associate employees with calls. > > In my dialplan, I use the following snippet for setting the values in > the tracking table: (The DBNIS= line is where I do the insert) > > exten => 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},$...
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
2006 Jan 15
1
Flashing Login Notice To Non Authenticated Users
Greetings, I''m working with the salted hash login generator. Is there a way to post a flash message if the user isnt authenticated for a section of my site and has to login? If so, where should I implement it? To understand what I am talking about, try and visit a Basecamp page without being authenticated. It posts a notice flash telling you to login. If you just directly visit