[asterisk-bugs] [Asterisk 0011747]: [patch] res_config_curl

noreply at bugs.digium.com noreply at bugs.digium.com
Sun Jan 13 10:24:04 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11747 
====================================================================== 
Reported By:                Corydon76
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   11747
Category:                   Resources/NewFeature
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 98487 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             01-12-2008 00:08 CST
Last Modified:              01-13-2008 10:24 CST
====================================================================== 
Summary:                    [patch] res_config_curl
Description: 
As discussed with jmls.
====================================================================== 

---------------------------------------------------------------------- 
 Corydon76 - 01-13-08 10:24  
---------------------------------------------------------------------- 
Where PATH_INFO is set depends upon the language.  In Perl, it's set as an
environmental variable, $ENV{'PATH_INFO'}.  In PHP, it's
$_SERVER["PATH_INFO"] (PHP has an additional note of:  "Apache 2 users may
use AcceptPathInfo = On inside httpd.conf to define PATH_INFO.")

For a multi-request, the response should be of the form of:
foo=one&bar=one&baz=one
foo=two&bar=two&baz=two
foo=three&bar=three&baz=three
...
where foo, bar, and baz are the field names in the corresponding records,
one line each to a record.  Any embedded newlines (or other "special"
characters, such as '=' and '&') should be encoded in %FF format, according
to their ASCII code. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-13-08 10:24  Corydon76      Note Added: 0076847                          
======================================================================




More information about the asterisk-bugs mailing list