]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
extensions.conf.sample: Remove reference to missing context.
authorSean Bright <sean@seanbright.com>
Sun, 16 Jul 2023 15:49:53 +0000 (11:49 -0400)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Fri, 21 Jul 2023 17:49:34 +0000 (17:49 +0000)
c3ff4648 removed the [iaxtel700] context but neglected to remove
references to it.

This commit addresses that and also removes iaxtel and freeworlddialup
references from other config files.

configs/samples/extensions.ael.sample
configs/samples/extensions.conf.sample
configs/samples/extensions.lua.sample
configs/samples/iax.conf.sample

index 5caa7d23a33025b513a0a350332c9771729afdbd..9de01d30594da4f3859e947f5226d5ed66137e4f 100644 (file)
@@ -30,8 +30,6 @@ globals {
        CONSOLE-AEL="Console/dsp";              // Console interface for demo
        //CONSOLE-AEL=Zap/1;
        //CONSOLE-AEL=Phone/phone0;
-       IAXINFO-AEL=guest;                              // IAXtel username/password
-       //IAXINFO-AEL="myuser:mypass";
        OUTBOUND-TRUNK="Zap/g2";                // Trunk interface
        //
        // Note the 'g2' in the OUTBOUND-TRUNK variable above. It specifies which group (defined
@@ -175,16 +173,6 @@ context ael-dundi-e164-lookup {
        //
 };
 
-//
-// Here are the entries you need to participate in the IAXTEL
-// call routing system.  Most IAXTEL numbers begin with 1-700, but
-// there are exceptions.  For more information, and to sign
-// up, please go to www.gnophone.com or www.iaxtel.com
-//
-context ael-iaxtel700 {
-       _91700XXXXXXX => Dial(IAX2/${IAXINFO-AEL}@iaxtel.com/${EXTEN:1}@iaxtel);
-};
-
 //
 // The SWITCH statement permits a server to share the dialplan with
 // another server. Use with care: Reciprocal switch statements are not
@@ -267,13 +255,12 @@ context ael-longdistance {
 
 context ael-local {
        //
-       // Master context for local, toll-free, and iaxtel calls only
+       // Master context for local and toll-free calls only
        //
        ignorepat => 9;
        includes {
                ael-default;
                ael-trunklocal;
-               ael-iaxtel700;
                ael-trunktollfree;
                ael-iaxprovider;
        };
index 590b975e167e5e9492551f16ea98abb814616634..494738ebf691a3256657cd65d1a39f4f83642210 100644 (file)
@@ -124,8 +124,6 @@ clearglobalvars=no
 CONSOLE=Console/dsp                            ; Console interface for demo
 ;CONSOLE=DAHDI/1
 ;CONSOLE=Phone/phone0
-IAXINFO=guest                                  ; IAXtel username/password
-;IAXINFO=myuser:mypass
 TRUNK=DAHDI/G2                                 ; Trunk interface
 ;
 ; Note the 'G2' in the TRUNK variable above. It specifies which group (defined
@@ -365,12 +363,12 @@ include => trunkld
 
 [local]
 ;
-; Master context for local, toll-free, and iaxtel calls only
+; Master context for local and toll-free calls only
 ;
 ignorepat => 9
 include => default
 include => trunklocal
-include => iaxtel700
+include => iax2-trunk
 include => trunktollfree
 include => iaxprovider
 
index c5ed2926edd3057970be279a8d43d1bf018cbce9..3210a0fe5315594dfae62efb61ae6d3b1b1daa7d 100644 (file)
@@ -4,9 +4,6 @@ CONSOLE = "Console/dsp" -- Console interface for demo
 --CONSOLE = "DAHDI/1"
 --CONSOLE = "Phone/phone0"
 
-IAXINFO = "guest"       -- IAXtel username/password
---IAXINFO = "myuser:mypass"
-
 TRUNK = "DAHDI/G2"
 TRUNKMSD = 1
 -- TRUNK = "IAX2/user:pass@provider"
index 5dee369724dd1fea4e00ada1aa0e754b8304d3f3..96705ac1b0bec50f58e2c3c8013238b1eb2840df 100644 (file)
@@ -65,7 +65,7 @@
 ;
 
 ;
-; You may specify a global default AMA flag for iaxtel calls.  These flags are
+; You may specify a global default AMA flag for iax calls.  These flags are
 ; used in the generation of call detail records.
 ;
 ; Accepted values: default, omit, billing, documentation
@@ -308,25 +308,6 @@ encryption=yes
 ;
 ;register => marko:[torkey]@tormenta.linux-support.net
 ;
-; Sample Registration for iaxtel
-;
-; Visit http://www.iaxtel.com to register with iaxtel.  Replace "user"
-; and "pass" with your username and password for iaxtel.  Incoming
-; calls arrive at the "s" extension of "default" context.
-;
-;register => user:pass@iaxtel.com
-;
-; Sample Registration for IAX2 + FWD
-;
-; To register using IAX2 with FWD, it must be enabled by visiting the URL
-; http://www.fwdnet.net/index.php?section_id=112
-;
-; Note that you need an extension in you default context which matches
-; your free world dialup number.  Please replace "FWDNumber" with your
-; FWD number and "passwd" with your password.
-;
-;register => FWDNumber:passwd@iax.fwdnet.net
-;
 ; Through the use of the res_stun_monitor module, Asterisk has the ability to detect when the
 ; perceived external network address has changed.  When the stun_monitor is installed and
 ; configured, chan_iax will renew all outbound registrations when the monitor detects any sort
@@ -498,24 +479,6 @@ type=user
 context=public
 callerid="Guest IAX User"
 
-;
-; Trust Caller*ID Coming from iaxtel.com
-;
-[iaxtel]
-type=user
-context=default
-auth=rsa
-inkeys=iaxtel
-
-;
-; Trust Caller*ID Coming from iax.fwdnet.net
-;
-[iaxfwd]
-type=user
-context=default
-auth=rsa
-inkeys=freeworlddialup
-
 ;
 ; Trust Caller*ID delivered over DUNDi/e164
 ;