mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -47,9 +47,9 @@
|
||||
</synopsis>
|
||||
<syntax>
|
||||
<parameter name="vm-context">
|
||||
<para>This is the context within voicemail.conf to use for the Directory. If not
|
||||
specified and <literal>searchcontexts=no</literal> in
|
||||
<filename>voicemail.conf</filename>, then <literal>default</literal>
|
||||
<para>This is the context within voicemail.conf to use for the Directory. If not
|
||||
specified and <literal>searchcontexts=no</literal> in
|
||||
<filename>voicemail.conf</filename>, then <literal>default</literal>
|
||||
will be assumed.</para>
|
||||
</parameter>
|
||||
<parameter name="dial-context" required="false">
|
||||
@@ -105,7 +105,7 @@
|
||||
</option>
|
||||
</optionlist>
|
||||
<note><para>Only one of the <replaceable>f</replaceable>, <replaceable>l</replaceable>, or <replaceable>b</replaceable>
|
||||
options may be specified. <emphasis>If more than one is specified</emphasis>, then Directory will act as
|
||||
options may be specified. <emphasis>If more than one is specified</emphasis>, then Directory will act as
|
||||
if <replaceable>b</replaceable> was specified. The number
|
||||
of characters for the user to type defaults to <literal>3</literal>.</para></note>
|
||||
|
||||
@@ -364,7 +364,7 @@ static int select_item_seq(struct ast_channel *chan, struct directory_item **ite
|
||||
if (!res)
|
||||
res = ast_waitfordigit(chan, 3000);
|
||||
ast_stopstream(chan);
|
||||
|
||||
|
||||
if (res == '0') { /* operator selected */
|
||||
goto_exten(chan, dialcontext, "o");
|
||||
pbx_builtin_setvar_helper(chan, "DIRECTORY_RESULT", "OPERATOR");
|
||||
@@ -932,7 +932,7 @@ static int directory_exec(struct ast_channel *chan, const char *data)
|
||||
res = ast_stream_and_wait(chan, digits, AST_DIGIT_ANY);
|
||||
}
|
||||
if (!res) {
|
||||
res = ast_stream_and_wait(chan,
|
||||
res = ast_stream_and_wait(chan,
|
||||
which == FIRST ? "dir-first" :
|
||||
which == LAST ? "dir-last" :
|
||||
"dir-firstlast", AST_DIGIT_ANY);
|
||||
|
Reference in New Issue
Block a user