dect
/
asterisk
Archived
13
0
Fork 0

option w[(secs)] incorrectly capitalized in xmldoc

(closes issue #17516)
Reported by: karlfife


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@271089 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
pabelanger 2010-06-17 00:30:51 +00:00
parent a41428972c
commit dc60b45e55
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<option name="T">
<para>Set talker detection (sent to manager interface and meetme list).</para>
</option>
<option name="W" hasparams="optional">
<option name="w" hasparams="optional">
<para>Wait until the marked user enters the conference.</para>
<argument name="secs" required="true" />
</option>