<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-abbreviated" href="mailto:steve@daviesfam.org">steve@daviesfam.org</a> wrote:
<blockquote cite="midPine.LNX.4.58.0601182014530.2660@bob.daviesfam.org"
 type="cite">
  <pre wrap="">
On Wed, 18 Jan 2006, Javier Oviedo wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Jan 18 18:06:17 NOTICE[16386]: chan_sip.c:11213 do_monitor:
Disconnecting call 'SIP/X.X.X.X-085340d0' for lack of RTP activity in 11
seconds
Jan 18 18:06:17 WARNING[17340]: file.c:583 ast_readaudio_callback:
Failed to write frame
  == Spawn extension (default, 331222, 3) exited non-zero on
'SIP/172.25.92.153-085340d0'

The channels has RTP activity because I hear the voicemail message

    </pre>
  </blockquote>
  <pre wrap=""><!---->
The problem is that no RTP is coming from the other side (ie towards 
Asterisk).  This check is in case the other side has disappeared 
suddenly.  It doesn't help Asterisk to know that its transmitting.  It 
could transmit for hours and hours to nowhere and never know the other 
side is gone.  (that's UDP for you).

Best is to fix the original source so as to not do silence suppression. If
you can't do that, you can remove or lengthen the rtp timeout by adjusting
rtptimeout= and rtpholdtimeout= in the sip.conf file.

Regards,
Steve

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>


  </pre>
</blockquote>
Hi Steve, thanks for your response, my h323 endpoints have the silence
suppression option set a off. I remove the rtptimeout and
rtoholdtimeout options in the sip.conf file and now I obtain the
following error:<br>
<br>
<br>
*CLI&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing Set("SIP/X.X.X.X-09f3ebf8", "LANGUAGE()=es")
in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing SetCallerID("SIP/X.X.X.X-09f3ebf8", "331222") in new
stack<br>
&nbsp;&nbsp;&nbsp; -- Executing VoiceMail("SIP/X.X.X.X-09f3ebf8", "u331223") in new
stack<br>
&nbsp;&nbsp;&nbsp; -- Playing 'vm-theperson' (language 'es')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'digits/3' (language 'es')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'digits/3' (language 'es')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'digits/1' (language 'es')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'digits/2' (language 'es')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'digits/2' (language 'es')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'digits/3' (language 'es')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'vm-isunavail' (language 'es')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'vm-intro' (language 'es')<br>
&nbsp;&nbsp;&nbsp; -- Playing 'beep' (language 'es')<br>
&nbsp;&nbsp;&nbsp; -- Recording the message<br>
&nbsp;&nbsp;&nbsp; -- x=0, open writing:&nbsp;
/var/spool/asterisk/voicemail/default/331223/INBOX/msg0011 format:
wav49, 0x9ef4f60<br>
Jan 19 11:51:11 WARNING[19282]: app.c:653 ast_play_and_record: No audio
available on SIP/X.X.X.X-09f3ebf8??<br>
&nbsp;&nbsp;&nbsp; -- User hung up<br>
<br>
I think that it's a rare behavior of asterisk because the problem only
ocurs in "Not Response" case study but not in "Busy" or "Unavailable"
responses.<br>
<br>
Thanks in advance!<br>
<br>
Regards<br>
<br>
</body>
</html>