mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 11:28:25 +00:00
Merged revisions 329199 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r329199 | rmudgett | 2011-07-21 12:30:57 -0500 (Thu, 21 Jul 2011) | 17 lines 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/10@329200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -81,8 +81,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
Pickup a ringing channel.
|
Pickup a ringing channel.
|
||||||
</synopsis>
|
</synopsis>
|
||||||
<syntax >
|
<syntax >
|
||||||
<parameter name="channel" required="true" />
|
<parameter name="Technology/Resource" argsep="&" required="true">
|
||||||
<parameter name="channel2" multiple="true" />
|
<argument name="Technology/Resource" required="true" />
|
||||||
|
<argument name="Technology2/Resource2" required="false" multiple="true" />
|
||||||
|
</parameter>
|
||||||
<parameter name="options" required="false">
|
<parameter name="options" required="false">
|
||||||
<optionlist>
|
<optionlist>
|
||||||
<option name="p">
|
<option name="p">
|
||||||
|
|||||||
Reference in New Issue
Block a user