Connection stops

Gabriel

New Member
We noticed that the mediaserver disconnects if there's no RTP traffic for some time in any direction. Seems as 10-15 seconds. Is it possible to increase this value to at least 60 seconds? Where do we change this?
 

Max

Administrator
Staff member
You need to edit flashphoner.properties:
Code:
rtp_activity_detecting=true,60
In this case, if there's no voice from the SIP within 60 seconds, the call hangs up. The default value is 5 seconds.
 
Top