[OpenSIPS-Users] Opensips 1.6.2 to 1.6.3 SST module question
k1028
mrprotocols at gmail.com
Thu Aug 19 19:51:37 CEST 2010
I am not a expert on this but would like to get some understand what is the
problem with my configuration.
I am getting call drop caused by the STT module on 1.6.3 but not on 1.6.2
every 180 seconds if I set modparam("sst", "min_se", 180).
This is my configuration
# ----- Dialog params -----
modparam("dialog", "dlg_flag", 4)
modparam("dialog", "timeout_avp", "$avp(i:10)")
modparam("dialog", "bye_on_timeout_flag", 14)
modparam("dialog", "db_mode", 1)
# ----- SST params -----
modparam("sst", "timeout_avp", "$avp(i:10)")
modparam("sst", "sst_flag", 5)
modparam("sst", "min_se", 180) # Must be >= 90
if (is_method("INVITE")) {
if (sstCheckMin("1")) {
xlog("L_ERR", "Session Timer Too Small.\n\n");
exit;
}
setflag(4); #Dialog module Flag
setflag(5); #SST module Flag
setflag(14); #SST Dialog Timeout Flag
route(2);
}
--
View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/Opensips-1-6-2-to-1-6-3-SST-module-question-tp5441423p5441423.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.
More information about the Users
mailing list