[asterisk-commits] kmoore: branch 10 r361041 - in /branches/10: ./ apps/app_transfer.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Apr 3 15:08:51 CDT 2012
Author: kmoore
Date: Tue Apr 3 15:08:47 2012
New Revision: 361041
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=361041
Log:
Fix the display of documentation for Transfer
This came up while fixing documentation generation for many other cases where
the argument separator was not being displayed properly. Now that it is
displayed properly, it shows up in the wrong place for Transfer since the '/'
is only required if Tech is present.
(related to issue ASTERISK-18168)
........
Merged revisions 361040 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
branches/10/ (props changed)
branches/10/apps/app_transfer.c
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/apps/app_transfer.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/apps/app_transfer.c?view=diff&rev=361041&r1=361040&r2=361041
==============================================================================
--- branches/10/apps/app_transfer.c (original)
+++ branches/10/apps/app_transfer.c Tue Apr 3 15:08:47 2012
@@ -46,8 +46,8 @@
Transfer caller to remote extension.
</synopsis>
<syntax>
- <parameter name="dest" required="true" argsep="/">
- <argument name="Tech" />
+ <parameter name="dest" required="true" argsep="">
+ <argument name="Tech/" />
<argument name="destination" required="true" />
</parameter>
</syntax>
More information about the asterisk-commits
mailing list