[Asterisk-java-users] DB actions and events
Brought to you by:
srt
From: Gaetan M. <gm...@ea...> - 2007-02-16 10:41:18
|
Hi Stefan If you're interested here is a small patch against db actions and event: - Fix DBGetREsponseEvent, the key for the value is "value" and no "val" (at least in my * 1.2.9) , so added an additional setValue() on the event. - Fix DBPutAction also, key is value and not val (see comment about documentation mistakes on voip-info.org's page for dbput). - Created DBDelAction (quite recent addition to the manager api in spring 2006 ?). Gaetan |