make rtp timeout 10 times longer than specified value when the call is on hold

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6101 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-10-31 17:30:50 +00:00
parent 2f32d01b1c
commit 0c09642bf9
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -342,6 +342,7 @@ struct private_object {
sip_contact_t *contact;
uint32_t owner_id;
uint32_t session_id;
uint32_t max_missed_packets;
/** VIDEO **/
switch_frame_t video_read_frame;
switch_codec_t video_read_codec;