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

Reply via email to