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 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
