Open GoogleCodeExporter opened 9 years ago
Fixed the parse errors. The notify messages were missing the \r\n at the end.
Now I am noticing something different. When I update my status say from Busy to
Online etc the client is not sending a PUBLISH to the server. Not sure what the
issue is.
I see this in the boghe log file:
2012-11-26 13:46:00,125 ERROR [7] BogheCore.Services.Impl.SipService:0 -
***ERROR: function: "tnet_get_ip_n_port()"
file: ".\src\tnet_utils.c"
line: "920"
MSG: TNET_GET_SOCKADDR has failed with status code: -1
2012-11-26 13:46:00,126 ERROR [7] BogheCore.Services.Impl.SipService:0 -
***ERROR: function: "tnet_transport_send()"
file: ".\src\tnet_transport_win32.c"
line: "258"
MSG: WSASend have failed.
2012-11-26 13:46:00,126 ERROR [7] BogheCore.Services.Impl.SipService:0 -
***ERROR: function: "tnet_transport_send()"
file: ".\src\tnet_transport_win32.c"
line: "258"
MSG: (SYSTEM)NETWORK ERROR ==>An operation was attempted on something that is
not a socket.
2012-11-26 13:46:00,129 ERROR [7] BogheCore.Services.Impl.SipService:0 -
***ERROR: function: "tnet_get_ip_n_port()"
file: ".\src\tnet_utils.c"
line: "920"
MSG: TNET_GET_SOCKADDR has failed with status code: -1
2012-11-26 13:46:00,129 ERROR [7] BogheCore.Services.Impl.SipService:0 -
***ERROR: function: "tnet_transport_send()"
file: ".\src\tnet_transport_win32.c"
line: "258"
MSG: WSASend have failed.
2012-11-26 13:46:00,129 ERROR [7] BogheCore.Services.Impl.SipService:0 -
***ERROR: function: "tnet_transport_send()"
file: ".\src\tnet_transport_win32.c"
line: "258"
MSG: (SYSTEM)NETWORK ERROR ==>An operation was attempted on something that is
not a socket.
2012-11-26 13:46:00,130 ERROR [7] BogheCore.Services.Impl.SipService:0 -
***ERROR: function: "tnet_get_ip_n_port()"
file: ".\src\tnet_utils.c"
line: "920"
MSG: TNET_GET_SOCKADDR has failed with status code: -1
2012-11-26 13:46:00,130 ERROR [7] BogheCore.Services.Impl.SipService:0 -
***ERROR: function: "tnet_transport_send()"
file: ".\src\tnet_transport_win32.c"
line: "258"
MSG: WSASend have failed.
2012-11-26 13:46:00,130 ERROR [7] BogheCore.Services.Impl.SipService:0 -
***ERROR: function: "tnet_transport_send()"
file: ".\src\tnet_transport_win32.c"
line: "258"
MSG: (SYSTEM)NETWORK ERROR ==>An operation was attempted on something that is
not a socket.
2012-11-26 13:46:32,130 INFO [5] BogheCore.Services.Impl.SipService:0 -
OnDialogEvent (Transport error.)
2012-11-26 13:46:32,130 INFO [5] BogheCore.Services.Impl.SipService:0 -
OnDialogEvent (Dialog terminated)
2012-11-26 13:46:32,133 INFO [5] BogheCore.Services.Impl.SipService:0 -
OnDialogEvent (Transport error.)
2012-11-26 13:46:32,133 INFO [5] BogheCore.Services.Impl.SipService:0 -
OnDialogEvent (Dialog terminated)
2012-11-26 13:46:32,134 INFO [5] BogheCore.Services.Impl.SipService:0 -
OnDialogEvent (Transport error.)
2012-11-26 13:46:32,134 INFO [5] BogheCore.Services.Impl.SipService:0 -
OnDialogEvent (Dialog terminated)
2012-11-26 14:05:54,276 DEBUG [10]
BogheCore.Services.Impl.XmlConfigurationService:0 - Saving configuration...
2012-11-26 14:06:28,928 DEBUG [10]
BogheCore.Services.Impl.XmlConfigurationService:0 - Saving configuration...
2012-11-26 14:06:49,877 DEBUG [10]
BogheCore.Services.Impl.XmlConfigurationService:0 - Saving configuration...
Any clue if that would make the PUBLISH not get sent to the server?
Original comment by sangeeta...@gmail.com
on 26 Nov 2012 at 8:25
Original issue reported on code.google.com by
sangeeta...@gmail.com
on 21 Nov 2012 at 7:00Attachments: