[Freeswitch-users] Status of chat in mod_verto

mbo mbodbg at gmx.net
Thu Dec 4 16:24:59 MSK 2014


Hello,

we are playing around with mod_verto. The audio part is working fine, but what is the status with the chat implementation. On the demo page on the internet (bbb.freeswitch.org), I can see that chat is working at least in a conference. But does chat also work between 2 users logged in via mod_verto? 
On the demo page I can see that code handling chat is commented out, isn’t it ready yet? We modified the script a bit and we are at least able to see that chat messages are received on the server like:

2014-12-04 12:10:18.228695 [ALERT] mod_verto.c:1284 READ 192.168.0.214:56164 [{
    "jsonrpc":      "2.0",
    "method":       "verto.info",
    "params":       {
            "msg":  {
                    "to":   "1009",
                    "body": "test"
            },
            "sessid":       "f7d3c02c-71ac-1e42-9a6b-0d7cc0d355ad"
    },
    "id":   14
}]
2014-12-04 12:10:18.228695 [ALERT] mod_verto.c:594 WRITE 192.168.0.214:56164 [{
    "jsonrpc":      "2.0",
    "id":   14,
    "result":       {
            "message":      "SENT",
            "sessid":       "f7d3c02c-71ac-1e42-9a6b-0d7cc0d355ad"
    }
}]

but we do not see anything on the destination client. Does anyone else have chat already working?

Thanks and Regards

Markus







Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list