简体   繁体   中英

Get Freeswitch events via SIP NOTIFY

Freeswitch server has a lot of events and can be handled with event_socket_libray.

I want to subscribe to those events from a sip client and get notified if a particular event is fired.

Any Idea how to do that?

Thank you.

You can generate NOTIFY events by firing specially crafted events via ESL: http://lists.freeswitch.org/pipermail/freeswitch-users/2012-October/088961.html

So, you need a software agent that listens to events of your interest and then sends the NOTIFY events. Should be quite easy to do with any programming language that you prefer. You can also use some other means to deliver the messages -- for example, push them into a Redis queue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM