Hi,

Wy there is so many ugly constructions in FS configuration files? For
example configuration of a gateway looks like this:

<include>
  <gateway name="asterlink.com">
  <param name="username" value="cluecon"/>
  <param name="realm" value="asterlink.com"/>
  <param name="from-user" value="cluecon"/>
...

This is not good structure design. I know that it gives extreme
flexibility for developers, but config files are for admins not software
developers. IMHO it should look like this:

<include>
  <gateway name="asterlink.com">
  <username>cluecon</username/>
  <realm>asterlink.com</realm/>
  <from-user>cluecon</from-user/>
...

Such structure + schema file would be a great help in configuration
editing (autocompletion and syntax check).

greetings,
Seweryn



_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to