samples: remove and/or change some wiki mentions

Cleaned some dead links. Replaced word wiki with
either docs or link to https://docs.asterisk.org/

Resolves: #974
(cherry picked from commit eabd7a26ea)
This commit is contained in:
chrsmj
2024-11-01 11:46:20 -06:00
committed by Asterisk Development Team
parent 31c87d1b85
commit 58a3b6f69a
4 changed files with 6 additions and 11 deletions

View File

@@ -549,7 +549,7 @@ exten => s,1,ChanIsAvail(${ARG1},s) ; s is for ANY call
same => n,GotoIf($["${AVAILSTATUS}" = "1"]?autoanswer:fail)
same => n(autoanswer),Set(_ALERT_INFO="RA") ; This is for the PolyComs
same => n,SIPAddHeader(Call-Info: Answer-After=0) ; This is for the Grandstream, Snoms, and Others
same => n,NoOp() ; Add others here and Post on the Wiki!!!!
same => n,NoOp() ; Add others here and Post on the Docs!!!!
same => n,Dial(${ARG1})
same => n(fail),Hangup()