Gundemarie Scholz
2005-Jul-06 04:29 UTC
[Asterisk-Users] Dialplan configuration with Realtime
Hello! Following the instructions on voip-ip.org I have implemented Realtime with MySQL for my Asterisk server. The individual extension configuration is managed in a table called extensions. Still I have to keep some data in the extensions.conf, namely the switch and the include statements. Is there a way to minimize that or completely get rid of them? === extensions.conf ==[local] switch => Realtime/from-sip@rt_ext [from-sip] include => local === extconfig.conf ==rt_ext => mysql,realtime,extensions Regards, Gunde
On 7/6/05, Gundemarie Scholz <spamyousilly@gmx.de> wrote:> Hello! > > Following the instructions on voip-ip.org I have implemented Realtime > with MySQL for my Asterisk server. The individual extension > configuration is managed in a table called extensions. > > Still I have to keep some data in the extensions.conf, namely the switch > and the include statements. Is there a way to minimize that or > completely get rid of them?No, but you can put extensions.conf into mysql via realtime static while using realtime extensions at the same time. If your goal is to keep everything in the database that will work. Chris