[asterisk-dev] [Code Review] Stopped spamming of debug messages during attended transfer
Matt Jordan
reviewboard at asterisk.org
Wed Feb 13 09:28:39 CST 2013
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2324/#review7855
-----------------------------------------------------------
Ship it!
- Matt
On Feb. 11, 2013, 11:52 a.m., Kevin Harwell wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2324/
> -----------------------------------------------------------
>
> (Updated Feb. 11, 2013, 11:52 a.m.)
>
>
> Review request for Asterisk Developers, jrose and Matt Jordan.
>
>
> Summary
> -------
>
> While autoservice is running and servicing a channel the callid is being stored and removed in the thread's local storage for each iteration of the thread loop. If debug was set to a sufficient level the log file would be spammed with callid thread local storage debug messages. Added a new function that checks to see if the callid to be stored is different than what is already contained (if anything). If it is different then store/replace and log, otherwise just leave as is.
>
>
> This addresses bug ASTERISK-21014.
> https://issues.asterisk.org/jira/browse/ASTERISK-21014
>
>
> Diffs
> -----
>
> /trunk/include/asterisk/logger.h 379127
> /trunk/main/autoservice.c 379127
> /trunk/main/logger.c 379127
>
> Diff: https://reviewboard.asterisk.org/r/2324/diff
>
>
> Testing
> -------
>
> Reproduced the problem as per the issue, and then tested to make sure the problem no longer existed. Also tested multiple calls/transfers from two phones at roughly the same time.
>
>
> Thanks,
>
> Kevin
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130213/01c864d6/attachment-0001.htm>
More information about the asterisk-dev
mailing list