]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
configs, LICENSE: remove pbx.digium.com.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 17 Feb 2022 19:47:59 +0000 (19:47 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 25 Feb 2022 19:42:07 +0000 (13:42 -0600)
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

LICENSE
configs/samples/extensions.conf.sample

diff --git a/LICENSE b/LICENSE
index 635c2026bb3f4b664d3b215f0063065ec5bb03f8..f77d01fd0d96d65238db0285510d9c42e36f2ec5 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -45,7 +45,7 @@ redistribution of Asterisk source code obtained from Digium, you
 should contact our licensing department to determine the necessary
 steps you must take. For more information on this policy, please read:
 
-http://www.digium.com/en/company/profile/trademarkpolicy.php
+https://www.sangoma.com/wp-content/uploads/Sangoma-Trademark-Policy.pdf
 
 If you have any questions regarding our licensing policy, please
 contact us:
@@ -53,7 +53,6 @@ contact us:
 +1.877.344.4861 (via telephone in the USA)
 +1.256.428.6000 (via telephone outside the USA)
 +1.256.864.0464 (via FAX inside or outside the USA)
-IAX2/pbx.digium.com (via IAX2)
 licensing@digium.com (via email)
 
 Digium, Inc.
index a371953536451b57e3b99f68cab04e8bbab7664e..cd26dc368a62293e7d4372fa55f11511fd886260 100644 (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.
 ;