add optional var/param for seperately setting the rtp timeout when on hold

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7309 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2008-01-21 00:35:33 +00:00
parent e7d29df822
commit c731ed53a7
3 changed files with 24 additions and 1 deletions
+2
View File
@@ -288,6 +288,7 @@ struct sofia_profile {
uint32_t session_timeout;
uint32_t max_proceeding;
uint32_t rtp_timeout_sec;
uint32_t rtp_hold_timeout_sec;
char *odbc_dsn;
char *odbc_user;
char *odbc_pass;
@@ -374,6 +375,7 @@ struct private_object {
uint32_t owner_id;
uint32_t session_id;
uint32_t max_missed_packets;
uint32_t max_missed_hold_packets;
/** VIDEO **/
switch_frame_t video_read_frame;
switch_codec_t video_read_codec;