]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Update PickupChan documentation.
authorRichard Mudgett <rmudgett@digium.com>
Thu, 21 Jul 2011 17:30:57 +0000 (17:30 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 21 Jul 2011 17:30:57 +0000 (17:30 +0000)
commit5c06d1dbb0ca4a4ac84f226a5965327cc2dffed2
tree90a41ce2b5e871b677f023f75a6ec4884d1bfc20
parent6d145897bb9406c47e3421b6b2028c8e4089f48f
Update PickupChan documentation.

The PickupChan uses the ampersand as the argument separator.
Was documented as:
PickupChan(channel[,channel2[,...][,options]])

Fixed documentation to:
PickupChan(Technology/Resource[&Technology2/Resource2[&...]][,options])

This is a continuation of ASTERISK-17494 for v1.8 and later.

(closes issue ASTERISK-18144)
Reported by: Erik Smith
Patches:
      pickupchan_ducumentation-v2.patch (License #6263) patch uploaded by Erik Smith
Tested by: Erik Smith

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@329199 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_directed_pickup.c