Hi is there is a valy to send websocket events (not only SIP) on remote subscribed client from config file?
I just want make shure that i need to use redis for this staff insead of native websocket events
Hello,
what do you mean by websocket events? Can you give a more specific example of what you want to do?
Cheers, Daniel
On 02/05/16 14:51, Yuriy Gorlichenko wrote:
Hi is there is a valy to send websocket events (not only SIP) on remote subscribed client from config file?
I just want make shure that i need to use redis for this staff insead of native websocket events
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hi. websockets module has only handshake and close functions for now. Im asking the way about send function form server but not SIP messages for handling it by callback at the client
for example i a some client who was connected to kamailio and want receive messages from websocket and handle it.
for all events that sends through websocket at kamailio are SIP signallig staff and it created by core as i see.
I what to know if it is possible to send some other messages (frames,events as you want) to subscribers that connected at the websocket.
More closr example Im a some manager and what to connect to Some web app and see active calls that was made at this web app. So i as developer set at the kamailio config
send_from_ws("eventname:data")
so for some call positions i set it and send it into subscribed clients.
THen at the client side i will handle it.
Im understand that kamailio is a SIP server. But if it already have some websocket implementation i just asking it because it will be a cool to manage this staff from one server instead of sharing data at the redis for example? setting subscribing at the redis and then use another server for this staff
2016-05-04 9:48 GMT+03:00 Daniel-Constantin Mierla miconda@gmail.com:
Hello,
what do you mean by websocket events? Can you give a more specific example of what you want to do?
Cheers, Daniel
On 02/05/16 14:51, Yuriy Gorlichenko wrote:
Hi is there is a valy to send websocket events (not only SIP) on remote subscribed client from config file?
I just want make shure that i need to use redis for this staff insead of native websocket events
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierlahttp://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio World Conference, Berlin, May 18-20, 2016 - http://www.kamailioworld.com
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello,
can you do some tests with send_data() function from corex module?
https://www.kamailio.org/docs/modules/stable/modules/corex.html#idp133544
Might be helpful in the direction you want to go.
Cheers, Daniel
On 04/05/16 12:11, Yuriy Gorlichenko wrote:
Hi. websockets module has only handshake and close functions for now. Im asking the way about send function form server but not SIP messages for handling it by callback at the client
for example i a some client who was connected to kamailio and want receive messages from websocket and handle it.
for all events that sends through websocket at kamailio are SIP signallig staff and it created by core as i see.
I what to know if it is possible to send some other messages (frames,events as you want) to subscribers that connected at the websocket.
More closr example Im a some manager and what to connect to Some web app and see active calls that was made at this web app. So i as developer set at the kamailio config
send_from_ws("eventname:data")
so for some call positions i set it and send it into subscribed clients.
THen at the client side i will handle it.
Im understand that kamailio is a SIP server. But if it already have some websocket implementation i just asking it because it will be a cool to manage this staff from one server instead of sharing data at the redis for example? setting subscribing at the redis and then use another server for this staff
2016-05-04 9:48 GMT+03:00 Daniel-Constantin Mierla <miconda@gmail.com mailto:miconda@gmail.com>:
Hello, what do you mean by websocket events? Can you give a more specific example of what you want to do? Cheers, Daniel On 02/05/16 14:51, Yuriy Gorlichenko wrote:
Hi is there is a valy to send websocket events (not only SIP) on remote subscribed client from config file? I just want make shure that i need to use redis for this staff insead of native websocket events _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org <mailto:sr-users@lists.sip-router.org> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://www.asipto.com http://twitter.com/#!/miconda <http://twitter.com/#%21/miconda> - http://www.linkedin.com/in/miconda Kamailio World Conference, Berlin, May 18-20, 2016 - http://www.kamailioworld.com _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org <mailto:sr-users@lists.sip-router.org> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users