Displaying 1 result from an estimated 1 matches for "dbnis".
Did you mean:
danis
2007 Jul 12
0
No subject
...ding the uniqueid field) out to a
> 'tracking' table 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,...