From bb7ffce38130719960af27d4ef74697a5ff60088 Mon Sep 17 00:00:00 2001 From: Naveen Albert Date: Sat, 30 Jul 2022 21:15:34 +0000 Subject: [PATCH] chan_iax2: Add missing options documentation. Adds missing dial resource option documentation. ASTERISK-30164 #close Change-Id: I674e1fc9b1e5d67a20599bd4b418ce294d48fc83 --- channels/chan_iax2.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index 0b58a2b45b..0d422507b8 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -226,6 +226,16 @@ + + The general syntax is: + Dial(IAX2/[username[:password]@]peer[:port][/exten[@context]][/options] + IAX2 optionally allows modifiers to be specified after the extension. + + + Request auto answer (supporting equipment/configuration required) + + + List IAX peers. -- 2.47.2