Hi,<br>I am logging text/html messages with siptrace, and seeing that certain packets are being retransmitted several times, but am left with no way to detect that they are retransmissions and not legitimate messages.<br>I.e
. the contents of the msg field are the same, and the other fields in the table seem to be of no help.<br><br>Is there a way to detect within openser that a packet is either a retransmission or being sent to multiple destinations, so that only the first one is recorded?
<br><br>The larger problem I am trying to solve is the above one.&nbsp; <br>However, the specific one is interesting, too.<br><br>The specific circumstances under which this is happening is that I'm trying to communicate between gaim 
2.0 beta5 and a counterpath xten phone.<br>1. the gaim client will only login using tcp (it's udp transport seems to be broken.. it won't send the Authorization header).<br>2. messages sent from gaim arrive at the destination, but gaim does not see incoming messages... openser complains about tcp errors.
<br><br>&nbsp;7(32169) ERROR: tcp_blocking_connect: timeout 10 s elapsed from 10 s<br>&nbsp;7(32169) ERROR: tcpconn_connect: tcp_blocking_connect failed<br>&nbsp;7(32169) ERROR: tcp_send: connect failed<br>&nbsp;7(32169) msg_send: ERROR: tcp_send failed
<br>&nbsp;7(32169) ERROR:tm:t_forward_nonack: sending request failed<br><br>In this context, the MESSAGE packets get sent several times, and get logged several times.<br><br><br>Thanks,<br>Mark Price<br>