[OpenSER-Devel] Bug in OpenSER 1.2 Branch

Carsten Bock lists at bock.info
Thu Dec 6 17:53:09 UTC 2007


Hi Bogdan,
Hi List,

there seems to be a bug in the OpenSER 1.2 branch of Openser (modified
by Bogdan today):

in file /branches/1.2/modules/uac/uac.c the following lines were added:

/* we need the append_fromtag on in RR */
if (!uac_rrb.append_fromtag) {
	LM_ERR("'append_fromtag' RR param is not enabled!"
		" - required by AUTO restore mode\n");
	goto error;
}

The new logging is only available in the 1.3 Version.
I guess, this should be LOG(L_ERR, "....

Carsten





More information about the Devel mailing list