XCF-2614 replacing replication.cgi with XML/RPC calls
New interfaces FileApi and ImdbApi defined to match XML/RPC interface of sipXsupervisor.
DataSetGenerator objects do not generate XML any more. Instead they build a list of maps; each map
http://sipxecs.sipfoundry.org/ViewVC/sipXecs?view=rev&rev=
debugging purposes (see deprecated generateXml method)
Most tests are rewritten not to use XML comparison as a way of testing dataset generation.
File replication requires that sipXconfig provides a full path of the replicated file. For now we
are using {sipx.etc} property, but a better solution is needed since not all the files are in
/etc/sipxpbx directory.
XCF-2614 replacing replication.cgi with XML/RPC calls
New interfaces FileApi and ImdbApi defined to match XML/RPC interface of sipXsupervisor.
DataSetGenerator objects do not generate XML any more. Instead they build a list of maps; each map
http://sipxecs.sipfoundry.org/ViewVC/sipXecs?view=rev&rev=
debugging purposes (see deprecated generateXml method)
Most tests are rewritten not to use XML comparison as a way of testing dataset generation.
File replication requires that sipXconfig provides a full path of the replicated file. For now we
are using {sipx.etc} property, but a better solution is needed since not all the files are in
/etc/sipxpbx directory.
------------------------------------------------------------------------
http://sipxecs.sipfoundry.org/ViewVC/sipXecs?view=rev&rev=12966
XCF-2614 destination directories for replicated files
Each file now independently determines it name and directory. ConfigFileType enumeration has been
http://sipxecs.sipfoundry.org/ViewVC/sipXecs?view=rev&rev=
Use FREESWITCH_PREFIX to find freeswitch configuration directory. Previously it was resolved by
http://sipxecs.sipfoundry.org/ViewVC/sipXecs?view=rev&rev=
------------------------------------------------------------------------
http://sipxecs.sipfoundry.org/ViewVC/sipXecs?view=rev&rev=12967
XCF-2614 support for XML/RPC timeout in XmlRpcApiProvider