Skip to content

Commit d70d65f

Browse files
authored
app_callerid: Fix typo in documentation.
Fix duplicate "presentation" which should be "redirecting".
1 parent 5a47f2e commit d70d65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/app_callerid.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<para>Caller ID presentation.</para>
7070
<para>Defaults to CALLERID(pres).</para>
7171
</parameter>
72-
<parameter name="presentation">
72+
<parameter name="redirecting">
7373
<para>Redirecting reason, e.g. REDIRECTING(reason).</para>
7474
<para>Default is none (not sent).</para>
7575
</parameter>
@@ -108,7 +108,7 @@
108108
handling Call Waiting in the dialplan as opposed to using the channel driver.
109109
This application functions using the same idea as an "orange box".</para>
110110
<para>On DAHDI channels, the native channel driver hooks for Call Waiting Caller ID
111-
will be used. On all other channels, it will be generated as linear audio.</para>
111+
can be used. On all other channels, it will be generated as linear audio.</para>
112112
</description>
113113
</application>
114114
***/

0 commit comments

Comments
 (0)