Giter Site home page Giter Site logo

Comments (6)

91Abdullah avatar 91Abdullah commented on May 27, 2024 1

Call into asterisk means Dial into asterisk.

For example, please see following code in extensions.conf:

exten => 1000,1,NoOp()
 same =>      n,Stasis(bridge-dial)
 same =>      n,Hangup()

When you dial 1000 from your softphone, your Statis application shall be activated and you will be receiving ARI events.

from phpari.

greenfieldtech-nirs avatar greenfieldtech-nirs commented on May 27, 2024

You are correct, but a stasis event will be triggered when something happens from the Asterisk side of the network. In order to see the events, you need to run the Stasis application to connect to the Asterisk websocket, then simply call into Asterisk and activate your stasis application, then you should see the events.

from phpari.

degive avatar degive commented on May 27, 2024

What do you mean by: "simply call into Asterisk and activate your stasis application"

from phpari.

degive avatar degive commented on May 27, 2024

Sorry I don't know anything about Asterisk... I am a PHP developer and I was tasked with writing a program that would listen to Asterisk events, specifically catching calls coming in to specific extension, then display something on their screen.

Is there anybody out there who would be interested in helping me out on a consulting basis? I will pay of course ;-) You can email me direct at [email protected].

Thank you.

from phpari.

greenfieldtech-nirs avatar greenfieldtech-nirs commented on May 27, 2024

Well,

What you are looking for is actually the AMI interface, not ARI. Just to make stuff clearer, Asterisk has 4 distinct APIs for interaction:

  1. The Dialplan - this is normally regarded as the Asterisk "call flow" configuration point. This is a highly robust environment for call flow execution, however, when coming to other programming paradigms - it lacks much.

  2. The Asterisk Gateway Interface (AGI) - Invoked from the Asterisk dialplan, provides a tool for enabling the dialplan with external functionalities. Mainly used for interacting with external resources from the within the call flow.

  3. The Asterisk Manager Interface (AMI) - This is a TCP socket server, that is normally activated by default. It provides an online mechanism for receiving events from Asterisk or issuing actions to it. Combind with the dialplan and AGI, is a highly powerfull tool.

  4. The Asterisk REST Interface (ARI) - Provides the functionality for all of the above, as long as your application is bound to the Stasis application construct.

What you are describing is most fitted for Asterisk Manager (AMI). Take a look at a project called PHPAGI, which should provide you what you are looking for.

from phpari.

greenfieldtech-nirs avatar greenfieldtech-nirs commented on May 27, 2024

Issue closed due to no activity.

from phpari.

Related Issues (20)

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.