From: Richard Mudgett Date: Fri, 31 Jan 2014 23:04:25 +0000 (+0000) Subject: ChanSpy: Add ability to specify channel uniqueids as well as channel names. X-Git-Tag: 13.0.0-beta1~588 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb4466656b44cc308959a806df902bdd99c8f5f;p=thirdparty%2Fasterisk.git 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 --- 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$") +