[Asterisk-Users] execute a context from cron

Philipp von Klitzing klitzing at pool.informatik.rwth-aachen.de
Thu Jul 1 08:33:08 MST 2004


Hi!

> I can create a context that should do just that, but I need a way to have that
> context spontaneously executed at a specific time.

Use DbPut() to store a flag, DbGet() to check the flag and then act upon 
it with GotoIf(). You can also use "asterisk -rx" to issue commands like 
"database put" to perform the DbPut() from a script, i.e. outside of 
extensions.conf.

Cheers, Philipp





More information about the asterisk-users mailing list