[OpenSIPS-Users] Opensips 1.6.2 to 1.6.3 SST module question

Bogdan-Andrei Iancu bogdan at voice-system.ro
Tue Aug 24 09:33:02 CEST 2010


Hi,

You mean the call does not get established? or the call is established 
but terminated after some time ?

Could you post a SIP trace of such a call ?

Regards,
Bogdan

k1028 wrote:
> 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);
> }
>
>
>
>
>   


-- 
Bogdan-Andrei Iancu
OpenSIPS Bootcamp
20 - 24 September 2010, Frankfurt, Germany
www.voice-system.ro




More information about the Users mailing list