<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Greg,<br><br>The email from you and others is giving me the type of most direct fair insights I am&nbsp; looking for . You know, just some practical "what is all this about" type of things for my selforientation.<br><br>Just that openser link you are attaching unfortunately looks too much like openser marketing material. It is saying that ser was discontinued but actually the information I'm getting from others telling me that it has some features which are very important and openser do not have. With all respect, it is understandable that openser people write nicely about themselves and less nicely about others but it remains so confusing that I do not have confidence to move with this particular material. The openser info just
 appears too little credible for me.<br><br>I think I am beginning to get the bottom line and I hope I will create my mind soon and if people have other information for me pls send it. Especially, objective technical information including this timer discussion is helping me. You know, better understanding what is the difference in "what they think is important". That would surely help me beyound the filosophical "cats or dogs, who is a better friend of man" information aqusition phase people surely like to be engaged in :-)<br><br>Thank you all guys for keeping helping me a lot, <br><br>rr<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Greg Fausak &lt;lgfausak@gmail.com&gt;<br>To: Rao Ramaratnamma &lt;raramarat@yahoo.com&gt;<br>Cc: Christian Schlatter &lt;cs@unc.edu&gt;; users@openser.org<br>Sent: Wednesday, November 8, 2006 5:21:41 AM<br>Subject: Re: [Users] TM : retransmission timers<br><br>You
 can go to openser.org's website and read about how<div>how openser and ser are related.</div><div><br class="khtml-block-placeholder"></div><div><a rel="nofollow" target="_blank" href="http://www.openser.org/index.php?option=com_content&amp;task=view&amp;id=40&amp;Itemid=61">http://www.openser.org/index.php?option=com_content&amp;task=view&amp;id=40&amp;Itemid=61</a></div><div><br class="khtml-block-placeholder"></div><div>They are now two separate bodies of code, maintained by</div><div>two different groups.&nbsp; Each one has gone off and implemented</div><div>and support what they think is important.&nbsp;Both projects</div><div>are open source projects, anyone is certainly welcome</div><div>to contribute to either.&nbsp;</div><div><br class="khtml-block-placeholder"></div><div>-g</div><div><br class="khtml-block-placeholder"></div><div><br><div><div>On Nov 7, 2006, at 4:15 PM, Rao Ramaratnamma wrote:</div><br class="Apple-interchange-newline"><blockquote
 type="cite"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">the ser ottendorf announcement does mention improved timers. Cannot openser include this feature too and cannot I merge ser with openser for good timers? I am still trying to understand the difference between ser and openser but standart compliance seems to be very important matter!<br><br>Cannot people provide me with some hints? I am sure that I am not the only who is asking the difference between ser and openser. ser documentation does not appear uptodate, but the software as sannounced appears impressive. I have already asked this question but did not receive any answer. <br><br>thank you in advance!<br><br>rr<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Christian Schlatter &lt;<a rel="nofollow" target="_blank"
 href="mailto:cs@unc.edu">cs@unc.edu</a>&gt;<br>To: <a rel="nofollow" target="_blank" href="mailto:users@openser.org">users@openser.org</a><br>Sent: Tuesday, November 7, 2006 10:52:56 PM<br>Subject: Re: [Users] TM : retransmission timers<br><br><div>Greg Fausak wrote:<br>&gt; Hello,<br>&gt; <br>&gt; I believe this is a well known bug.<br>&gt; Granularity of timers is 1 second.&nbsp;&nbsp;So, if you sign up for a timer to<br>&gt; be fired in 1 second it will happen anywhere between 0 seconds and 1 <br>&gt; second.<br>&gt; 2 seconds will happen between 1 and 2 seconds.&nbsp;&nbsp;I usually set up my<br>&gt; timers to be 2, 2, 4, 8.&nbsp;&nbsp;There are VOIP providers that are pretty <br>&gt; sticky about<br>&gt; the first 500ms.&nbsp;&nbsp;If you are using one of them you're out of luck.<br><br>Yes, there is a timer process that wakes up every second to perform <br>retransmissions. I was actually quite surprised that OpenSER, which is <br>known to be very standards compliant,
 does not follow the RFC 3261 <br>retransmission timeouts. On the other hand, the RFC 3261 timeout values <br>are just suggestions and standards compliant SIP UA must accept shorter <br>timeouts. Still it would be nice if OpenSER would support sub second <br>timers, this would allow for shorter fail-over times.<br><br>Christian<br><br>&gt; <br>&gt; I believe SER has made timer changes to support more exact timer<br>&gt; intervals.&nbsp;&nbsp;They are a completely different camp, with a different feature<br>&gt; set (although they share the same roots).<br>&gt; <br>&gt; -g<br>&gt; <br>&gt; <br>&gt; On 11/7/06, Jean-François SMIGIELSKI &lt;<a rel="nofollow" target="_blank" href="mailto:jf-smig@ibelgique.com">jf-smig@ibelgique.com</a>&gt; wrote:<br>&gt;&gt; Hello,<br>&gt;&gt;<br>&gt;&gt; I made strange observations about the intervals between <br>&gt;&gt; retransmissions with the TM module.<br>&gt;&gt; In my experiments,&nbsp;&nbsp;I used the default parameters for the TM
 module <br>&gt;&gt; timers, and I&nbsp;&nbsp;sent an INVITE that cannot receive answers (it has a <br>&gt;&gt; well&nbsp;&nbsp;known R-URI pattern that is forwarded to a place and port that <br>&gt;&gt; nobody listen).<br>&gt;&gt;<br>&gt;&gt; When reading RFC3261, I expected to see intervals between <br>&gt;&gt; retransmissions of |500ms|1s|2s|4s|8s|16s|. 7 transmissions, during 32s.<br>&gt;&gt;<br>&gt;&gt; But with OpenSER, (I have tested with the debian package 1.1.0-5 on a <br>&gt;&gt; debian etch, and the cvs sources for 1.1.0 or 1.0.1compiled by <br>&gt;&gt; myself), I can see intervals like &lt;500ms, 2s, 4s, 4s,4s, ... until 26s <br>&gt;&gt; are spent (9 sendings). The first interval is sometomes very short <br>&gt;&gt; (40ms).<br>&gt;&gt;<br>&gt;&gt; Altough I like the sequence of 4s separated transmissions, I do not <br>&gt;&gt; know why the first interval is so short, and why there is no sending <br>&gt;&gt; after 1s.<br>&gt;&gt;<br>&gt;&gt; Did anybody observed
 such behaviours? Are they normal?<br>&gt;&gt;<br>&gt;&gt; Thanks in advance!<br>&gt;&gt;<br>&gt;&gt; JF Smigielski.<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ________________________________________________________________________<br>&gt;&gt; iBELGIQUE, exprimez-vous !<br>&gt;&gt; <a rel="nofollow" target="_blank" href="http://web.ibelgique.com/">http://web.ibelgique.com/</a><br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; Users mailing list<br>&gt;&gt; <a rel="nofollow" target="_blank" href="mailto:Users@openser.org">Users@openser.org</a><br>&gt;&gt; <a rel="nofollow" target="_blank" href="http://openser.org/cgi-bin/mailman/listinfo/users">http://openser.org/cgi-bin/mailman/listinfo/users</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt; <br>&gt; <br><br></div><div>_______________________________________________<br>Users mailing list<br><a rel="nofollow" target="_blank" href="mailto:Users@openser.org">Users@openser.org</a><br><a rel="nofollow"
 target="_blank" href="http://openser.org/cgi-bin/mailman/listinfo/users">http://openser.org/cgi-bin/mailman/listinfo/users</a><br></div></div><br></div></div><br><div style="margin: 0px;">_______________________________________________</div><div style="margin: 0px;">Users mailing list</div><div style="margin: 0px;"><a rel="nofollow" target="_blank" href="mailto:Users@openser.org">Users@openser.org</a></div><div style="margin: 0px;"><a rel="nofollow" target="_blank" href="http://openser.org/cgi-bin/mailman/listinfo/users">http://openser.org/cgi-bin/mailman/listinfo/users</a></div> </blockquote></div><br></div></div><br></div></div><br></body></html>