Coder Social home page Coder Social logo

biaw / phone Goto Github PK

View Code? Open in Web Editor NEW
33.0 2.0 9.0 1.41 MB

A Discord application to call your cellphone through Twilio in case of emergencies. Built with Cloudflare Workers

License: MIT License

TypeScript 100.00%
discord discord-bot twilio cf-worker cf-workers cloudflare-worker cloudflare-workers discord-interactions discord-rest twilio-caller

phone's People

Contributors

dependabot[bot] avatar promise avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

phone's Issues

Dependency Dashboard

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): lock file maintenance

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/build-and-publish.yml
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions/setup-node v4@60edb5dd545a775178f52524783378180af0d1f8
  • cloudflare/wrangler-action v3.6.1@a08dc762e87e8754e0d56a16a35a70b406bc869f
.github/workflows/linting.yml
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions/setup-node v4@60edb5dd545a775178f52524783378180af0d1f8
npm
package.json
  • @tsndr/cloudflare-worker-jwt 2.5.3
  • discord-api-types 0.37.88
  • discord-verify 1.2.0
  • @cloudflare/workers-types 4.20240605.0
  • @tsconfig/strictest 2.0.5
  • eslint 8.57.0
  • twilio 5.1.1
  • typescript 5.4.5
  • wrangler 3.60.1
nvm
.nvmrc
  • node 18.20.3

  • Check this box to trigger a request for Renovate to run again on this repository

/call Not Working

I have deployed via Actions and From my Server, both with the same issue's, It was working about 4 Months ago but after updating 2 weeks ago it Stopped.

Upon using the /call it just says the below
image
Then after about 5 min it says
image

I have credit and my account on Twilio is working, (Also Using for SMS alerts for a Website down)

Cloudflare worker only shows the following
image

{
  "outcome": "ok",
  "scriptName": "phone",
  "diagnosticsChannelEvents": [],
  "exceptions": [],
  "logs": [
    {
      "message": [
        200,
        "OK"
      ],
      "level": "log",
      "timestamp": 1701017722431
    }
  ],
  "eventTimestamp": 1701017722414,
  "event": {
    "request": {
      "url": "https://phone.antts.workers.dev/interaction",
      "method": "POST",
      "headers": {
        "accept-encoding": "gzip",
        "cf-connecting-ip": "35.196.132.85",
        "cf-ipcountry": "US",
        "cf-ray": "82c3a89d0aab455e",
        "cf-visitor": "{\"scheme\":\"https\"}",
        "connection": "Keep-Alive",
        "content-length": "1508",
        "content-type": "application/json",
        "host": "phone.antts.workers.dev",
        "user-agent": "Discord-Interactions/1.0 (+https://discord.com)",
        "x-forwarded-proto": "https",
        "x-real-ip": "35.196.132.85",
        "x-signature-ed25519": "ef8b72d998341602fd1a9a34a06c1415e136fa1e23a142ed539092fb5f9f63f063f4234f28a72054fcbc6522c810fe41f2774fc3398c1ce4af4b8db2c764b40c",
        "x-signature-timestamp": "1701017722"
      },
      "cf": {
        "clientTcpRtt": 11,
        "longitude": "-79.97460",
        "latitude": "32.86080",
        "tlsCipher": "AEAD-AES256-GCM-SHA384",
        "continent": "NA",
        "asn": 396982,
        "country": "US",
        "tlsClientAuth": {
          "certIssuerDNLegacy": "",
          "certIssuerSKI": "",
          "certSubjectDNRFC2253": "",
          "certSubjectDNLegacy": "",
          "certFingerprintSHA256": "",
          "certNotBefore": "",
          "certSKI": "",
          "certSerial": "",
          "certIssuerDN": "",
          "certVerified": "NONE",
          "certNotAfter": "",
          "certSubjectDN": "",
          "certPresented": "0",
          "certRevoked": "0",
          "certIssuerSerial": "",
          "certIssuerDNRFC2253": "",
          "certFingerprintSHA1": ""
        },
        "tlsExportedAuthenticator": {
          "clientFinished": "4b567517f6621037593f6d39ae0f195eed1c864641909648854cdba25a47d7120b6dab64debea827769bdbe141da764f",
          "clientHandshake": "9b5bb202ba6e3bdd523db0167f6c97cdc310174c14ea51327a8576024c5d21d9535afd323007573ca0db43a91cc454ac",
          "serverHandshake": "6fad6e9b7f0523057b94890ded67bc5b77563646ddee25e0238c80290b8a7e4424a30c375670df74f16d889757b14242",
          "serverFinished": "fdcf09c758ae98c2d09af0342a637cb98b8e32ad100c5f4431e18181d937a7ea7f855226d59c74a68dbda216ef7985b3"
        },
        "tlsVersion": "TLSv1.3",
        "colo": "ATL",
        "timezone": "America/New_York",
        "city": "North Charleston",
        "verifiedBotCategory": "",
        "edgeRequestKeepAliveStatus": 1,
        "requestPriority": "",
        "httpProtocol": "HTTP/1.1",
        "region": "South Carolina",
        "regionCode": "SC",
        "asOrganization": "Google Cloud",
        "metroCode": "519",
        "postalCode": "29415"
      }
    },
    "response": {
      "status": 200
    }
  },
  "id": 0
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.