[OpenSIPS-Users] uac_replace_to segmentation fault

Samuel Muller sml at l33.fr
Thu Jan 9 13:21:28 CET 2014


Hello Razvan,

All the module parameters are set up as default ...

#modparam("uac","restore_mode","auto")
#modparam("uac","restore_passwd","")
#modparam("uac","force_dialog",no)
#modparam("uac","rr_to_store_param","vst")

the function is called in the branch route only, and only one time, like :

1300 branch_route[1] {
...
1310     if (is_method("INVITE")) {
...
1316         if (isbflagset(PSTNDISPLAY)) {
1317             uac_replace_from("+$avp(caller_e164)","$var(caller_pstnuri)");
1318         }
1319     }
1320 }

The same problem happened when I tried with uac_replace_to() (see my
first email entry).

Thanks a lot,

Samuel

> Hi, Samuel!
>
> What value are you using for the restore_mode[1] parameter?
>
> [1] http://www.opensips.org/html/docs/modules/1.10.x/uac#id249006
>
> Best regards,
>
> Razvan Crainea
> OpenSIPS Core Developer
> http://www.opensips-solutions.com



More information about the Users mailing list