<div dir="ltr"><div>Hi list,<br><br></div>While going through mod_init's and finding things like <br clear="all"><div><div>rtpp_table_name.len = strlen(rtpp_table_name.s);<br><br></div><div>I became curious if using of deprecated STR_PARAM in new modules is done on purpose. Why not using PARAM_STR for string module parameters?<br>
<br></div><div>Quote from sr_module.h:<br>#define PARAM_STRING     (1U<<0)  /**< String (char *) parameter type */<br>#define PARAM_STR        (1U<<2)  /**< struct str parameter type */<br>#define STR_PARAM PARAM_STRING<br>
<br></div><div>P.S.: That's not only about curiosity but to avoid any bugs in my kamailio extensions.<br></div><div>-- <br><div><div>Best regards,<br>Alekzander Spiridonov</div><br></div>
</div></div></div>