Changes between Version 2 and Version 3 of ProvisioningModule
- Timestamp:
- 12/21/06 13:06:31 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProvisioningModule
v2 v3 1 Updated Idea: 1 = FreePBX Provisioning Module = 2 2 3 Let's define a standard way for VSP to define needed settings to connect with them (protocol, codec, hosts, ecc...) 4 This way they can publish an XML file with configuration ''guidelines'' and freePBX can parse them and build an on-the-fly wizard for users asking only needed info (e.g.: username, password and preferred codec). 3 Part of DevicesTakeTwo 5 4 6 ''sorry..., still working on it, will post soon my first beta'' 5 Voicepulse has written a provisioning system, checked in at browser:freepbx/branches/experimental/vgps 7 6 8 --Ed 7 It is a bit strange because although it has command-line scripts, they try to call execute.php via a web browser (which uses register_globals btw) and that actually does all the work. It would be possible to rewrite execute.php as an actual PHP class, so it can be used directly from command-line scripts, web apps, etc, and I (Greg) do plan on doing that at some point. 8 9 This should also take into account [http://aussievoip.com.au/wiki/Resolving+FreePBX+and+Sipura-Linksys+Supplementary+Service+and+Feature+Code+Conflicts feature code conflicts] with certain devices (their built-in features vs freePBX codes). 10 11 --- 12 13 Note: Stuff about [wiki:VSPProvisioning VSP provisioning] was moved 14
