From 03090a88bab15b94843e3850df68b37ff8948b54 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Thu, 1 Aug 2013 17:07:52 +0000 Subject: Fix documentation replication issues This prevents XML documentation duplication by expanding channel and bridge snapshot tags into channel and bridge snapshot parameter sets with a given prefix or defaulting to no prefix. This also prevents documentation from becoming fractured and out of date by keeping all variations of the documentation in template form such that it only needs to be updated once and keeps maintenance to a minimum. Review: https://reviewboard.asterisk.org/r/2708/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395985 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/core_local.c | 86 ++++--------------------------------------------------- 1 file changed, 6 insertions(+), 80 deletions(-) (limited to 'main/core_local.c') diff --git a/main/core_local.c b/main/core_local.c index 961a28096..3cdff9503 100644 --- a/main/core_local.c +++ b/main/core_local.c @@ -72,82 +72,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Raised when two halves of a Local Channel form a bridge. - - - - A numeric code for the channel's current state, related to ChannelStateDesc - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A numeric code for the channel's current state, related to ChannelStateDesc - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + The context in the dialplan that Channel2 starts in. @@ -168,8 +94,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Raised when two halves of a Local Channel begin to optimize themselves out of the media path. - - + + LocalOptimizationEnd @@ -182,8 +108,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Raised when two halves of a Local Channel have finished optimizing themselves out of the media path. - - + + LocalOptimizationBegin -- cgit v1.2.3