On Tue, 2008-08-19 at 14:44 -0400, Marden P. Marshall wrote: > I encountered this error today after installing the software via > RPM's. This is the what was reported: > > sipXpbx: sipXpbx configuration problems found: > sipXpbx: > sipXpbx: Check sipxivr > sipXpbx: ==== /etc/sipxpbx/autoattendants.xml: > sipXpbx: > sipXpbx: Error at file /etc/sipxpbx/autoattendants.xml, line 75, char 16 > sipXpbx: Message: Element 'afterhours' is not valid for content > model: '((holiday,regularhours),afterhours)'
This is probably because autoattendants.xml is marked as a %config file in the rpm - so a new rpm will not overwrite one that has been modified. So any modified autoattendant won't be updated to match the new schema. This is why the new strategy is _not_ to install any configuration from an rpm, and let sipXconfig write them all, and why sipXsupervisor will not start any component until sipXconfig has asserted that the configuration it has written matches the version of the component itself. Of course, that is not actually working yet.... _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
