freeswitch mod_xml_curl.c:468 Binding has no url - freeswitch

I am new to freeswitch and want to have a dynamic user directory. For this I want to use mod_xml_curl but when I load it I always get this error.
For information my freeswitch runs in a docker. I tried to run make mod_xml_curl-install and I get an error with make.
I don't know what to do

Related

Openwhisk: Unable to obtain the API list

I setup Apache Openwhisk locally following this guide: http://jamesthom.as/blog/2018/01/19/starting-openwhisk-in-sixty-seconds/. In general it seems to work correctly, but whenever I'm trying to execute any commands related to api, e.g.
wsk -i api list
it gives me an error,
Unable to obtain the API list: The requested resource does not exist. (code 153)
Any idea how to fix this?
This is unfortunately a temporary issue with docker-compose, and work is in progress to fix this.

H2O Steam deploy can't connect to Prediction Service Builder

I am trying to use h2o steam (running on localhost) to deploy a model. After importing the model from h2o flow, clicking the "deploy model" option in the "models" section of the project, filling out the resulting dialog box, and clicking the "deploy" button, the following messages are displayed:
At first I thought that it was because maybe I needed to start up the service builder on my own, so I started it up following the docs here, but still got the same error. Any suggestions would be appreciated. Thanks :)
Just make sure jetty HTTP server is running locally by executing the following in your shell:
java -jar var/master/assets/jetty-runner.jar var/master/assets/ROOT.war
Looking here, it seems like I would need to "override" some kind of default browser restriction for accessing localhost:8080 (which is what I assume steam is trying to do to launch the service builder (I don't know much about networking related stuff)). I got around this by launching steam with the command:
$ ./steam serve master --prediction-service-host=localhost --prediction-service-port-range=12345:22345
where the ports are some arbitrary range between (1025, 65535) which I got by word-searching the a page of the steam source code (line 182 as of the date of this posting).
Doing this lets me deploy the models through the steam dialog without any error messages. Again, I don't know much about networking related stuff, so if anyone has a better way to solve this problem (ie. allow access of localhost:8080) please post or comment. Thanks.

Unable to setup private instance of webpagetest tool

I am trying to setup webpagetest using the link https://sites.google.com/a/webpagetest.org/docs/private-instances
Apache and PHP servers are running successful.
I tried to check installation status using the link http://localhost/webpagetest/install/ This is showing as below
Seems like ffmpeg is the issue. But not sure why rendering is not happening properly. ffmpeg is for video I assume.
One more question is: How does my server know the address of the test agents? Do I have to provide IP in the location.ini??
Updates
Page is rendering. Now how can I find the KEY?

Using maketorrent in libtorrent examples

So I am trying to build an application that uses libtorrent. However, before I start I would like to make sure that I have compiled the lib correctly and that I have a functioning environment for testing.
I am currently running a VM with opentracker and I try to connect using the example client in libtorrent.
First I start by creating a .torrent file using libtorrent (I am currently not sitting in front of a computer with libtorrent available so I might be remembering the exact commands a bit wrong):
maketorrent.exe dummy.txt -t "http://10.XXX.XXX.XXX/announce"
This gives me a .torrent file called a.torrent. Opening the file everything looks ok, the bencoding is correct and the announce address is there.
Next I try to add it to the example client hoping it starts to seed:
client_test.exe a.torrent
Everything starts up OK, but no tracker is found. Then if I press t to show tracker information I see an error (maybe not the exact phrasing):
Alert: {null} unsupported URL protocol
OK, so maybe something is wrong with how I built libtorrent. So I get the Halite client instead since that is also supposed to be build upon libtorret. But there I have the same problem.
So I have a look at the code and found where this error message is generated. The code is checking if I am supplying an address using the HTTP or HTTPS protocol, which I am. So could it be that I am not able to use a bare IP-address or am I doing something wrong?
I found the problem. It was not a problem with the IP address or the torrent itself. Instead it was a problem with caching.
The first time I added the torrent I used http:\XXX.XXX.XXX.XXX instead of http://XXX.XXX.XXX.XXX which didn't work. However whatever change i did to the torrent file after that did not stick. It was always falling back to that original file until I removed the .resume folder.

Codeigniter log class not being called when running via CLI

I have enabled the inbuilt logging within Codeigniter. This works fine.
However I'm running a particular script through the command line interface, of which works fine, however none of the normal logs are being updated. If I call the script through http the logs update fine.
Is it some built in feature within CI that running through the CLI won't update the logs, or do I have a problem somewhere?
Well there is normally a difference in the user that CI uses to write the logs.
If you are using the browser it may be using an Apache Web-User like ours does.
If you do it through the command line you are normally logged in as yourself. Do you have write permissions to the log file?

Resources