Jump to content

Te Matau

Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Te Matau

  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. 22 hours ago, Jack Noe said:

    Hi.

    I have a simple questions regarding provisining cisco 504

     

    1- How can i set a different ring tone for incoming call via external and internal.

    So the customer wants 1 ring tone for internal dialing extensions and another for incoming calls from outside.

     

     

    Callflows > Devices > Select Device > Advanced > Options

    Internal Ringtones

    External Ringtones

    Enter one of:

    • Classic-1 to Classic-4
    • Office
    • Simple-1 to Simple-5
    • Pulse
  4. 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...