I would like to create a report of all in-use “forced authorization codes” from call manager, utilizing sql analyzer. Here is the statement I’ve created:
FROM CDR
select * from calldetailrecord where forcedauthorizationcode= ' '
I get an error message “forcedauthorizationcode not found”. I have over 400 user specific auth codes in use. I want a complete listing of who is associated with which one. CDR does not offer this. It only gives you three options to choose from to create a “clientmattercode” report. None of which I can use.
Does anybody know how to run this statement against the db and if I’m even close with my statement?
Any help is greatly appreciated. Thanks to all in advance
FROM CDR
select * from calldetailrecord where forcedauthorizationcode= ' '
I get an error message “forcedauthorizationcode not found”. I have over 400 user specific auth codes in use. I want a complete listing of who is associated with which one. CDR does not offer this. It only gives you three options to choose from to create a “clientmattercode” report. None of which I can use.
Does anybody know how to run this statement against the db and if I’m even close with my statement?
Any help is greatly appreciated. Thanks to all in advance