Jump to content

Te Matau

Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Kazoo 4.1.61 I've got call recording working at the account level: /v2/accounts/aabb PATCH { "data": { "call_recording": { "account": { "any": { "any": { "enabled": true } } } } } } But if I turn off call recording at the account level and set it at the user level the call for that user isn't recorded: v2/accounts/aabb/users/ccdd PATCH { "data": { "call_recording": { "any": { "any": { "enabled": true } } } } } In the logs I see no kzc_recording entry. Am I doing something wrong?
  2. Just following up on my original request: "Somewhere I thought I read that is now possible to record each leg of a call separately" When a call is recorded it stores it as a single stereo file with inbound audio on one channel and outbound audio on the other. So it's easy to split the file into two mono files and then run each through a speech recognition and sentiment analysis algorithm. Thanks 2600hz!
  3. One approach is to skin Linphone. There are two separate code bases for iOS and Android. Another is to wrap sip.js in Cordova. We're taking this approach.
  4. We wrote some code so that if DND or CFWD is changed server-side presence state is updated (either by feature codes or API). But when I look in Master it's not there so I'll have to check what happened and get back to you.
  5. Create a set of account resources: https://docs.2600hz.com/dev/applications/crossbar/doc/resources/ Then point no_match callflow at the account resources. Something like { "data": { "numbers": [ "no_match" ], "flow": { "data": { "hunt_account_id": "b20cc94c158666e83c546c0d75103f19" }, "module": "resources", "children": {} }, Apologies for brevity.
  6. While your playing with ACDC an upvote of this would be appreciated: https://github.com/2600hz/kazoo/pull/3948
  7. Somewhere I thought I read that is now possible to record each leg of a call separately but I can't remember where I read that or figure out how to do it. Any clues appreciated. On a related question, is it possible to stream call audio in real time to another destination (i.e. in addition to the SIP end-points). I'm thinking of live transcription as a possible use case.
×
×
  • Create New...