[Freeswitch-users] Mod Verto - Chat Version 1.6.19
Jonathan Hunter
hunterj91 at hotmail.com
Wed Feb 14 14:01:07 UTC 2018
Hi Guys,
I am testing verto on version 1.6.19 and it works great for Video and Audio, however when using the
function setupChat I am seeing some strange behaviour.
I am using extension 1002 and I connect to conference conference_1.
I then send a chat message (to test functionality) and it sends it fine, however in the chat history window the same message is repeated, I assume by the server, and in the console I see;
2018-02-14 13:54:06.369878 [ALERT] mod_verto.c:604 WRITE 82.8.193.240:55456 [{
"jsonrpc": "2.0",
"id": 3450,
"method": "verto.info",
"params": {
"msg": {
"from": "1002 at 172.31.12.49",
"to": "1002 at 172.31.12.49",
"body": "hello",
"from_user": "1002",
"from_host": "172.31.12.49",
"from_full": "1002",
"from_msg_name": "Jon H",
"from_msg_number": "Consumer123456"
}
}
}]
2018-02-14 13:54:06.369878 [ALERT] mod_verto.c:604 WRITE 82.8.193.240:55456 [{
"jsonrpc": "2.0",
"id": 3451,
"method": "verto.info",
"params": {
"msg": {
"from": "conference_1 at 172.31.12.49",
"to": "1002 at 172.31.12.49",
"body": "Hello, you said: ",
"to_user": "1002",
"to_host": "172.31.12.49",
"to_full": "1002",
"to_msg_name": "Jon H",
"to_msg_number": "Consumer123456"
}
}
}]
2018-02-14 13:54:06.369878 [ALERT] mod_verto.c:604 WRITE 82.8.193.240:55456 [{
"jsonrpc": "2.0",
"id": 3452,
"method": "verto.info",
"params": {
"msg": {
"from": "1002 at 172.31.12.49",
"to": "1002 at 172.31.12.49",
"body": "Hello, you said: ",
"to_user": "1002",
"to_host": "172.31.12.49",
"to_full": "1002",
"to_msg_name": "JonH",
"to_msg_number": "Consumer123456"
}
}
}]
Where are these messages coming with "Hello, you said:" from?
Is this a configuration issue on my part?
Many thanks!
Jon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180214/8d325d41/attachment-0001.html>
More information about the FreeSWITCH-users
mailing list