GithubHelp home page GithubHelp logo

asterisk-outgoing-call-api's Introduction

Asterisk Outgoing Call API

Starts an outgoing call based on provided paramters according to the https://wiki.asterisk.org/wiki/display/AST/Asterisk+Call+Files call file format. View https://www.voip-info.org/asterisk-auto-dial-out/ for more details about the call file format. I created this to make my phone ring when my cell phone rings via a tasker profile. Should be useful for many additional things though.

Accepted parameters

  • token: The API token to authenticate with the server.
  • channel: Channel to use for the call.
  • caller_id: Caller ID, Please note: It may not work if you do not respect the format: CallerID: “Some Name” <1234>
  • wait_time: Seconds to wait for an answer. Default is 45.
  • max_retries: Number of retries before failing (not including the initial attempt, e.g. 0 = total of 1 attempt to make the call). Default is 0.
  • retry_time: Seconds between retries, Don’t hammer an unavailable phone. The default is 300 (5 min).
  • account: Set the account code to use.
  • application: Asterisk Application to run (use instead of specifying context, extension and priority).
  • data: The options to be passed to application.
  • context: Context in extensions.conf
  • extension: Extension definition in extensions.conf
  • priority: Priority of extension to start with.
  • set_var: Set of variables to set in url query format.
  • archive: Yes/No – Move to subdir “outgoing_done” with “Status: value”, where value can be Completed, Expired or Failed.
  • schedule: Schedule call for a later date/time. Can be natrual language input as parsed by https://github.com/olebedev/when

asterisk-outgoing-call-api's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

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.