Dear All,

 

I'm building a web based management interface for both Kannel and Mbuni.
I was able to manage SMSC and MMSC connections through APIs I built
using java and the INCLUDE parameter in the configuration file of the
kannel to include configuration files from other paths was really
helpful. As I do not have to drop the whole configuration file and
rebuild it again on adding or updating an MMSC connection.

 

My kannel configuration files structure is shown 

 

#Main Conf file

box-allow-ip = "127.0.0.1"

store-file = "/var/spool/bearer.store"

#dlr-storage = pgsql

 

# SMSC configuration

include = "/etc/bearer/smscs.conf"

 

 

 

#smscs.conf file

include = "/etc/bearer/smscs/Orange.conf"

include = "/etc/bearer/smscs/Vodafone.conf"

 

Then a configuration file for each SMSC group.

 

The main configuration file will be always static while changes will
take place in smscs.conf and the specific configuration file for each
connection only.

This greatly helps managing the configuration files, specially when you
have more then 50 SMSC or MMSC connections.

 

But unfortunately I was not able to do the same with mbuni as the
include tag is not supported.

 

Did any body manage to change the source code to add this functionality
in the configuration file?

 

Regards,

Remon

 

_______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to