Hi all,<div><br></div><div>i do have a strange behaviour here - on my system i do get the following error(s) every 20 seconds - the problem does not seem to hurt something - but it seems strange - and maybe it will get problematic on higher volume...</div>
<div><br></div><div>the message(s) i get are</div><div><br></div><div>[Mar 20 08:50:08] WARNING[6116]: chan_sip.c:3395 __sip_xmit: sip_xmit of 0xb4b9a88 (len 497) to <a href="http://91.118.23.149:1035">91.118.23.149:1035</a> returned -2: Success</div>
<div>[Mar 20 08:50:27] WARNING[6116]: chan_sip.c:3395 __sip_xmit: sip_xmit of 0xa986d30 (len 497) to <a href="http://91.118.23.149:1035">91.118.23.149:1035</a> returned -2: Interrupted system call</div><div><br></div><div>
I do have taken a look at __sip_xmit - in my case it is the tcp transport - so it does call sip_tcptls_write.</div><div><br></div><div>This function does set res = len at the begining - len is not -2...</div><div><br></div>
<div>This function does return the len - or XMIT_ERROR - i can not see anything where res could get an other value in this function - so - how is it possible that it does return -2 ?</div><div><br></div><div>Some side info - the message the system is trying to retransmit is a BYE message - sent to a device on a tcp transport - which i do have changed to a udp transport.</div>
<div><br></div><div>The data pointer is not always the same - it is the same for some messages - but now always. Also it does update the cseq field...</div><div><br></div><div>What i can see - is that when i get Interrupted system call - then it will update the cseq to the next cseq in an existing data structure - when it does return &quot;Success&quot; (with res==-2) - then it create a new data structure.</div>
<div><br></div><div>I can not find the real problem here - the workaround i can imagine is to check for res&lt;0 in __sip_xmit instead of res==-1 - so that the retransmits does stop.</div><div><br></div><div>What do you think about this ?</div>
<div><br></div><div>br,</div><div>Wolfgang</div>