/consumer_rmq_fsevent

RabbitMq Consumer For Parsing FreeSWITCH Event and Publishing it to http url

Primary LanguageGo

Contributors Forks Stargazers Issues LinkedIn


consumer_rmq_fsevent

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. Contact
  6. Acknowledgments

About The Project

consumer_rmq_fsevent: It will consume the freeswitch conference event from rabbitmq and generate the twilio like statuscallback event. You can also send the genrated statuscallback event to configured statuscallback url. Please set the confvar variable for making consumer_rmq_fsevent to send statuscallback to http url.

(back to top)

Built With

(back to top)

Getting Started

consumer_rmq_fsevent is rabbitmq consumer written in golang. It will consume the freeswitch conference events, translate them to twilio statuscallback events and send to configured statuscallback url . You can configure the below channel variables before create conference : confvar_statuscallback_url confvar_statuscallback_method

Prerequisites

  • rabbitmq for freeswitch events
  • redis for sequence for each event
  • golang for build and run the consumer_rmq_fsevent

Installation

  1. Clone the repo
    git clone https://github.com/surendratiwari3/consumer_rmq_fsevent.git
  2. Change directory to clone repository and Install go dependency
    cd consumer_rmq_fsevent
    go mod download
  3. Compile and build the package
    go build -o consumer_rmq_fsevent main.go
  4. Run the package
    ./consumer_rmq_fsevent

(back to top)

Roadmap

  • [] Announcement Event Support
  • [] Participant Hold/Unhold/Mute/UnMute
  • [] Conference Recording Event Support
  • [] Dial Events support

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Project Link: https://github.com/surendratiwari3/consumer_rmq_fsevent

(back to top)

Acknowledgments

(back to top)