Change Value of global variables at regular intervals

Hi everyone,

I have some global variables defined in my dial plan. How do I change the value of these variables every 10 second? Exists a function or command in dialplan which executes a context at regular intervals?

Thank you

I dont think such application exist, but you can use cron job and local channel to change the values of your global variables… but the minimum time for a cron job is 1 minute