Carlos, If you want realtime updates as calls are happening, you can do that with the event interface.. If you want to get a dump of what the state is of all calls, you'll want to use the dialog module with a MI interface
MI Interaces: MI_DATAGRAM<http://www.opensips.org/html/docs/modules/1.8.x/mi_datagram.html> DATAGRAM (unix and network) support for Management InterfacestableMI_FIFO<http://www.opensips.org/html/docs/modules/1.8.x/mi_fifo.html> FIFO support for Management InterfacestableMI_HTTP<http://www.opensips.org/html/docs/modules/1.8.x/mi_http.html> HTTP support for Management Interfacealpha / NEWMI_XMLRPC<http://www.opensips.org/html/docs/modules/1.8.x/mi_xmlrpc.html> XMLRPC support for Management Interfacestable Event Docs: EVENT_DATAGRAM<http://www.opensips.org/html/docs/modules/1.8.x/event_datagram.html> Event datagram modulebetaEVENT_RABBITMQ<http://www.opensips.org/html/docs/modules/1.8.x/event_rabbitmq.html> Event RabbitMQ client modulebeta / NEW On Thu, Aug 23, 2012 at 7:42 AM, Carlos Cruz <[email protected]>wrote: > Thanks all for the input, **** > > where can I get more technical info on the Event Interface module? It was > this module that sparked my interest in openSIPS.**** > > ** ** > > Thanks!!**** > > Carlos**** > > ** ** > > ** ** > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Vlad Paiu > *Sent:* Thursday, August 23, 2012 7:46 AM > *To:* [email protected] > > *Subject:* Re: [OpenSIPS-Users] Interfacing with opensips**** > > ** ** > > Hello, > > There are basically 3 ways for you to communicate with OpenSIPS > > 1. Through an external APP ( DB, etc ) > 2. MI interface ( polling base method - you run MI commands and OpenSIPS > gives you a reply ) > 3. Event Interface ( you define certain events and have external scripts > listening for those events - and OpenSIPS will trigger your external > scripts when the specific events happen ) > > Regards, > > **** > > Vlad Paiu**** > > OpenSIPS Developer**** > > http://www.opensips-solutions.com **** > > > On 08/23/2012 05:32 AM, Carlos Cruz wrote: **** > > Thanks for your input, where can I find more information on how openSips > can communicate with the outside world. The brief description of the Event > Notification Interface module and the MI didn't really say very much on the > subject. **** > > **** > > Carlos**** > > **** > > *From:* [email protected] [ > mailto:[email protected] <[email protected]>] > *On Behalf Of *Brett Nemeroff > *Sent:* Wednesday, August 22, 2012 9:52 PM > *To:* OpenSIPS users mailling list > *Subject:* Re: [OpenSIPS-Users] Interfacing with opensips**** > > **** > > Carlos,**** > > Your Flex application probably isn't compatible with OpenSIPs's management > interfaces. Depending on how OpenSIPs is set up, you can get these details > from it, but you'll need to design your application to be able to > communicate with OpenSIPs.**** > > -Brett**** > > **** > > On Wed, Aug 22, 2012 at 3:29 PM, Carlos Cruz <[email protected]> > wrote:**** > > I'm just starting to evaluate sip proxies to be used as a front end to a > couple of Asterisk Servers.**** > > **** > > Currently I have an Adobe Flex application that interfaces with Asterisk > via AMI using a socket connection. Can someone confirm or correct my > understanding that I'm able to get status evens of SIP channels via the > Even Notification Interface. For example I'm able to receive notification > that a particular SIP channel is "ringing" .**** > > **** > > Can my Flex application listen to these events using a socket connection > or I need to create an interface for the Linux OS (pipe)**** > > **** > > **** > > Thanks for any help!!!**** > > **** > > Carlos**** > > **** > > **** > > **** > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users**** > > **** > > ** ** > > ** ** > > _______________________________________________**** > > Users mailing list**** > > [email protected]**** > > http://lists.opensips.org/cgi-bin/mailman/listinfo/users**** > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
