[asterisk-users] Asterisk Realtime Extensions => for all context ?

Phibee Network Operation Center noc at phibee.net
Tue Nov 3 07:26:08 CST 2009


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




More information about the asterisk-users mailing list