<div dir="ltr">Hello,<div>We have verto setup and working. </div><div>It is great btw.</div><div>We want to be able to send custom json data back to the client (hopefully using dialplan if possble)</div><div>I don&#39;t really know if this is even possible or if it is, where to start.</div><div>I change mod_verto to verbose debugging and I can see it sends json data back to the verto client, but I am lost as to how to do this on my own.</div><div>Here is an example json sent from FS to verto client:</div><div><br></div><div><div>2015-05-12 05:18:04.470641 [ALERT] mod_verto.c:604 WRITE <a href="http://192.168.10.101:48165">192.168.10.101:48165</a> [{</div><div>        &quot;jsonrpc&quot;:      &quot;2.0&quot;,</div><div>        &quot;id&quot;:   8,</div><div>        &quot;result&quot;:       {</div><div>                &quot;message&quot;:      &quot;CALL CREATED&quot;,</div><div>                &quot;callID&quot;:       &quot;be3e35a0-ec02-5ca7-cbf8-68a8c1cd2c4c&quot;,</div><div>                &quot;sessid&quot;:       &quot;48a502b3-740a-5b3d-21a4-bf9244bafb90&quot;</div><div>        }</div><div>}]</div></div><div><br></div><div><br></div><div><br></div><div>I see there is a &quot;json&quot; API command in FS console but when i try to run something like</div><div><br></div><div>json {&quot;message&quot;:&quot;CALL CREATED&quot;,&quot;callID&quot;:&quot;be3e35a0-ec02-5ca7-cbf8-68a8c1cd2c4c&quot;,&quot;sessid&quot;:&quot;48a502b3-740a-5b3d-21a4-bf9244bafb90&quot;}<br></div><div><br></div><div>I get</div><div><br></div><div>{&quot;message&quot;:&quot;CALL CREATED&quot;,&quot;callID&quot;:&quot;be3e35a0-ec02-5ca7-cbf8-68a8c1cd2c4c&quot;,&quot;sessid&quot;:&quot;48a502b3-740a-5b3d-21a4-bf9244bafb90&quot;,&quot;status&quot;:&quot;error&quot;,&quot;message&quot;:&quot;Invalid request or non-existant command&quot;,&quot;response&quot;:null}</div><div><br></div><div><br></div><div>If someone know how I can accomplish this, I&#39;d be happy to update confluence with details.</div><div>Thanks,</div><div>V</div><div><br></div></div>