<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Mensagem</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2737.800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Trebuchet MS" size=2>Hi, this like to be a problem of timers in 
the signaling of the gateway. You need trace all the call in the UAC, in SER and 
in the gateway to analyse. If you need help to analyse the traces please let me 
known.</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2>Regards</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2>Ezequiel</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=jadylson.bomfim@redevox.com.br 
  href="mailto:jadylson.bomfim@redevox.com.br">Jadylson Bomfim</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=serusers@lists.iptel.org 
  href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, May 05, 2004 6:30 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Serusers] Call drops with 60 
  sec and Buffer size exceeded message</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>
  <DIV><FONT face=Arial size=2><SPAN class=046553121-30042004>Hi 
  guys,</SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=046553121-30042004></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2><SPAN class=046553121-30042004>I was create a 
  script to route some kinds of routes&nbsp;calls to PSTN&nbsp;( like that ). So 
  after 59 sec. it is droped.</SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=046553121-30042004></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2><SPAN class=046553121-30042004>Someone can help 
  me ?</SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2><SPAN class=046553121-30042004>Thank you all for 
  attention and kindness in advance.</SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=046553121-30042004></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2><SPAN class=046553121-30042004>Jadylson 
  Bomfim</SPAN></FONT></DIV>
  <DIV>
  <P><FONT size=2>if (uri=~"sip:0[0-9]*@.*") {</FONT></P>
  <P><FONT size=2>route(6);</FONT></P>
  <P><FONT size=2>break;</FONT></P>
  <P><FONT size=2>};</FONT></P>
  <P><FONT size=2>route[6] {</FONT></P>
  <P><FONT size=2>setflag(1);</FONT></P>
  <P><FONT size=2>if (uri=~"^sip:0[1-9]*@") {</FONT></P>
  <P><FONT size=2>strip(1);</FONT></P>
  <P><FONT size=2>prefix("01155");</FONT></P>
  <P><FONT size=2>rewritehostport("<SPAN class=046553121-30042004>ip 
  address</SPAN>:5060");</FONT></P>
  <P><FONT size=2>acc_rad_request("Saindo Para PSTN no Brasil"); </FONT></P>
  <P><FONT size=2>if (method=="INVITE" &amp;&amp; search("User-Agent: snom")) 
  {</FONT></P>
  <P><FONT size=2>replace("100rel, ", "");</FONT></P>
  <P><FONT size=2>};</FONT></P>
  <P><FONT size=2>append_hf("P-hint: GATEWAY\r\n");</FONT></P>
  <P><FONT size=2># use UDP to guarantee well-known sender port (TCP 
  ephemeral)</FONT></P>
  <P><FONT size=2>t_relay_to_udp("<SPAN class=046553121-30042004>ip 
  address</SPAN>","5060");</FONT></P>
  <P><FONT size=2>} else {</FONT></P>
  <P><FONT size=2>if (uri=~"^sip:00[0-9][0-9]*@") { # ... forward to gateways 
  then;</FONT></P>
  <P><FONT size=2>#Cheque se inicia com 00 </FONT></P>
  <P><FONT size=2>if (uri=~"^sip:00") {</FONT></P>
  <P><FONT size=2># strip the leading "1"</FONT></P>
  <P><FONT size=2>strip(2);</FONT></P>
  <P><FONT size=2>prefix("011");</FONT></P>
  <P><FONT size=2># if you have passed through all the checks, let your call go 
  to GW!</FONT></P>
  <P><FONT size=2>rewritehostport("<SPAN class=046553121-30042004>ip 
  address</SPAN>:5060");</FONT></P>
  <P><FONT size=2># snom conditioner</FONT></P>
  <P><FONT size=2>if (method=="INVITE" &amp;&amp; search("User-Agent: snom")) 
  {</FONT></P>
  <P><FONT size=2>replace("100rel, ", "");</FONT></P>
  <P><FONT size=2>};</FONT></P>
  <P><FONT size=2>append_hf("P-hint: GATEWAY\r\n");</FONT></P>
  <P><FONT size=2># use UDP to guarantee well-known sender port (TCP 
  ephemeral)</FONT></P>
  <P><FONT size=2>t_relay_to_udp("<SPAN class=046553121-30042004>ip 
  address</SPAN>","5060");</FONT></P>
  <P><FONT size=2>};</FONT></P>
  <P><FONT size=2>} else {</FONT></P>
  <P><FONT size=2>if (uri=~"^sip:001*@") { # ... forward to gateways 
  then;</FONT></P>
  <P><FONT size=2>#Cheque se inicia com 00 </FONT></P>
  <P><FONT size=2>if (uri=~"^sip:00") {</FONT></P>
  <P><FONT size=2># strip the leading "1"</FONT></P>
  <P><FONT size=2>strip(2);</FONT></P>
  <P><FONT size=2># if you have passed through all the checks, let your call go 
  to GW!</FONT></P>
  <P><FONT size=2>rewritehostport("<SPAN class=046553121-30042004>ip 
  address</SPAN>:5060");</FONT></P>
  <P><FONT size=2># snom conditioner</FONT></P>
  <P><FONT size=2>if (method=="INVITE" &amp;&amp; search("User-Agent: snom")) 
  {</FONT></P>
  <P><FONT size=2>replace("100rel, ", "");</FONT></P>
  <P><FONT size=2>};</FONT></P>
  <P><FONT size=2>append_hf("P-hint: GATEWAY\r\n");</FONT></P>
  <P><FONT size=2># use UDP to guarantee well-known sender port (TCP 
  ephemeral)</FONT></P>
  <P><FONT size=2>t_relay_to_udp("<SPAN class=046553121-30042004>ip 
  address</SPAN>","5060");</FONT></P>
  <P><FONT size=2>};</FONT></P>
  <P><FONT size=2>};</FONT></P>
  <P><FONT size=2>};</FONT></P>
  <P><FONT size=2>};</FONT></P>
  <P><FONT size=2>}</FONT></P></DIV></FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV align=left>
  <DIV style="WIDTH: 346px; HEIGHT: 291px" align=left>
  <P class=MsoNormal>&nbsp;</P>
  <P class=MsoNormal style="MARGIN-TOP: 0px"><SPAN 
  style="FONT-WEIGHT: 700; COLOR: #0000ff; FONT-FAMILY: Verdana">Jadylson da 
  Rocha Passos Bomfim</SPAN></P>
  <P class=MsoNormal style="MARGIN-TOP: 0px"><FONT face=Verdana color=navy><SPAN 
  lang=EN-US style="COLOR: #0000ff; FONT-FAMILY: Verdana">Redevox 
  Telecom</SPAN></FONT></P>
  <P class=MsoNormal style="MARGIN-TOP: 0px"><SPAN 
  style="COLOR: #0000ff; FONT-FAMILY: Verdana">Uberlandia</SPAN><FONT 
  face=Verdana color=navy><SPAN lang=EN-US 
  style="COLOR: #0000ff; FONT-FAMILY: Verdana"> +55 34 
  3234-7813</SPAN></FONT></P>
  <P class=MsoNormal style="MARGIN-TOP: 0px"><SPAN 
  style="COLOR: #0000ff; FONT-FAMILY: Verdana">São Paulo</SPAN><FONT 
  face=Verdana color=navy><SPAN lang=EN-US 
  style="COLOR: #0000ff; FONT-FAMILY: Verdana">&nbsp; +55 11 
  5055-6888</SPAN></FONT></P>
  <P class=MsoNormal style="MARGIN-TOP: 0px"><FONT face=Verdana color=navy><SPAN 
  lang=EN-US style="COLOR: #0000ff; FONT-FAMILY: Verdana">Mó</SPAN><SPAN 
  style="COLOR: #0000ff; FONT-FAMILY: Verdana">vel&nbsp; </SPAN><SPAN lang=EN-US 
  style="COLOR: #0000ff; FONT-FAMILY: Verdana">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+55 
  34 9103-6854</SPAN></FONT></P>
  <P><IMG height=49 src="cid:006201c4337c$0ca57db0$1d000a0a@ecolombo" width=185 
  border=0></P>&nbsp;</DIV></DIV>
  <DIV>&nbsp;</DIV><BR>
  <P><FONT size=2>---<BR>Outgoing mail is certified Virus Free.<BR>Checked by 
  AVG anti-virus system (http://www.grisoft.com).<BR>Version: 6.0.643 / Virus 
  Database: 411 - Release Date: 25/3/2004<BR></FONT></P>
  <P><FONT face=Arial size=2></FONT></P>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Serusers mailing 
  list<BR>serusers@lists.iptel.org<BR>http://lists.iptel.org/mailman/listinfo/serusers<BR></BLOCKQUOTE></BODY></HTML>