search for: curloptions

Displaying 20 results from an estimated 44 matches for "curloptions".

2009 Nov 24
1
asterisk trunk CURL hangs in the dialplan
We've encountered a strange issue with the trunk version of asterisk. Our dialplan makes CURL calls and occasionally CURL stops working. The dialplan looks something like this: [macro-curl] ; ${ARG1} CURL URL ; ${ARG2} CURL POST exten => s,1,NoOp(CURL) ... exten => s,n(post),Set(RF_CURL_POST=userID=${RF_DIALER_USERID}&password=${RF_PASSWORD}&${ARG2}) exten =>
2018 Oct 04
3
CURL to post application/json
We tried to use the CURL fn to POST json, but it's sent as form data and there seems no support for changing the Content-Type header. We switched to invoking curl in the shell. All the documentation I could find says there is just one parameter for the url and an optional second for POST body. Is there an undocumented way to set Content-Type? -------------- next part -------------- An HTML
2012 Dec 05
1
request
Dear Dr. bernhard cc. r-help Thank you very much for deverlopping rneos package. I read the document of rneos. however, due to my inability, i could not figure-out how to connect with neos server from R environment. let me explain the steps, i took. my laptop is using wireless of my laboratory. to connect the internet, i need proxy address and specific port (that i have mentioned in protocols in
2011 Jun 06
1
RCurl and kerberos
Dear list, I would like to call a Kerberos-authenticated web-service from within R. Curl can do it: $ curl --negotiate -u : "http://my.web.service/" so I would expect that RCurl also has the capability, but I have not been able to find the correct options to set. listCurlOptions() does not return anything with negotiate, and searching the source of RCurl, the only thing I found was ./RCurl/R/curlInfo.S:names(CurlFeatureBits) = c("ipv6", "kerberos4", "ssl", "libz", "ntlm", "gssnegotiate", but e.g. getURL("h...
2008 Aug 27
1
RCurl: using netrc with curlPerform
...get an error saying that the curl option is not recognized. I have tried 3 different ways of instructing the curlPerform function to use the .netrc file (in the .opts, curl handle and the ... argument) but got the same error message each time. # Failed attempt using .opts construct myopts <-curlOptions(netrc=1) curlPerform("http://www.omegahat.org/RCurl/testPassword/index.html", .opts=myopts) # Failed attempt using curl handle handle <- getCurlHandle(netrc=1) curlPerform("http://www.omegahat.org/RCurl/testPassword/index.html", curl=handle) # Failed attempt using ... con...
2011 Feb 17
1
RCurl HTTP Post ?
According to [1] and [2], using RCurl to post a form with basic authentication is done using the postForm method. I'm trying to post generated interpolation data from R onto an HTTP form. The call I'm using is page <- postForm('http://our.server.com/dbInt/new', opts = curlOptions=(userpwd="test:test", verbose=T), profileid = "-1", value="1.801", type="history"). The page instance shows the HTTP response 500 screen and I get a nullpointerexception in the server logs. The line it points to is dealing with getting an integer out of &quot...
2020 Apr 27
0
Advice on building a REST API over ASTDB
Hello, I'm using an Asterisk 17 dialplan that currently includes: 1. many "DB gets" calls (ie statements like Set(FOO=${DB(Foo/Bar)}) 2. and a couple of "DB puts" (ie statements like Set(DB(Foo/Bar)=Foo) or DB_DELETE(Foo/bar)) I would like to add an HTTP Provisionning API that would allow an external program to mostly change or sometimes read some ASTDB values. Which
2020 Nov 19
0
Asterisk 13.38.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 13.38.0. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.38.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release:
2010 Feb 25
1
curl and ssl certificate
Hello, Is it possible use asterisk curl function with ssl sertificate? Thanks -- Best Regards, Giedrius -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100225/37ceb99e/attachment.htm
2012 Apr 09
1
Listing the contents of an FTP directory via R?
R-helpers: I'd like to be able to store all the file information from an ftp site (e.g. file and foldernames) through an R command. Any ideas how to do this? Here's an example site to use: ftp://e4ftl01.cr.usgs.gov/MOTA/MCD15A3.005 --j -- Jonathan A. Greenberg, PhD Assistant Professor Department of Geography and Geographic Information Science University of Illinois at
2013 Mar 12
0
duplicate export entries in NAMESPACE
...in their NAMESPACE files. E.g., bit 1.1.9 : c("as.bit", "as.bitwhich", "as.which", "physical", "virtual") forecast 4.1 : "forecast.lm" graphics 2.15.3 : "barplot" mcmc 0.9.1 : "morph" RCurl 1.95.3 : "curlOptions" utils 2.15.3 : "RweaveLatexOptions" Would it be helpful for 'check' to alert package writers to this? I made the list using f(): f <- function () { for(pkg in installed.packages()[,"Package"]) { try( { exports <- parseNamespa...
2013 Mar 13
0
R-devel Digest, Vol 121, Issue 13
...E.g., > bit 1.1.9 : c("as.bit", "as.bitwhich", "as.which", "physical", "virtual") > forecast 4.1 : "forecast.lm" > graphics 2.15.3 : "barplot" > mcmc 0.9.1 : "morph" > RCurl 1.95.3 : "curlOptions" > utils 2.15.3 : "RweaveLatexOptions" > Would it be helpful for 'check' to alert package writers to this? > > I made the list using f(): > f<- function () > { > for(pkg in installed.packages()[,"Package"]) { > try(...
2010 Apr 16
0
RCurl slow when sending data over 1kb
...ing on the localhost. The command is something like this: reader <- basicTextGatherer() curlPerform(url="http://127.0.0.1/", httpheader=c('Content-Type' = "text/xml; charset=utf-8"), postfields=toString.XMLNode(xmlRoot(xdoc)), writefunction=reader$update, .opts=curlOptions(noproxy="*")) When sending a short string, the web server responds instantly. However, when the content-length gets above 1024 bytes, the server takes about 2 seconds to receive all the content that is being sent to it. I've written the server myself in Python, so I can see that the...
2015 Feb 06
0
Asterisk 11.16.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.16.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.16.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2015 Feb 06
0
Asterisk 11.16.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.16.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.16.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2020 Nov 19
0
Asterisk 17.9.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 17.9.0. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 17.9.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release:
2012 Oct 11
1
Problems with getURL (RCurl) to obtain list files of an ftp directory
...f the list of files (from ftp), I am getting the complete html code. Anyone knows why this might happen? This are the steps i have been doing: > MOD16A2.doy<- ' ftp://ftp.ntsg.umt.edu/pub/MODIS/Mirror/MOD16/MOD16A2.105_MERRAGMAO/' > items <- strsplit(getURL(MOD16A2.doy, .opts=curlOptions(ftplistonly=TRUE)), "\n")[[1]] >items #results [1] "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \" http://www.w3.org/TR/html4/loose.dtd\">\n<!-- HTML listing generated by Squid 2.7.STABLE9 -->\n<!-- Wed, 10 Oct 2012 13:43:5...
2020 Nov 19
0
Asterisk 16.15.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 16.15.0. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 16.15.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release:
2020 Nov 19
0
Asterisk 18.1.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 18.1.0. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 18.1.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release:
2020 Feb 04
0
Asterisk 13.31.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 13.31.0. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.31.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: