I am testing connecting an MSRP client to my Kamailio instance, and I keep getting the following error in my syslog:
/usr/sbin/kamailio[20055]: ERROR: <core> [tcp_read.c:293]: error reading: Connection reset by peer (104)
I believe this must be a misconfiguration on my part, I just don't know where to start. Any ideas what may cause a TCP read error? If this is an uncommon error, I can supply configs to help determine the cause.
Thanks, Ed
I haven't used MSRP yet - but the error messages indicates that the client closed/reset the TCP connection. You could use tcpdump/wireshark to verify what really happens on the TCP connection (maybe a firewall or NAT device resets the TCP connection)
regards Klaus
On 11.10.2012 17:35, Ed Brady wrote:
I am testing connecting an MSRP client to my Kamailio instance, and I keep getting the following error in my syslog:
/usr/sbin/kamailio[20055]: ERROR: <core> [tcp_read.c:293]: error reading: Connection reset by peer (104)
I believe this must be a misconfiguration on my part, I just don't know where to start. Any ideas what may cause a TCP read error? If this is an uncommon error, I can supply configs to help determine the cause.
Thanks, Ed
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello,
can you check if the client is not initiating a tls connection to the tcp port of kamailio? It might want to use tls, as msrp advises, for that you have to load and configure tls module, the port for it is 5061.
Cheers, Daniel
On 10/11/12 6:18 PM, Klaus Darilion wrote:
I haven't used MSRP yet - but the error messages indicates that the client closed/reset the TCP connection. You could use tcpdump/wireshark to verify what really happens on the TCP connection (maybe a firewall or NAT device resets the TCP connection)
regards Klaus
On 11.10.2012 17:35, Ed Brady wrote:
I am testing connecting an MSRP client to my Kamailio instance, and I keep getting the following error in my syslog:
/usr/sbin/kamailio[20055]: ERROR: <core> [tcp_read.c:293]: error reading: Connection reset by peer (104)
I believe this must be a misconfiguration on my part, I just don't know where to start. Any ideas what may cause a TCP read error? If this is an uncommon error, I can supply configs to help determine the cause.
Thanks, Ed
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users