Krisztian Ganyai wrote: > Hi, > We have some plugins created for the SipRegistrar and our problem is, > that the custom plugin settings disappear from > /etc/sipxpbx/registrar-config every now and then. > This usually happens when changing something in the registrar > configuration in the UI and some other cases too. > Can you please give me advice, that how could we make those additions > survive the next config file regeneration? > Thanks, > Chris
sipXconfig generate registrar_config based on the Velocity template /etc/sipxpbx/sipxregistrar/registrar-config.vm if you want something to be configurable in the UI you can add new settings in /etc/sipxpbx/sipxregistrar/sipxregistrar.xml Newly added settings will show in UI and you can use them in Velocity template. Those changes will not survive the sipXecs upgrade. If you want something something more permanent you can develop service plugin that would replace standard registrar service plugin. Damian _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
