ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    First look at the Wazo Platform

    Scheduled Pinned Locked Moved IT Discussion
    wazo platformwazo
    26 Posts 6 Posters 2.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch
      last edited by

      It is eating up the $5 Vultr instance resources during install all right..
      93107d1a-8555-4168-8e66-ce9c03a34cf4-image.png

      1 Reply Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch
        last edited by

        and completed.
        8010b005-62e2-46e8-82fa-a683deb0dbde-image.png

        1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch
          last edited by

          and it works...
          Note: This instance only accepts connection from my IP, and will be destroyed, so not worried about creds being default, or the token visible.

          This:

          curl -k -X POST -u api-client:api-password -H 'Content-Type: application/json' -d '{"expiration": "3600"}' https://wazop.bundystl.com/api/auth/0.1/token
          

          Results in this:

          {
              "data": {
                  "token": "a4f86dfd-5d3d-4522-9416-55bdf94f7136",
                  "auth_id": "ef245645-4ccf-4db5-80d4-2b0a050621bb",
                  "xivo_user_uuid": null,
                  "xivo_uuid": "bff78fc0-9d6a-462c-aacd-9471f3d7fcfc",
                  "issued_at": "2019-10-06T11:01:57.572486",
                  "expires_at": "2019-10-06T12:01:57.572486",
                  "utc_issued_at": "2019-10-06T16:01:57.572486",
                  "utc_expires_at": "2019-10-06T17:01:57.572486",
                  "acls": [
                      "auth.users.me.tokens.*.delete",
                      "auth.users.me.tokens.read",
                      "auth.users.ef245645-4ccf-4db5-80d4-2b0a050621bb.external.#",
                      "auth.users.ef245645-4ccf-4db5-80d4-2b0a050621bb.password.edit",
                      "calld.lines.*.presences.read",
                      "calld.switchboards.#",
                      "calld.transfers.*.complete.update",
                      "calld.transfers.*.delete",
                      "calld.transfers.*.read",
                      "calld.users.me.#",
                      "calld.users.me.conferences.*.participants.read",
                      "calld.users.*.presences.read",
                      "call-logd.users.me.cdr.read",
                      "chatd.users.me.presences.update",
                      "chatd.users.me.rooms.#",
                      "chatd.users.*.presences.read",
                      "chatd.users.presences.read",
                      "confd.infos.read",
                      "confd.users.me.forwards.*.*",
                      "confd.users.me.funckeys.*",
                      "confd.users.me.funckeys.*.*",
                      "confd.users.me.#.read",
                      "confd.users.me.read",
                      "confd.users.me.services.*.*",
                      "confd.users.me.update",
                      "dird.backends.office365.sources.*.contacts.read",
                      "dird.backends.*.sources.*.contacts.read",
                      "dird.directories.favorites.#",
                      "dird.directories.lookup.*.headers.read",
                      "dird.directories.lookup.*.read",
                      "dird.directories.personal.*.read",
                      "dird.directories.*.sources.read",
                      "dird.#.me.read",
                      "dird.personal.#",
                      "events.auth.users.me.sessions.*.expire_soon",
                      "events.call_log.user.ef245645-4ccf-4db5-80d4-2b0a050621bb.created",
                      "events.calls.me",
                      "events.chatd.users.me.rooms.#",
                      "events.chatd.users.*.presences.updated",
                      "events.chat.message.*.me",
                      "events.chat.message.*.me.*",
                      "events.conferences.users.me.#",
                      "events.config.users.me.#",
                      "events.directory.me.#",
                      "events.faxes.outbound.users.me.*",
                      "events.statuses.*",
                      "events.switchboards.#",
                      "events.transfers.me",
                      "events.users.me.#",
                      "webhookd.users.me.subscriptions.#",
                      "websocketd",
                      "confd.#"
                  ],
                  "metadata": {
                      "auth_id": "ef245645-4ccf-4db5-80d4-2b0a050621bb",
                      "username": "api-client",
                      "xivo_uuid": "bff78fc0-9d6a-462c-aacd-9471f3d7fcfc",
                      "pbx_user_uuid": null,
                      "uuid": "ef245645-4ccf-4db5-80d4-2b0a050621bb",
                      "tenant_uuid": "b06e790d-fdf3-4c20-8971-67a7a5dac3ed"
                  },
                  "session_uuid": "8eb26aef-0427-4aa1-8589-0e9c716bd8c7",
                  "remote_addr": "127.0.0.1",
                  "user_agent": "curl/7.65.3"
              }
          }
          
          1 Reply Last reply Reply Quote 1
          • JaredBuschJ
            JaredBusch
            last edited by JaredBusch

            I enabled the Wbe GUI during setup and whtn I goto the URL (https only) and you see this after logging in.

            6811ea19-b04a-46e1-b2b4-e7d0dab98f79-image.png

            1 Reply Last reply Reply Quote 0
            • hobbit666H
              hobbit666
              last edited by

              Without going through the site and docs,

              Is this just another PBX like FreePBX or VitalPBX? or is it aimed at a particular market?

              DashrenderD 1 Reply Last reply Reply Quote 0
              • DashrenderD
                Dashrender @hobbit666
                last edited by

                @hobbit666 said in First look at the Wazo Platform:

                Without going through the site and docs,

                Is this just another PBX like FreePBX or VitalPBX? or is it aimed at a particular market?

                Wazo PBX is, Wazo Platform is an API based platform, of which Wazo PBX can be part of it.

                scottalanmillerS JaredBuschJ quintanaQ 3 Replies Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @Dashrender
                  last edited by

                  @Dashrender said in First look at the Wazo Platform:

                  @hobbit666 said in First look at the Wazo Platform:

                  Without going through the site and docs,

                  Is this just another PBX like FreePBX or VitalPBX? or is it aimed at a particular market?

                  Wazo PBX is, Wazo Platform is an API based platform, of which Wazo PBX can be part of it.

                  Like... for building your own Twilio, rather than your own FreePBX.

                  1 Reply Last reply Reply Quote 1
                  • JaredBuschJ
                    JaredBusch @Dashrender
                    last edited by

                    @Dashrender said in First look at the Wazo Platform:

                    @hobbit666 said in First look at the Wazo Platform:

                    Without going through the site and docs,

                    Is this just another PBX like FreePBX or VitalPBX? or is it aimed at a particular market?

                    Wazo PBX is, Wazo Platform is an API based platform, of which Wazo PBX can be part of it.

                    Tried to find more info on the Wazo PBX that I have previously installed. It is pretty much gone.

                    Wazo.io is now Wazo Unified Communication Platform.

                    1 Reply Last reply Reply Quote 0
                    • JaredBuschJ
                      JaredBusch
                      last edited by

                      Found the announcement.
                      Wazo.community is now the platform.
                      So there is no more just Wazo the PBX.
                      8840bdca-c839-45ba-9cc1-acd53b06ba9e-image.png

                      quintanaQ 1 Reply Last reply Reply Quote 1
                      • quintanaQ
                        quintana @JaredBusch
                        last edited by

                        @JaredBusch Hello, if we need any informations, i'll be very happy to answer it, we also have a mattermost channel for the community, so if you have some issues or something you think we need to improve, please ask us. It's quite to difficult to visit all forums to answer to the question people have around our project 🙂

                        JaredBuschJ 1 Reply Last reply Reply Quote 2
                        • quintanaQ
                          quintana @Dashrender
                          last edited by

                          @Dashrender the pbx part is now a use case of the platform. We are working hard to add documentation, exemple etc ... on the website. There is API to help people to create unified communication use case, call center, chat or i did a small driver for hubitat to use with for home automation for exemple. https://community.hubitat.com/t/add-a-wazo-platform-driver/23450

                          1 Reply Last reply Reply Quote 2
                          • JaredBuschJ
                            JaredBusch @quintana
                            last edited by

                            @quintana said in First look at the Wazo Platform:

                            @JaredBusch Hello, if we need any informations, i'll be very happy to answer it, we also have a mattermost channel for the community, so if you have some issues or something you think we need to improve, please ask us. It's quite to difficult to visit all forums to answer to the question people have around our project 🙂

                            Is there a good guide on spinning up Wazo Platform and then getting a few extensions and a SIP trunk running at a basic PBX level?

                            scottalanmillerS 1 Reply Last reply Reply Quote 1
                            • scottalanmillerS
                              scottalanmiller @JaredBusch
                              last edited by

                              @JaredBusch said in First look at the Wazo Platform:

                              @quintana said in First look at the Wazo Platform:

                              @JaredBusch Hello, if we need any informations, i'll be very happy to answer it, we also have a mattermost channel for the community, so if you have some issues or something you think we need to improve, please ask us. It's quite to difficult to visit all forums to answer to the question people have around our project 🙂

                              Is there a good guide on spinning up Wazo Platform and then getting a few extensions and a SIP trunk running at a basic PBX level?

                              Yeah, that would be great.

                              quintanaQ 1 Reply Last reply Reply Quote 0
                              • quintanaQ
                                quintana @scottalanmiller
                                last edited by

                                @scottalanmiller With the API?

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @quintana
                                  last edited by

                                  @quintana said in First look at the Wazo Platform:

                                  @scottalanmiller With the API?

                                  API would be interesting. I think for most users, without an API would be the more useful guide. Both, is ideal 😉

                                  1 Reply Last reply Reply Quote 2
                                  • 1
                                  • 2
                                  • 2 / 2
                                  • First post
                                    Last post