[OpenSIPS-Users] No acc records after opensips restart

mayamatakeshi mayamatakeshi at gmail.com
Mon May 5 16:43:05 CEST 2014


On Mon, May 5, 2014 at 10:16 PM, Răzvan Crainea <razvan at opensips.org> wrote:

> I think the first patch was corrupted while I pasted it. Please try to use
> this one[1].
>
> [1] http://pastebin.com/DvRCwT20
>

Hi Razvan,

Actually, it seems that message from patch was just a warning and can be
ignored (
http://unix.stackexchange.com/questions/1395/what-does-patch-unexpectedly-ends-in-middle-of-line-mean
).

So i checked the code and the problem was a typo.
Instead of :
  LM_DBG("Registered terminated callback with flags %x\n", reg->flags);
it should have been:
  LM_DBG("Registered terminated callback with flags %x\n", req->flags);

So I corrected it and rebuilt opensips and tested it.
Here are the logs:
http://pastebin.com/Ne3vUdzG

Regards,
Takeshi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20140505/13ad852a/attachment.htm>


More information about the Users mailing list