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
This commit is contained in:
chrsmj
2024-11-01 11:46:20 -06:00
committed by asterisk-org-access-app[bot]
parent f8a0db8d15
commit e9682be4ab
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()