krzykat
Telecom Strategist
- Joined
- Aug 2, 2008
- Messages
- 3,208
- Reaction score
- 1,288
The CEL table holds some very valuable information, but I think much of it is redundant, overkill, and not usable by your average end user.
I'd like to write records to a new table User-CEL at the completion of any call. This script would then check the CEL records from the current call and write what it wants to the new User-CEL table.
Question ... Where would be the correct place to execute this new script? and will I be able to call cdr(unique-ID) from there?
Alternatively, I guess I could just run a cron job ever so often and do it from there, but that doesn't seem like it would be the correct method.
I'd like to write records to a new table User-CEL at the completion of any call. This script would then check the CEL records from the current call and write what it wants to the new User-CEL table.
Question ... Where would be the correct place to execute this new script? and will I be able to call cdr(unique-ID) from there?
Alternatively, I guess I could just run a cron job ever so often and do it from there, but that doesn't seem like it would be the correct method.