[asterisk-commits] rmudgett: branch 1.6.2 r304149 - /branches/1.6.2/channels/chan_dahdi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 26 13:38:43 CST 2011


Author: rmudgett
Date: Wed Jan 26 13:38:38 2011
New Revision: 304149

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=304149
Log:
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.
..........

Modified:
    branches/1.6.2/channels/chan_dahdi.c

Modified: branches/1.6.2/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/channels/chan_dahdi.c?view=diff&rev=304149&r1=304148&r2=304149
==============================================================================
--- branches/1.6.2/channels/chan_dahdi.c (original)
+++ branches/1.6.2/channels/chan_dahdi.c Wed Jan 26 13:38:38 2011
@@ -122,7 +122,7 @@
 	</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">
@@ -136,8 +136,9 @@
 			</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">




More information about the asterisk-commits mailing list