Hi!
I'm trying to get blackhole client working, as in
https://docs.2600hz.com/dev/applications/blackhole/doc/READMEI did exactly as in the example, changing
{BLACKHOLE_IP_ADDRESS}, {ACCOUNT_ID} and {AUTH_TOKEN} to my correct values.
(I also changed '
accountId' and 'token' in the third Send to my values, seems like a typo in the doc?).
In console (Chrome) I only see three lines with "errors";
Object {action: "reply", request_id: "dca5026c0efd6807214dfde5c2a82e62", status: "error", data: Object}
When expanding Object -> data -> errors -> i see '
0:"missing required keys in data object"'. See attached screenshot.
Logfile:
https://pastebin.com/ztrJheEJ (replaced my token with <MY_AUTH_TOKEN>)
(Note that request_id's differs, I did testing several times).
'sup blackhole_config autoload_modules' returns: [<<"bh_token_auth">>,<<"bh_call">>,<<"bh_object">>,<<"bh_fax">>,<<"bh_conference">>,<<"bh_events">>,<<"bh_authz_subscribe">>]
Same thing if just using one send request.
I checked this also:
https://groups.google.com/d/topic/2600hz-dev/J6oXAP-4wPU/discussionI'm on kazoo-core-4.0-52.el7.centos.x86_64
What's wrong?
Br - Tomas