{"data": {"action": "hangup"}}Many thanks,
sup whapps_controller running_apps
[konami,crossbar,doodle,frontier,camper,pivot,milliwatt,omnipresence,hangups,acdc,fax,conference,trunkstore,cdr,notify,callflow,media_mgr,sysconf,stepswitch,reorder,registrar]
metaflow:
GET {realm}/v2/accounts/{account_id}/metaflows
{
"data": {
"numbers": {
"486487": {
"module": "hangup",
"data": {}
}
},
"binding_digit": "*",
"listen_on": "self",
"owner_id": "{owner_id}"
},
"revision": "undefined",
"request_id": "{request_id}",
"status": "success",
"auth_token": "{auth_token}"
}
dialled number and then executed:
POST {realm}/v2/accounts/{account_id}/channels/9e0a6d27f68eac5d...@0.0.0.0
{
"data": {
"action": "hangup"
}
}
returned:
{
"data": "hangup initiated",
"revision": "undefined",
"request_id": "b86360b2d75166f4d4cab0dedcf1df08",
"status": "success",
"auth_token": "{auth_token}"
}
kazoo logs:
attached
Could you please point me out what could be possible wrong? I cannot see any error message or anything like that in logs...
Thanks
Michal
Hi,I've got exactly same problem:konami running:
sup whapps_controller running_apps
[konami,crossbar,doodle,frontier,camper,pivot,milliwatt,omnipresence,hangups,acdc,fax,conference,trunkstore,cdr,notify,callflow,media_mgr,sysconf,stepswitch,reorder,registrar]
metaflow:
GET {realm}/v2/accounts/{account_id}/metaflows
{
"data": {
"numbers": {
"486487": {
"module": "hangup",
"data": {}
}
},
"binding_digit": "*",
"listen_on": "self",
"owner_id": "{owner_id}"
},
"revision": "undefined",
"request_id": "{request_id}",
"status": "success",
"auth_token": "{auth_token}"
}
dialled number and then executed:
POST {realm}/v2/accounts/{account_id}/channels/9e0a6d27f68eac5da560c341...@0.0.0.0