curl 'http://192.168.40.3:8080/postRainbow?caller=+393356008109&called=226' For example, works correctly
If I make the same call in the Mac terminal with curl, it works like expected
This File works for me: { "version": "2", "extension-points": { "on-answering-incoming-pbx-call-actions": [ { "name": " ", "command": { "url": "http://192.168.40.3:8080/postRainbow", "params": "ca...
- execute a rest GET call
Hi, I tryed with: "command": { "url": "/Applications/TextEdit.app" "params" : " " } But, reading log file, I find: error in URL I am interes...
Many thanks for your answer, but the page you suggest ad that I have already visited, has no examples for Apple Mac applications, or Mac terminal command like "curl http://someAddress/somePage". Ho...
If I do the same HTTP post from a browser it works perfectly.