Alberto Paglino commented,
curl 'http://192.168.40.3:8080/postRainbow?caller=+393356008109&called=226' For example, works correctly
Alberto Paglino commented,
If I make the same call in the Mac terminal with curl, it works like expected
Alberto Paglino commented,
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...
Alberto Paglino commented,
- execute a rest GET call
Alberto Paglino commented,
Hi, I tryed with: "command": { "url": "/Applications/TextEdit.app" "params" : " " } But, reading log file, I find: error in URL I am interes...
Alberto Paglino commented,
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...
Alberto Paglino created a post,
I am using Mac version of Rainbow app and I want to call our crm on event: on-answering-incoming-pbx-call-actions How can I call a Mac application? Many Thanks, Alberto.
Alberto Paglino commented,
If I do the same HTTP post from a browser it works perfectly.
Alberto Paglino created a post,
I am using Mac version of Rainbow app and I want to call our crm on event: on-answering-incoming-pbx-call-actions To call our arm we must do a POST html call like: curl "http://192.168.40.3:8080/p...