Phibee Network Operation Center
2009-Nov-03 13:26 UTC
[asterisk-users] Asterisk Realtime Extensions => for all context ?
Hi
I Use Asterisk 1.6.1 with Realtime and a mySQL database,
Actually, my extensions.conf are:
==================================================[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumping=no
[globals]
CONSOLE=Console/dsp ; Console interface for demo
[as5300-incoming]
switch => Realtime
[as5300-outgoing]
switch => Realtime
[user1]
switch => Realtime
[user2]
switch => Realtime
[user3]
switch => Realtime
==================================================
and into my table, i put the context ...
anyone know if i can use a generic:
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumping=no
[globals]
CONSOLE=Console/dsp ; Console interface for demo
switch => Realtime
and use directly the context of my database ? without put userX into my
extensions.conf
thanks
Jerome
Samuel Nair
2009-Nov-03 16:17 UTC
[asterisk-users] Asterisk Realtime Extensions => for all context ?
Are the user1, user2... SIP clients..? sam!! Phibee Network Operation Center wrote:> Hi > > I Use Asterisk 1.6.1 with Realtime and a mySQL database, > > Actually, my extensions.conf are: > > ==================================================> [general] > static=yes > writeprotect=no > autofallthrough=yes > clearglobalvars=no > priorityjumping=no > > [globals] > CONSOLE=Console/dsp ; Console interface for demo > > [as5300-incoming] > switch => Realtime > > [as5300-outgoing] > switch => Realtime > > [user1] > switch => Realtime > > [user2] > switch => Realtime > > [user3] > switch => Realtime > ==================================================> > > and into my table, i put the context ... > > anyone know if i can use a generic: > > [general] > static=yes > writeprotect=no > autofallthrough=yes > clearglobalvars=no > priorityjumping=no > > [globals] > CONSOLE=Console/dsp ; Console interface for demo > switch => Realtime > > and use directly the context of my database ? without put userX into my > extensions.conf > > thanks > Jerome > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >