[reSIProcate-users] Sesstion timer
Hi all, I'm using reSIProcate 1.4.1, I have wrote these code for the session timer(RFC40280):
mMasterProfile->addSupportedOptionTag(Token(Symbols::Timer));
mMasterProfile->setDefaultSessionTime(90);
mMasterProfile->setDefaultSessionTimerMode(Profile::PreferUACRefreshes);
When I make the call, I saw the INVITE message has inclued the session-expires and mini-se headers.
But the session-expires value always is 1800 even I set it as 90 or 900, why ?
Thanks