diff options
author | rmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b> | 2011-01-26 19:38:38 +0000 |
---|---|---|
committer | rmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b> | 2011-01-26 19:38:38 +0000 |
commit | d1baa95da04ae8827c6d1f025c4db246521d8d13 (patch) | |
tree | b1e44e9c4dfad4318abb0954f956ad9a528e5537 | |
parent | ba464097395476eea7b14e708c0843eddfc14aba (diff) |
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: http://svn.digium.com/svn/asterisk/branches/1.6.2@304149 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r-- | channels/chan_dahdi.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 4048afea0..ae07c0a87 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -122,7 +122,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"> @@ -136,8 +136,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"> |