[OpenSER-Devel] wrong debug level in pua_mi/mi_func.c?
Juha Heinanen
jh at tutpro.com
Thu Dec 6 18:41:07 UTC 2007
i noticed that mwi publish caused the following error message to syslog:
Dec 6 20:34:29 tutpro /usr/sbin/sems_openser[25383]: Handling PUBLISH to <sip:jh at vm.tutpro.com>
Dec 6 20:34:29 tutpro /usr/sbin/sems_openser[25377]: ERROR:pua_mi:mi_publ_rpl_cback: lexpire= 7776001
looks like it is unavoidable:
if(statuscode== 200)
{
/* extract ETag and expires */
lexpire = ((exp_body_t*)reply->expires->parsed)->val;
LM_ERR("lexpire= %d\n", lexpire);
...
should LM_ERR be changed to something else or is it a real error?
-- juha
More information about the Devel
mailing list