[Asterisk-Users] Asterisk switch => statement

Eric Wieling eric at fnords.org
Sun Jun 15 09:08:56 MST 2003


So this:

switch => IAX/bobdobbs at ast-2/incoming

is really the same as this:

exten => .,1,Dial(bobdobbs at ast-2/${EXTEN})

(that's => "dot""comma"1)

Assuming that ast-2 has ast-1 going to context incoming in it's entry in
iax.conf?

--Eric

On Fri, 2003-06-13 at 13:28, Martin Pycko wrote:
> The idea of switch is for every box to know what it can reach locally. And
> then to do the 'switch' to remote boxes if the called number can't be find
> locally.
> 
> Martin
> 
> On 13 Jun 2003, Eric Wieling wrote:
> 
> > Cool.
> >
> > Now if I am on ast-1 and want to call 2200, which is a Zap interface on
> > the ast-1 then I have to define 2200 on ast-1 and can't put it in the
> > master/central dial plan on ast-2?
> >
> > On Fri, 2003-06-13 at 12:34, Martin Pycko wrote:
> > > You're missing that then the IAX call will be started between ast1 and
> > > ast2 and you'll get connected to ast2 Zap/1
> > >
> > > Martin
> > >
> > > On 13 Jun 2003, Eric Wieling wrote:
> > >
> > > > As I understand it (and my understanding is obviously incorrect) the
> > > > switch => statement sells the Asterisk box to resolve (aka lookup)
> > > > extensions by querying the remote Asterisk server defined in the switch
> > > > => statement.  The switch => statement is used to centralize dialplans.
> > > >
> > > > I've not used the switch => statement yet, I'm just trying to understand
> > > > the ramifications of using it before I try it and blow up my dial plan.
> > > >
> > > > Here's an example of a sample setup
> > > >
> > > > Asterisk Server ast-1
> > > >   switch => IAX/bobdobbs at ast-2
> > > >
> > > > Asterisk Server ast-2
> > > >   exten => 12010,1,Dial(Zap/1)
> > > >
> > > > If I'm on a device connected to ast-1 and I dial 12010 I assume ast-1
> > > > asks ast-2 to resolve the extension 12010, and I also assume that ast-2
> > > > returns "exten => 12010,1,Dial(Zap/1)" then ast-1 tries to Dial(Zap/1)
> > > > which is not an interface on ast-1 and the call fails.
> > > >
> > > > What information am I missing?
> > > >
> > > > --Eric
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > BTEL Consulting
> > > > 850-484-4535 x2111 (Office)
> > > > 504-595-3916 x2111 (Experimental)
> > > > 877-552-0838 (Backup Phone)
> > > >
> > > > _______________________________________________
> > > > Asterisk-Users mailing list
> > > > Asterisk-Users at lists.digium.com
> > > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > > >
> > >
> > > _______________________________________________
> > > Asterisk-Users mailing list
> > > Asterisk-Users at lists.digium.com
> > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > --
> > BTEL Consulting
> > 850-484-4535 x2111 (Office)
> > 504-595-3916 x2111 (Experimental)
> > 877-552-0838 (Backup Phone)
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
BTEL Consulting
850-484-4535 x2111 (Office)
504-595-3916 x2111 (Experimental)
877-552-0838 (Backup Phone)




More information about the asterisk-users mailing list