Skip to content

Commit 2ba5da1

Browse files
InterLinked1Friendly Automation
authored andcommitted
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
1 parent c35e205 commit 2ba5da1

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,14 @@ redistribution of Asterisk source code obtained from Digium, you
4545
should contact our licensing department to determine the necessary
4646
steps you must take. For more information on this policy, please read:
4747

48-
http://www.digium.com/en/company/profile/trademarkpolicy.php
48+
https://www.sangoma.com/wp-content/uploads/Sangoma-Trademark-Policy.pdf
4949

5050
If you have any questions regarding our licensing policy, please
5151
contact us:
5252

5353
+1.877.344.4861 (via telephone in the USA)
5454
+1.256.428.6000 (via telephone outside the USA)
5555
+1.256.864.0464 (via FAX inside or outside the USA)
56-
IAX2/pbx.digium.com (via IAX2)
5756
licensing@digium.com (via email)
5857

5958
Digium, Inc.

configs/samples/extensions.conf.sample

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -601,15 +601,6 @@ exten => #,1,Playback(demo-thanks) ; "Thanks for trying the demo"
601601
exten => t,1,Goto(#,1) ; If they take too long, give up
602602
exten => i,1,Playback(invalid) ; "That's not valid, try again"
603603

604-
;
605-
; Create an extension, 500, for dialing the
606-
; Asterisk demo.
607-
;
608-
exten => 500,1,Playback(demo-abouttotry) ; Let them know what's going on
609-
same => n,Dial(IAX2/guest@pbx.digium.com/s@default) ; Call the Asterisk demo
610-
same => n,Playback(demo-nogo) ; Couldn't connect to the demo site
611-
same => n,Goto(s,6) ; Return to the start over message.
612-
613604
;
614605
; Create an extension, 600, for evaluating echo latency.
615606
;

0 commit comments

Comments
 (0)