CUSTO-MANIFEST.JSON File
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/postRainbow?caller=3356008109&called=226"
I build a custo-manifest json file like:
{
"version": "2",
"extension-points": {
"on-answering-incoming-pbx-call-actions": [
{
"name": " ",
"command": {
"url": "http://192.168.40.3:8080/postRainbow",
"params": "caller=${caller.phoneNumber}&called=${localUser.internalNumber}"
}
}
]
}
}
But, after importing in Rainbow Mac, answering a call, none happens. In the log file my custom manifest file is considered, but the HTML call is not done.
How can I do?
Many thanks for any help, Alberto.
Por favor, entrar para comentar.
Comentários
1 comentário