Hi All, UA <--------> Asterisk Server <---------> UB if there is no rtp for a specified number of minutes / seconds then I want to disconnect the call. I've tried using rtptimout and rtpholdtimeout but no luck pls guide. thanks arun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070917/7ee005e6/attachment.htm
Try adding canreinvite=no to the sip.conf entries for UA or UB. Asterisk can't timeout the RTP if the RTP is not being handled by Asterisk. Arun Kumar wrote:> Hi All, > > > UA <--------> Asterisk Server <---------> UB > > if there is no rtp for a specified number of minutes / seconds then I want > to disconnect the call. I've tried using rtptimout and rtpholdtimeout but no > luck