From 15605be78b642836e9027e75a23968c26df1f0a5 Mon Sep 17 00:00:00 2001 From: Richard Mudgett <rmudgett@digium.com> Date: Wed, 26 Jan 2011 19:40:26 +0000 Subject: [PATCH] Merged revisions 304150 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r304150 | rmudgett | 2011-01-26 13:39:35 -0600 (Wed, 26 Jan 2011) | 16 lines Merged revisions 304149 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ................ r304149 | rmudgett | 2011-01-26 13:38:38 -0600 (Wed, 26 Jan 2011) | 9 lines Merged revisions 304148 from https://origsvn.digium.com/svn/asterisk/be/branches/C.3-bier .......... r304148 | rmudgett | 2011-01-26 13:23:46 -0600 (Wed, 26 Jan 2011) | 2 lines Update documentation for DAHDISendCallreroutingFacility() application. .......... ................ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@304151 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_dahdi.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 328ec8b399..7cf585a310 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -134,7 +134,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") </application> <application name="DAHDISendCallreroutingFacility" language="en_US"> <synopsis> - Send QSIG call rerouting facility over a PRI. + Send an ISDN call rerouting/deflection facility message. </synopsis> <syntax argsep=","> <parameter name="destination" required="true"> @@ -148,8 +148,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") </parameter> </syntax> <description> - <para>This application will send a Callrerouting Facility IE over the - current channel.</para> + <para>This application will send an ISDN switch specific call + rerouting/deflection facility message over the current channel. + Supported switches depend upon the version of libpri in use.</para> </description> </application> <application name="DAHDIAcceptR2Call" language="en_US"> -- GitLab