[Home]

Summary:ASTERISK-04482: AGI DATABASE GET not working
Reporter:Matt King, M.A. Oxon. (kebl0155)Labels:
Date Opened:2005-06-25 20:16:23Date Closed:2005-06-26 01:12:41
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_agi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Hello,

I'm having problems with the AGI GET VARIABLE command over FastAGI (see bug ASTERISK-4554597)

I'm also getting the same thing with AGI DATABASE GET

In extensions.conf:

exten => t,1,DBPut(MyFamily/MyKey=100)

or

exten => t,1,Set(${DB(MyFamily/MyKey)}=100)

Over FastAGI

DATABASE GET MyFamily MyKey

always returns

200 result=0

i.e. the database value is not found.  I'm using OrderlyCalls for the FastAGI server (from orderlycalls.sourceforge.net).
Comments:By: Matt King, M.A. Oxon. (kebl0155) 2005-06-25 21:00:55

This just started working, wish I could tell you why...

Matt.