Files
asterisk/include/asterisk
Kevin Harwell 1595101bb6 Stopped spamming of debug messages during attended transfer.
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.  Also made it so all logging
of debug messages pertaining to the callid thread storage outputs only when
TEST_FRAMEWORK is defined.

(issue ASTERISK-21014)
(closes issue ASTERISK-21014)
Report by: Rusty Newton
Review: https://reviewboard.asterisk.org/r/2324/


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@381554 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-02-15 17:17:27 +00:00
..
2012-12-03 20:43:03 +00:00
2012-06-25 15:55:25 +00:00
2010-06-02 18:10:15 +00:00
2012-11-08 17:26:16 +00:00
2012-10-02 01:27:19 +00:00
2011-12-16 21:10:19 +00:00
2012-11-03 03:17:49 +00:00
2011-12-22 20:39:48 +00:00
2012-07-20 15:48:55 +00:00
2010-06-08 14:38:18 +00:00
2011-11-23 17:16:33 +00:00
2012-02-24 15:10:35 +00:00
2010-08-30 08:25:50 +00:00
2011-10-11 19:06:29 +00:00
2010-06-08 14:38:18 +00:00
2010-06-08 14:38:18 +00:00
2012-11-07 19:03:42 +00:00
2010-06-08 14:38:18 +00:00
2012-06-25 17:59:34 +00:00