Jump to content

bpbp

Members
  • Posts

    32
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by bpbp

  1. Hi all,

    A while ago I wrote an app for Kazoo 4.3 to view and play recordings. You can also manage some recordings settings there too. I wanted a recordings app that matched the look and feel of the rest of the Kazoo UI and that could paginate on the server instead of loading all the recordings then filtering client side. Anyway, I forgot all about it until recently. Please enjoy!

    https://github.com/bpbp-boop/monster-ui-recordings-community/blob/main/README.md

    image.png.a73c5febcc705d6714135562990b81cc.png

     

  2. Hi all,

    Is there a way to change the from email address (for voicemail notifications etc) for different accounts to support resellers? Currently the resellers' customers get emails from no_reply@parentcompany.net instead of no_reply@reseller.com

    I can't see any options in the Whitelabel API docs and it seems Kazoo just uses the OS's mailer, maybe I am missing something though? :)

  3. That's sad to hear. Might have to keep some FreePBX VMs around :( In my limited testing it's working well so far as far as calling in and agent's devices ringing but I have not tried with lots of calls and agents yet.

    There has been some PRs to ACDC on 4.3 recently

    https://github.com/2600hz/kazoo/pull/6736

    https://github.com/2600hz/kazoo/pull/6727

    Hopefully they resolve some of the issues? Looks like that release is still "staging" and not ready for release though

  4. I'm starting to test ACDC announcements now, did you ever work this out?

    also, I see the 'moh' key is what controls the music when a caller enters the queue. I can't work out what the 'announce' key is supposed to do, it seemed like it would be for playing a short "Connecting you now" message when the agent picks up but it's not that. Anyone? 😬

    edit: I added some more options to the callflows-ng monster UI to make setting up queues easier

    https://github.com/OpenTelecom/monster-ui-callflows-ng/pull/4

  5. I just tried the system_configs setting on 4.3 and it worked, outbound call contained the right header:

    P-Asserted-Identity: "Account Name" <sip:+$main_number@voip.domain.net.au>

    Quote

    PATCH {{ base_url }}/system_configs/callflow.resources

    {
        "data": {
            "default": {
          "default_asserted_identity": true,
          "default_emit_account_id": false
        }
        }
    }

    It also set the Privacy: id header using the *67 feature code

×
×
  • Create New...