<div dir="ltr"><div>Hi all,</div><div><br></div><div>Was trying to figure out how to
send custom verto events to the browser via websocket and I found this
old thread, which pretty much lays out what I was trying to do - but
unfortunately, no responses on this.<br></div><div><br></div><div><a href="https://lists.freeswitch.org/pipermail/freeswitch-users/2015-May/112995.html" target="_blank">https://lists.freeswitch.org/pipermail/freeswitch-users/2015-May/112995.html</a></div><div><br></div><div>Essentially
wondering if there was a way to send custom events using mod_verto's
WRITE functionality, similar to below, and if there was any guidance on
how to do this? I tried creating an event and firing it but it doesn't
seem to appear in the websocket and it seems that mod_verto is writing
these events uniquely.<br></div><div><br></div><div><pre>2015-05-12 05:18:04.470641 [ALERT] mod_verto.c:604 WRITE
<a href="http://192.168.10.101:48165" target="_blank">192.168.10.101:48165</a> [{
"jsonrpc": "2.0",
"id": 8,
"result": {
"message": "CALL CREATED",
"callID": "be3e35a0-ec02-5ca7-cbf8-68a8c1cd2c4c",
"sessid": "48a502b3-740a-5b3d-21a4-bf9244bafb90"
}
}]<br><br></pre>Thanks,</div><div>Mike</div></div>