Cisco SPA921 - - IP Phone Provisioning Manual page 51

Voice system, voice gateways, and ip telephones
Hide thumbs Also See for SPA921 - Cisco - IP Phone:
Table of Contents

Advertisement

Creating Provisioning Scripts
Proprietary Plain-Text Configuration File
Cisco Small Business IP Telephony Devices Provisioning Guide
<SIP-Credentials>
</CPE>
To map these three parameters directly to the Display_Name_1_, User_ID_1_, and
Password_1_ parameters (Line 1), enter this mapping in a general purpose
parameter (for example, GPP_M):
/CPE/SIP-Credentials/name = /flat-profile/Display_Name_1_ ;
/CPE/SIP-Credentials/number = /flat-profile/User_ID_1_ ;
/CPE/SIP-Credentials/auth-secret = /flat-profile/Password_1_ ;
Then, request the customer credentials profile with the following URL option
(showing an example URL for completeness):
[--alias m ] http://acct.voipservice.net/credentials/spa$MA.xml
Upon receiving the profile, the IP Telephony Device would apply the indicated
translations, assigning J. Smith to Display_Name_1_, 14085551234 to User_ID_1_,
and 732091751563sfd to Password_1_.
The alias option matches only the left-hand-side of an alias as much as specified
by the configured alias map. The element itself can be nested further. In the
example above, GPP_M could have contained the following instead:
/SIP-Credentials/name = /flat-profile/Display_Name_1_ ;
/SIP-Credentials/number = /flat-profile/User_ID_1_ ;
/auth-secret = /flat-profile/Password_1_ ;
In general, it is best to specify enough enclosing elements to ensure an
unambiguous translation.
The alias option is designed to recognize a limited number of critical parameters.
Up to 30 parameters can be remapped this way.
Combining Options
Multiple URL options can be combined, by enclosing them within the same set of
square brackets. The following are examples of valid URL option strings:
[--post j --alias k]
[--key "SymmetricSecret" --alias a]
[--key "$SB" --post g]
[--alias a --key abracadabra321 --post c]
2
49

Advertisement

Table of Contents
loading

Table of Contents