<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'><div style="font-family: Times New Roman; font-size: 12pt; color: rgb(0, 0, 0);">Hi,<br><br>I
have a small javascript application that accepts a call, retrieves some
dtmf digits and then records the call to an icecast server. This works
great. <br><br>The problem I'm having is that when the call is being
recorded freeswitch is no longer sending rtp packets back to the
originating caller, in my case a Cisco 5300 with a bunch of&nbsp; T1 voice
circuits in it.&nbsp; This makes sense, since no voice data back is being
generated.&nbsp; Unfortunately my Cisco gear has rtp inactivity timers set
up to hang up a call after 3 minutes of no incoming rtp packets, this
is a global setting that cannot be configured for a single dial peer.&nbsp;
Does anyone have a suggestion to generate rtp packets every once in a
while?&nbsp; I tried setting comfort noise which did not seem to send
anything.&nbsp; I could try playing a empty/short wav file every minute or
so but the javascript call session.record is blocking, would a
traditional javascript timer and callback to play a wav file be my best
bet or is there a better approach? I'm using FreeSWITCH Version
1.0.trunk (12108M) on debian etch.<br><br>Thanks!<br>Dan- <br></div></div></body></html>