Skip to content

Commit 79e1447

Browse files
InterLinked1bkford
authored andcommitted
chan_iax2: Add missing options documentation.
Adds missing dial resource option documentation. ASTERISK-30164 #close Change-Id: I674e1fc9b1e5d67a20599bd4b418ce294d48fc83
1 parent 31887d6 commit 79e1447

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

channels/chan_iax2.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,16 @@
226226
</enum>
227227
</enumlist>
228228
</info>
229+
<info name="Dial_Resource" language="en_US" tech="IAX2">
230+
<para>The general syntax is:</para>
231+
<para><literal>Dial(IAX2/[username[:password]@]peer[:port][/exten[@context]][/options]</literal></para>
232+
<para>IAX2 optionally allows modifiers to be specified after the extension.</para>
233+
<enumlist>
234+
<enum name="a">
235+
<para>Request auto answer (supporting equipment/configuration required)</para>
236+
</enum>
237+
</enumlist>
238+
</info>
229239
<manager name="IAXpeers" language="en_US">
230240
<synopsis>
231241
List IAX peers.

0 commit comments

Comments
 (0)