mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
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:
committed by
Asterisk Development Team
parent
31c87d1b85
commit
58a3b6f69a
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user