mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
Add sofia profile params to fine-tune timers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13245 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -479,6 +479,10 @@ struct sofia_profile {
|
||||
uint32_t ob_calls;
|
||||
uint32_t ib_failed_calls;
|
||||
uint32_t ob_failed_calls;
|
||||
uint32_t timer_t1;
|
||||
uint32_t timer_t1x64;
|
||||
uint32_t timer_t2;
|
||||
uint32_t timer_t4;
|
||||
};
|
||||
|
||||
struct private_object {
|
||||
|
||||
Reference in New Issue
Block a user