]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix the display of documentation for Transfer
authorKinsey Moore <kmoore@digium.com>
Tue, 3 Apr 2012 20:08:47 +0000 (20:08 +0000)
committerKinsey Moore <kmoore@digium.com>
Tue, 3 Apr 2012 20:08:47 +0000 (20:08 +0000)
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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@361041 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_transfer.c

index f072eb27f534b6523a531400f54da4eea65977be..553d4d794c704c6aaadeb0c83b8d590e1b4bf3f3 100644 (file)
@@ -46,8 +46,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                        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>