On May 8, 2007, at 11:57 AM, Diego Andrés Asenjo Gonzalez wrote:
Hi list!
I'm now using the 0.27 and working with some keys in the asterisk
database. The Astdbkey param in the op_buttons make the things come
easier, but I still have a problem:
I need to restart the panel to see the changes of the asterisk database,
so the panel read the initial value of the key (request_astdb_status())
and show it all the time.
If you add/delete database entries via the dialplan, you will need to
use UserEvents as specified in the RECIPES file. Do not forget to add
the Channel parameter inside the UserEvent, as some versions of
Asterisk don't include the Channel name inside the manager event. Best
regards,