login | register
Tue 02 of Dec, 2008 [04:04 UTC]

voip-info.org

Discuss [2] History

Asterisk Manager API Action DBPut

Created by: mmetzger,Last modification on Thu 22 of May, 2008 [01:06 UTC] by rushowr
Action: DBPut
Family: <family>
Key: <key>
Value: <value> (note, as of Asterisk 1.4 The Manager API wants Val: <value>)

Returns:

Response: Success
Message: Updated database successfully




Comments

Comments Filter
222

333val: vs value:

by mfelling, Tuesday 03 of July, 2007 [20:57:17 UTC]
The below comment appears to have inluenced the page. I am still using the asterisk 1.2 release in production, and on this release the Asterisk Manager API expects val: NOT value:. The referenced perl module (an API on and API) expects Value. I have not tested the 1.4 release to see if it is val or value there.
222

333Incorrect page

by agx, Tuesday 08 of August, 2006 [23:07:35 UTC]
One more time the site lack the correct information.
If you're using Asterisk::Manager perl module then
you have to use "Value" in your action command
instead of "Val" as described above.