Skip to content

Commit

Permalink
chan_iax2: Add missing options documentation.
Browse files Browse the repository at this point in the history
Adds missing dial resource option documentation.

ASTERISK-30164 #close

Change-Id: I674e1fc9b1e5d67a20599bd4b418ce294d48fc83
  • Loading branch information
InterLinked1 authored and bkford committed Aug 10, 2022
1 parent 31887d6 commit 79e1447
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions channels/chan_iax2.c
Expand Up @@ -226,6 +226,16 @@
</enum>
</enumlist>
</info>
<info name="Dial_Resource" language="en_US" tech="IAX2">
<para>The general syntax is:</para>
<para><literal>Dial(IAX2/[username[:password]@]peer[:port][/exten[@context]][/options]</literal></para>
<para>IAX2 optionally allows modifiers to be specified after the extension.</para>
<enumlist>
<enum name="a">
<para>Request auto answer (supporting equipment/configuration required)</para>
</enum>
</enumlist>
</info>
<manager name="IAXpeers" language="en_US">
<synopsis>
List IAX peers.
Expand Down

0 comments on commit 79e1447

Please sign in to comment.