]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update PickupChan documentation.
authorLeif Madsen <leif@leifmadsen.com>
Thu, 3 Mar 2011 20:13:11 +0000 (20:13 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Thu, 3 Mar 2011 20:13:11 +0000 (20:13 +0000)
The PickupChan uses the ampersand as the argument separator.
(closes issue #18905)
Reported by: vmikhnevych
Tested by: vmikhnevych

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

apps/app_directed_pickup.c

index 26fc610a319f55acfef72c36fb224788e05e7a9d..0b70da587f2a8f8838c3183054e2ab784003c8fa 100644 (file)
@@ -73,7 +73,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                <synopsis>
                        Pickup a ringing channel.
                </synopsis>
-               <syntax>
+               <syntax argsep="&amp;">
                        <parameter name="channel" required="true" />
                        <parameter name="channel2" multiple="true" />
                </syntax>