<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p><span>This is pretty strange, since it never happened to me on an AMD machine, though i have different model,&nbsp;AMD Athlon II X2 250e.</span></p>
<div>&nbsp;</div>
<div>Can you try using fr_timer_avp? e.g.</div>
<div>&nbsp;</div>
<div>
<div>modparam("tm", "fr_timer_avp", "$avp(10)")</div>
<div>modparam("tm", "fr_inv_timer_avp", "$avp(20)")</div>
</div>
<div>&nbsp;</div>
<div>See more info,</div>
<div>&nbsp;</div>
<div><a href="http://www.opensips.org/html/docs/modules/1.10.x/tm.html#id293753" target="_blank">http://www.opensips.org/html/docs/modules/1.10.x/tm.html#id293753</a></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Set these vars and print xlog when INVITE comes in.</div>
<div>&nbsp;</div>
<div>branch_route {</div>
<div>...</div>
<div>
<div><span></span>&nbsp; &nbsp; $avp(10) = 5;</div>
<div><span></span>&nbsp; &nbsp; $avp(20) = 60;</div>
</div>
<div><span></span>&nbsp; &nbsp; xlog("L_NOTICE", "[$pr:$fU@$si:$sp]: Setting TRY timer to '$avp(10)' and RING timer to '$avp(20)' for call from '$fu' to '$ru' \n");</div>
<div>...</div>
<div>}</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Then check in failure route,</div>
<div>&nbsp;</div>
<div>failure_route {</div>
<div>...</div>
<div>
<div><span></span>&nbsp; &nbsp; if (t_check_status("408")) {</div>
<div><span></span>&nbsp; &nbsp; &nbsp; &nbsp; if ( t_local_replied("all") ) {</div>
<div><span></span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # local timeout with no reply received -&gt; fr_timer</div>
<div><span></span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xlog("L_NOTICE", "[$pr:$fU@$si:$sp]: Timeout on TRY timer for '$rm' from '$fu' to '$ru' after '$avp(10)' seconds \n");</div>
<div><span></span>&nbsp; &nbsp; &nbsp; &nbsp; } else if ( t_local_replied("last") ) {</div>
<div><span></span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # timeout with replies received -&gt; fr_inv_timer</div>
<div><span></span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xlog("L_NOTICE", "[$pr:$fU@$si:$sp]: Timeout on RING timer for '$rm' from '$fu' to '$ru' after '$avp(20)' seconds \n");</div>
<div><span></span>&nbsp; &nbsp; &nbsp; &nbsp; } else {</div>
<div><span></span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # received timeout</div>
<div><span></span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xlog("L_NOTICE", "[$pr:$fU@$si:$sp]: Timeout on T2 timer for '$rm' from '$fu' to '$ru' after '$avp(20)' seconds \n");</div>
<div><span></span>&nbsp; &nbsp; &nbsp; &nbsp; };</div>
<div><span></span>&nbsp; &nbsp; };</div>
</div>
<div>...</div>
<div>}</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>This will make things clearer if there is any problem.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thank you.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<p>On 2013-10-25 09:35, mayamatakeshi wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr"><br />
<div class="gmail_extra"><br /><br />
<div class="gmail_quote">On Tue, Oct 15, 2013 at 10:09 AM, mayamatakeshi <span>&lt;<a href="mailto:mayamatakeshi@gmail.com">mayamatakeshi@gmail.com</a>&gt;</span> wrote:<br />
<blockquote class="gmail_quote" style="margin: 0px  0px  0px  0.8ex; border-left: 1px  solid rgb; padding-left: 1ex;">
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>
<div>
<div>Hello,<br />I have some servers running opensips 1.10 commit bfd86ab25554082053167a82655e669ca1c0ea7c<br /><br /></div>
I am seeing an issue in them that i cannot reproduce in other servers:</div>
the fr_timer is not respected.<br />I set tm fr_timer=5 and use sipp to make a call and make opensips to send the call to an address that is not being listened by any app like <a href="http://127.0.0.1:5010">127.0.0.1:5010</a>.</div>
In these servers, sometimes timeout happens after 6, 9, 12 seconds but never (so far after) 5 seconds.</div>
But in other machines, fr_timer is consistently respected.</div>
So I am trying to figure out what would be causing this.</div>
<div>Does anyone have any idea of configuration of the server that could cause this?</div>
<div>The only significant difference I see is that on the problematic servers corosync was installed for HA (to control opensips switchover) but I don't see how this could have such impact.</div>
</div>
</div>
</blockquote>
<div>&nbsp;</div>
<div>Just in case someone else gets into this.</div>
<div>We verified the problem only happens if the VM runs on a VM host using this processor:<br />
<div style="color: #222222; font-family: arial,sans-serif; font-size: 12.6667px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: #ffffff;"><br />
<div>model name &nbsp; &nbsp; &nbsp;: AMD Opteron(tm) Processor 6344</div>
</div>
<div style="color: #222222; font-family: arial,sans-serif; font-size: 12.6667px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: #ffffff;">&nbsp;</div>
<div style="color: #222222; font-family: arial,sans-serif; font-size: 12.6667px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: #ffffff;">On the server where we have this one:</div>
<div style="color: #222222; font-family: arial,sans-serif; font-size: 12.6667px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: #ffffff;">&nbsp;</div>
<div style="color: #222222; font-family: arial,sans-serif; font-size: 12.6667px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: #ffffff;">model name &nbsp; &nbsp; &nbsp;: Intel(R) Xeon(R) CPU &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; X5550 &nbsp;@ 2.67GHz</div>
&nbsp;</div>
</div>
there is no problem.<br /><br />Regards,<br />Takeshi</div>
</div>
</blockquote>
<div>
<pre>-- 
Mit freundlichen Gr&uuml;&szlig;en
Muhammad Shahzad
-----------------------------------
CISCO Rich Media Communication Specialist (CRMCS)
CISCO Certified Network Associate (CCNA)
Cell: +49 176 99 83 10 85
MSN: shari_786pk@hotmail.com
Email: shaheryarkh@googlemail.com</pre>
</div>
</body></html>