Author Topic: WebSocket Handler  (Read 3602 times)

ganapathi

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
    • Optimal Đ¡asual Dating - Authentic Damsels
WebSocket Handler
« on: July 06, 2019, 11:52:56 PM »
As i need to listen the websocket data which is running on particular port(ws or wss) through yate module. Any hint to start listen the data and use it.

Websocket required login authentication (port,username,password).

Ex: Asterisk ARI running on 8088 & 8089 port and need to put handler to handle channel event and process through yate messaging system through cpp module.

As i noticed socket binding and websocket module from yate-extra(https://github.com/vir/yate-extra) but don't have any clue to bind and run the loop continuously to handle the message.

Kindly help me out with possibility with any sample if possible.

ganapathi

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
    • Optimal Đ¡asual Dating - Authentic Damsels
Re: WebSocket Handler
« Reply #1 on: March 27, 2020, 12:00:13 PM »
Anybody please help me on this query.