Changes between Version 2 and Version 3 of ProvisioningModule

Show
Ignore:
Author:
gregmac (IP: 72.38.54.164)
Timestamp:
12/21/06 13:06:31 (6 years ago)
Comment:

updated to be about device provisioning, moved VSPProvisioning to another page

Legend:

Unmodified
Added
Removed
Modified
  • ProvisioningModule

    v2 v3  
    1 Updated Idea:  
     1= FreePBX Provisioning Module = 
    22 
    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). 
     3Part of DevicesTakeTwo 
    54 
    6 ''sorry..., still working on it, will post soon my first beta'' 
     5Voicepulse has written a provisioning system, checked in at browser:freepbx/branches/experimental/vgps 
    76 
    8 --Ed 
     7It 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 
     9This 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 
     13Note: Stuff about [wiki:VSPProvisioning VSP provisioning] was moved 
     14