[asterisk-bugs] [Asterisk 0011889]: realtime Queue members seem not to work using res_config_curl
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Jan 31 13:34:00 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11889
======================================================================
Reported By: jmls
Assigned To: Corydon76
======================================================================
Project: Asterisk
Issue ID: 11889
Category: Resources/res_config_curl
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 101222
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 01-31-2008 08:55 CST
Last Modified: 01-31-2008 13:33 CST
======================================================================
Summary: realtime Queue members seem not to work using
res_config_curl
Description:
Perhaps I am missing something really stupid here, but I can't seem to get
realtime queuemembers to work.
I added some diagnostics to res_config_curl to report the data, you can
see it below.
The member always has an invalid interface
I am using the 1.4 version of res_config_curl. I can't test use 1.6, as it
doesn't even return the queue, using "queue show ROCK"
======================================================================
----------------------------------------------------------------------
jmls - 01-31-08 13:33
----------------------------------------------------------------------
ok, found out why 1.6 is not working for me:
Change
ast_str_set(&query, 0, "${CURL(%s,", url);
to
ast_str_set(&query, 0, "${CURL(%s/single,", url);
(this makes 1.6 consistent with the 1.4 backport, and in line with what we
discussed during development and testing)
Issue History
Date Modified Username Field Change
======================================================================
01-31-08 13:33 jmls Note Added: 0081517
======================================================================
More information about the asterisk-bugs
mailing list