From aeb4466656b44cc308959a806df902bdd99c8f5f Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Fri, 31 Jan 2014 23:04:25 +0000 Subject: [PATCH] ChanSpy: Add ability to specify channel uniqueids as well as channel names. * Made ChanSpy accept a channel uniqueid or a fully specified channel name as the chanprefix parameter if the 'u' option is specified. (closes issue AFS-42) Review: https://reviewboard.asterisk.org/r/3160/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@407033 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 5 +++++ apps/app_chanspy.c | 28 +++++++++++++++++++++++----- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 37eaca35cf..eedb2074c1 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,11 @@ Applications -------------------------- +ChanSpy +-------------------------- + * ChanSpy now accepts a channel uniqueid or a fully specified channel name + as the chanprefix parameter if the 'u' option is specified. + ConfBridge -------------------------- * CONFBRIDGE dialplan function is now capable of creating/modifying dynamic diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c index bfe97a0d76..0347906dc6 100644 --- a/apps/app_chanspy.c +++ b/apps/app_chanspy.c @@ -145,6 +145,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") +