configs, LICENSE: remove pbx.digium.com.

pbx.digium.com no longer accepts IAX2 calls and
there are no plans for it to come back.

Accordingly, nonworking IAX2 URIs are removed from
both the LICENSE file and the sample config.

ASTERISK-29923 #close

Change-Id: I257c54d4d812ed6b4bd4cbec2cd7ebe2b87b5bad
This commit is contained in:
Naveen Albert
2022-02-17 19:47:59 +00:00
committed by Friendly Automation
parent c35e205bef
commit 2ba5da15b0
2 changed files with 1 additions and 11 deletions

View File

@@ -601,15 +601,6 @@ exten => #,1,Playback(demo-thanks) ; "Thanks for trying the demo"
exten => t,1,Goto(#,1) ; If they take too long, give up
exten => i,1,Playback(invalid) ; "That's not valid, try again"
;
; Create an extension, 500, for dialing the
; Asterisk demo.
;
exten => 500,1,Playback(demo-abouttotry) ; Let them know what's going on
same => n,Dial(IAX2/guest@pbx.digium.com/s@default) ; Call the Asterisk demo
same => n,Playback(demo-nogo) ; Couldn't connect to the demo site
same => n,Goto(s,6) ; Return to the start over message.
;
; Create an extension, 600, for evaluating echo latency.
;