GUI asterisk

Hello, I would liketo make an GUI for asterisk with php, for creating the users and extensions.
Can I use any language in sip.conf and extensions.conf like xml?? or can I use any database language in that files?

Thanks

Hi,
asterisks .conf files are just straight text.

You could add other code to track with a separate program by making the extra lines comments with ; which asterisk would then ignore.

If you just need a GUI to make configuring simpler, have a look at FreePBX, this is a front-end for asterisk that’s written mostly in php.
www.freepbx.org