view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
This is known to create infinite loops in make.
Please correct this, then run $0 again.
END_DIE
}
# Build.PL was formerly supported, but no longer is due to excessive
# difficulty in implementing every single feature twice.
if ( $0 =~ /Build.PL$/i ) { die <<"END_DIE" }
Module::Install no longer supports Build.PL.
It was impossible to maintain duel backends, and has been deprecated.
Please remove all Build.PL files and only use the Makefile.PL installer.
END_DIE
inc/Module/Install/Metadata.pm view on Meta::CPAN
require Module::Build;
my $build = Module::Build->new(
dist_name => $self->name,
dist_version => $self->version,
license => $self->license,
);
$self->provides( %{ $build->find_dist_packages || {} } );
}
sub feature {
my $self = shift;
my $name = shift;
my $features = ( $self->{values}->{features} ||= [] );
my $mods;
if ( @_ == 1 and ref( $_[0] ) ) {
# The user used ->feature like ->features by passing in the second
# argument as a reference. Accomodate for that.
$mods = $_[0];
} else {
$mods = \@_;
}
my $count = 0;
push @$features, (
$name => [
map {
ref($_) ? ( ref($_) eq 'HASH' ) ? %$_ : @$_ : $_
} @$mods
]
);
return @$features;
}
sub features {
my $self = shift;
while ( my ( $name, $mods ) = splice( @_, 0, 2 ) ) {
$self->feature( $name, @$mods );
}
return $self->{values}->{features}
? @{ $self->{values}->{features} }
: ();
}
sub no_index {
my $self = shift;
my $type = shift;
push @{ $self->{values}->{no_index}->{$type} }, @_ if $type;
return $self->{values}->{no_index};
}
share/AXLSoap.xsd view on Meta::CPAN
</xsd:annotation>
</xsd:element>
<xsd:element name="certificateStatus" type="xsd:string" minOccurs="0"><!--This field is of the type axl:XCertificateStatus in AXLEnums.xsd-->
<xsd:annotation>
<xsd:documentation>Read-only tag.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="upgradeFinishTime" type="xsd:string" minOccurs="0"/>
<xsd:element name="deviceMobilityMode" type="xsd:string" default="Default" nillable="false" minOccurs="0"><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
<xsd:annotation>
<xsd:documentation>Specifies if the phone is configured for device mobility feature or not</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="roamingDevicePoolName" type="axlapi:UniqueString50" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Read-only. Specifies the device pool being used if the device is roaming and the devicemobility feature is enabled for it.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="remoteDevice" type="xsd:boolean" default="false" nillable="false" minOccurs="0"/>
<xsd:element name="dndOption" type="axlapi:XDNDOption" nillable="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dndRingSetting" type="xsd:string" nillable="true" minOccurs="0"><!--This field is of the type axl:XRingSetting in AXLEnums.xsd-->
<xsd:annotation>
share/AXLSoap.xsd view on Meta::CPAN
</xsd:annotation>
<xsd:element name="dialRules" type="axlapi:XSIPDialRules" nillable="false">
<xsd:annotation>
<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dialRulesName" type="axlapi:String50" nillable="false"/>
</xsd:choice>
<xsd:element name="sshUser" type="axlapi:String50" nillable="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This tag is applicable only to those devices that support ssh feature.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sshPwd" type="axlapi:String255" nillable="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This tag is applicable only to those devices that support ssh feature.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="digestUser" type="axlapi:String255" nillable="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This field is applicable only to SIP phones.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="outboundCallRollover" type="axlapi:XOutboundCallRollover" nillable="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This field is applicable to only those phones that support Automatic Outbound Call Rollover.</xsd:documentation>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:element name="blfDest" type="xsd:nonNegativeInteger"/>
</xsd:choice>
<xsd:element name="label" type="xsd:string" minOccurs="0"/>
<xsd:element name="asciiLabel" type="axlapi:String50" nillable="true" minOccurs="0"/>
<xsd:element name="associatedBLFSDFeatures" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Features associated with this BLFSpeedDial button</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="feature" type="axlapi:XBLFSDOption" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Name of the feature.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="index" type="xsd:positiveInteger"/>
</xsd:complexType>
<xsd:complexType name="XBLFDirectedCallPark">
<xsd:sequence>
share/AXLSoap.xsd view on Meta::CPAN
</xsd:element>
</xsd:sequence>
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
<xsd:attribute name="portNumber" type="xsd:positiveInteger" use="required"/>
</xsd:complexType>
<xsd:complexType name="XButton">
<xsd:annotation>
<xsd:documentation>A button on a phone template.</xsd:documentation>
</xsd:annotation>
<xsd:sequence minOccurs="0">
<xsd:element name="feature" type="xsd:string"><!--This field is of the type axl:XFeature in AXLEnums.xsd-->
<xsd:annotation>
<xsd:documentation>The feature invoked by this button.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="label" type="axlapi:String50" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The label to display for this button.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
<xsd:attribute name="buttonNumber" type="xsd:positiveInteger"/>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:sequence>
<xsd:element name="product" type="xsd:string"/><!--This field is of the type axl:XMGCPSlotModule in AXLEnums.xsd-->
<xsd:element name="subunits" type="axlapi:XMGCPSubunits" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="index" type="xsd:nonNegativeInteger"/>
</xsd:complexType>
<xsd:complexType name="XModelInfo">
<xsd:sequence>
<xsd:element name="class" type="xsd:string"/><!--This field is of the type axl:XClass in AXLEnums.xsd-->
<xsd:element name="defaultDTMFCapability" type="xsd:nonNegativeInteger" minOccurs="0"/>
<xsd:element name="features" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="feature" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/><!--This field is of the type axl:XFeature in AXLEnums.xsd-->
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="hasFirmwardLoad" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="hasPhoneTemplate" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="numberOfButtons" type="xsd:nonNegativeInteger" minOccurs="0"/>
<xsd:element name="phoneTemplateIsUserModifiable" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="showInDeviceDefaults" type="xsd:boolean" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string"/><!--This field is of the type axl:XModel in AXLEnums.xsd-->
share/AXLSoap.xsd view on Meta::CPAN
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>
<xsd:complexType name="XPhoneTemplate">
<xsd:annotation>
<xsd:documentation>Phone templates describe what features are assigned to what buttons on a particular phone or set of phones. These templates are downloaded to phones and add-on-modules.</xsd:documentation>
</xsd:annotation>
<xsd:sequence minOccurs="0">
<xsd:element name="name">
<xsd:annotation>
<xsd:documentation>The template's name.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50"/>
</xsd:restriction>
share/AXLSoap.xsd view on Meta::CPAN
</xsd:element>
<xsd:element name="basePhoneTemplateName" type="axlapi:String50"/>
</xsd:choice>
<xsd:element name="isUserModifiable" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Read-Only.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="buttons" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The list of buttons on this model of phone. The feature and label of the first button cannot be modified. </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence minOccurs="0">
<xsd:element name="button" type="axlapi:XButton" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>
share/AXLSoap.xsd view on Meta::CPAN
</xsd:element>
<xsd:element name="presenceGroupName" type="axlapi:String50" nillable="false"/>
</xsd:choice>
<xsd:element name="ignorePresentationIndicators" type="xsd:boolean" nillable="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality Feature is required for most phones and device profiles.Not Nullable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deviceMobilityMode" type="xsd:string" default="Default" nillable="false" minOccurs="0"><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
<xsd:annotation>
<xsd:documentation>Specifies if the phone is configured for device mobility feature or not</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hlogStatus" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
<xsd:element name="ownerUserId" type="axlapi:String255" nillable="true" minOccurs="0"/>
</xsd:sequence>
</xsd:sequence>
<xsd:attribute name="index" type="xsd:nonNegativeInteger" use="required"/>
</xsd:extension>
</xsd:complexContent>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:enumeration value="Change failed - Current Password is incorrect."/>
<xsd:enumeration value="Change failed - New Password does not match Confirm Password."/>
<xsd:enumeration value="Change failed - Current PIN is incorrect."/>
<xsd:enumeration value="Change failed - New PIN does not match Confirm PIN."/>
<xsd:enumeration value="Fastdials index already in use. Please choose another index."/>
<xsd:enumeration value="Fastdials phone number already in use. Please choose another phone number."/>
<xsd:enumeration value="Cisco Unity Connection Server returned a SQL Exception. Please check the log file."/>
<xsd:enumeration value="Unable to delete user account from Cisco Unity Connection Server. Please check the log file."/>
<xsd:enumeration value="File uploaded does not have extension .lic. Please upload a license file with extension .lic."/>
<xsd:enumeration value="A file with this name already exists in the license file directory. Please upload a file with a different name."/>
<xsd:enumeration value="Unable to obtain certificate for this IP address/Port. SRST reference has been changed to non-secured. Please disable the security services on the gateway if you do not use the security feature."/>
<xsd:enumeration value="DN/Route Pattern must be the last search parameter when using the Search Within Results option."/>
<xsd:enumeration value="Route Group Name and Directory Number are not allowed in the same search."/>
<xsd:enumeration value="user is not member of super user group. Cannot add to groups the roles which are only accessible to super users"/>
<xsd:enumeration value="Only super users can update members of super user groups"/>
<xsd:enumeration value="Users who are not super users cannot add him/herself to groups"/>
<xsd:enumeration value="Propagation failed for some devices. See log for a list of failed devices."/>
<xsd:enumeration value="Change failed - Credential locked. Please contact your administrator."/>
<xsd:enumeration value="Change failed - Credential locked due to inactivity. Please contact your administrator."/>
<xsd:enumeration value="Unknown credential validation error. Please contact your administrator."/>
<xsd:enumeration value="Wrong Credential."/>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:enumeration value="Automatic update of CTIID during insert into DeviceNumPlanMap failed due to overflow"/>
<xsd:enumeration value="Busy Trigger cannot be greater than 1 because the specified device type does not support Call Waiting"/>
<xsd:enumeration value="A DN cannot be associated with this type of Device"/>
<xsd:enumeration value="A DN cannot be associated with the whole GW only a particular port"/>
<xsd:enumeration value="An RP cannot be associated with this type of Device"/>
<xsd:enumeration value="An RP can be associated with the whole GW only and not a particular port"/>
<xsd:enumeration value="An RP can be associated with only a single device of this type"/>
<xsd:enumeration value="The Device is already a member of a Route Group"/>
<xsd:enumeration value="Devices can only be associated with DNs, Route Patterns and Hunt Pilots"/>
<xsd:enumeration value="CTI Ports and CTI Route Points may not be associated with DNs that are in Line Groups"/>
<xsd:enumeration value="Shared Line feature is not supported"/>
<xsd:enumeration value="Shared Line is only for DNs"/>
<xsd:enumeration value="Ring Setting only valid when phone is off hook"/>
<xsd:enumeration value="Auto Answer feature is not supported for this device"/>
<xsd:enumeration value="The Dial Plan of the RouteList should match that of the associated Route Pattern"/>
<xsd:enumeration value="The Gateway already has port(s) assigned to a DN"/>
<xsd:enumeration value="The entire Gateway i.e all ports already assigned to a Route Pattern"/>
<xsd:enumeration value="Maximum calls must be less than or equal to 2 if Multiple Call Display not supported"/>
<xsd:enumeration value="Failure attempting to update isCallable in numbering plan"/>
<xsd:enumeration value="An HP cannot be associated with this type of Device"/>
<xsd:enumeration value="An HP can be associated with only a single device of type Hunt List"/>
<xsd:enumeration value="A device_template patternusage can only be associated with device of typeclass template"/>
<xsd:enumeration value="Message Waiting Lamp Policy not supported for this device"/>
<xsd:enumeration value="Ring Settings for this line are not supported for this device"/>
<xsd:enumeration value="DN assigned CAT6K FXS port not shareable"/>
<xsd:enumeration value="DN assigned to MWI cannot be shared"/>
<xsd:enumeration value="This device does not support the Pickup Alert feature."/>
<xsd:enumeration value="The retrieval code (Prefix + Park Code) already exists."/>
<xsd:enumeration value="The retrieval code record for Directed Call Park cannot be edited directly"/>
<xsd:enumeration value="Audible Message Waiting Indicator is not supported on the device where this line appears"/>
<xsd:enumeration value="Recording is not supported on the device where this line appears"/>
<xsd:enumeration value="Monitoring is not supported on the device where this line appears"/>
<xsd:enumeration value="No more than 5 EndUsers can be subscribed to receive status for a line appearance."/>
<xsd:enumeration value="Intercom line is not shareable"/>
<xsd:enumeration value="Phone cannot have the same Intercom line more than once (duplicate NumPlanIndex)"/>
<xsd:enumeration value="Only one Mobility number each for Handoff, DTMF and IVR is allowed."/>
<xsd:enumeration value="Intercom Default Device cannot be a Device Profile or BAT Template."/>
<xsd:enumeration value="Log Missed Calls option can only be set for devices that support this feature."/>
<xsd:enumeration value="This device has restricted value on maximum call, input value is not valid."/>
<xsd:enumeration value="This device has restricted value on busy trigger, input value is not valid."/>
<xsd:enumeration value="The list of Partition names (Clause) in a Calling Search Space is too long as a result of this operation (more than 1024 characters). Shorten the Partition names or use fewer Partitions in the Calling Search Space."/>...
<xsd:enumeration value="The CSS cannot be deleted since gateway(s) is associated with it and useDevicePoolCdpnTransformCSS is false"/>
<xsd:enumeration value="The CSS cannot be deleted since phone(s) is associated with it and useDevicePoolCgpnTransformCSS is false"/>
<xsd:enumeration value="Uniqueness check of pilotNumber + CSSID failed"/>
<xsd:enumeration value="Uniqueness check of Pilot IsDefault = 1 failed"/>
<xsd:enumeration value="Attempt to delete required VM Pilot record; the value of IsDefault = 1"/>
<xsd:enumeration value="Attempt to delete system installed VM Pilot record"/>
<xsd:enumeration value="Uniqueness check of Profile IsDefault = 1 failed"/>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:enumeration value="Attempt to update MGCP VersionStamp failed"/>
<xsd:enumeration value="Attempt to update Device VersionStamp failed"/>
<xsd:enumeration value="Automatic update of CTIID during insert into Device table failed due to overflow"/>
<xsd:enumeration value="The Class type for this model device was not found"/>
<xsd:enumeration value="The Model type for the specified Product type was not found"/>
<xsd:enumeration value="No DigitalAccessPri entry found for this device"/>
<xsd:enumeration value="An invalid QSIG configuration was detected for this device"/>
<xsd:enumeration value="Attempt to update the MGCP Slot configuration for new MGCP device failed"/>
<xsd:enumeration value="Cannot make changes to OR delete a device while a user is logged in"/>
<xsd:enumeration value="Route List Enabled can be true only for Route List devices"/>
<xsd:enumeration value="Network Hold Audio Source can only be used for devices that support the Music On Hold feature"/>
<xsd:enumeration value="User Hold Audio Source can only be used for devices that support the Music On Hold feature"/>
<xsd:enumeration value="Only devices that support Video feature may set the Retry Video Call As Audio setting to false"/>
<xsd:enumeration value="The specified Device Protocol is not valid for this device"/>
<xsd:enumeration value="The specified Protocol Side is not valid for this device"/>
<xsd:enumeration value="MLPP Preemption must be disabled on devices that do not support the MLPP Preemption feature."/>
<xsd:enumeration value="MLPP Indication must be off on devices that do not support the MLPP Indication feature."/>
<xsd:enumeration value="Only devices that support Localization feature use the User Locale setting"/>
<xsd:enumeration value="Extension Mobilty can only be turned on for devices that support Extension Mobility feature."/>
<xsd:enumeration value="AAR Group OR AAR Calling Search Space can only be used for devices that support the AAR feature."/>
<xsd:enumeration value="Device Profile can only be created for devices that support Extension Mobility feature."/>
<xsd:enumeration value="Softkey Template is not valid for this type of device."/>
<xsd:enumeration value="Login Duration is valid only for devices that support Extension Mobility feature."/>
<xsd:enumeration value="Login Time is valid only for devices that support Extension Mobility feature."/>
<xsd:enumeration value="Automatic delete of auto-generated Device record failed"/>
<xsd:enumeration value="Device name format is not correct for this mgcp device"/>
<xsd:enumeration value="Security Profile is required for this device"/>
<xsd:enumeration value="Security Profile is not supported for this device"/>
<xsd:enumeration value="SRTP and Outbound Fast Start cannot be enabled at the same time."/>
<xsd:enumeration value="Device does not support security encryption"/>
<xsd:enumeration value="Device does not support security authentication"/>
<xsd:enumeration value="SIP Dial Rules are not compatible with non-SIP devices."/>
<xsd:enumeration value="The SIP Dial Rule type is not compatible with this device type."/>
<xsd:enumeration value="Duplicate E.164 address for gatekeeper-controlled H.323 device."/>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:enumeration value="The model and protocol of the Extension Mobility Logout Profile do not match the model and protocol of the device."/>
<xsd:enumeration value="This device does not support Passing Precedence Level Through UUIE."/>
<xsd:enumeration value="Max number of phones in cluster has been exceeded for install type."/>
<xsd:enumeration value="Feature DND is not supported for this device."/>
<xsd:enumeration value="Device does not support selected DND Option."/>
<xsd:enumeration value="Cannot delete the IP Media Streaming software devices installed on a server by default."/>
<xsd:enumeration value="Device Outbound Call Rollover Feature Restriction."/>
<xsd:enumeration value="The specified Security Profile is not valid for this device type (model and protocol)."/>
<xsd:enumeration value="The Server Based Software Device cannot be deleted."/>
<xsd:enumeration value="Outbound Faststart cannot be enabled. Outbound Faststart requires an MTP and a hardware Transcoder configured through a Media Resource Group List for the device."/>
<xsd:enumeration value="Only devices that support Join Across Lines feature use the Join Across Lines setting"/>
<xsd:enumeration value="Only devices that support Single Button Barge feature use the Single Button Barge setting"/>
<xsd:enumeration value="sRPT cannot be used on a SIP trunk with Security Mode of Authenticated."/>
<xsd:enumeration value="TKPresentationBit ConnectedLine cannt be enabled. TKPresentationBit ConnectedLine requires IsRPIDEnabled to be set to True."/>
<xsd:enumeration value="TKPresentationBit ConnectedName cannt be enabled. TKPresentationBit ConnectedName requires IsRPIDEnabled to be set to True."/>
<xsd:enumeration value="Security Profile used by a device cannot be a CUMA security policy."/>
<xsd:enumeration value="fkCalledSearchSpace_cdpnTransform is not allowed for FXS ports"/>
<xsd:enumeration value="Phone Personalization feature is not supported on the specified device type."/>
<xsd:enumeration value="National, International and Subscriber Prefixes must be empty for SIP trunks"/>
<xsd:enumeration value="Only H225 trunk (gatekeep controlled) and SIP trunk can have non-zero Allocated License Unit"/>
<xsd:enumeration value="Remote Destination Profile and Dual Mode Device can only have Call Reject DND option"/>
<xsd:enumeration value="IsProtected setting can only be true for devices supporting secure tone feature "/>
<xsd:enumeration value="Security Profile used with Protected device must be secure (encrypted)"/>
<xsd:enumeration value="Protected device does not support shared line and all lines on a protected device must have max calls (and busy trigger) set to 1."/>
<xsd:enumeration value="Device does not support SmartClient feature. "/>
<xsd:enumeration value="Remote Cisco Unified Communications Manager is already defined for other ICT Trunk."/>
<xsd:enumeration value="Cannot add more than one IP Media Streaming software devices per type (CFB,MOH,ANN,SVR) per server."/>
<xsd:enumeration value="Cannot use QSIG Variant or ASN1 Rose OID Encoding because QSIG is not enabled for this device. Enable QSIG protocol or tunneling and try again."/>
<xsd:enumeration value="Attempted to insert an invalid product into the device table. Make sure the product is an endpoint device and try again."/>
<xsd:enumeration value="The specified name has invalid characters or is not formatted correctly for this device type."/>
<xsd:enumeration value="The autogenerated profile name has invalid characters or is not formatted correctly for this device type."/>
<xsd:enumeration value="The specified name has invalid characters or is not formatted correctly for this type of device, profile or template."/>
<xsd:enumeration value="Gatekeeper table may only reference devices that are Gatekeepers (model = 122)"/>
<xsd:enumeration value="Failure attempting to insert into Region table"/>
<xsd:enumeration value="URI as a BLF Speed-dial Destination is not allowed for this device with this protocol."/>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:enumeration value="Failure attempting to insert into AARDialPrefixMatrix table"/>
<xsd:enumeration value="The standard locations should not be deleted and the configration for the standard location should not be modified other than RSVP policy configurations."/>
<xsd:enumeration value="Failure attempting to update CSS Clause after update in CSSMember table"/>
<xsd:enumeration value="Members of a calling search space must be of the same partition type"/>
<xsd:enumeration value="Cannot modify or delete the installed Default Credential Policy."/>
<xsd:enumeration value="Automatic update of CTIID during insert into CallManager table failed due to overflow"/>
<xsd:enumeration value="CallManager SIP Port cannot match any existing CallManager(s) SIP Secured Port"/>
<xsd:enumeration value="CallManager SIP Secured Port cannot match any existing CallManager(s) SIP Port"/>
<xsd:enumeration value="Failure to insert phone button records for new phone template"/>
<xsd:enumeration value="Failure attempting to add user-definable buttons to PhoneButton table"/>
<xsd:enumeration value="Phone Template may only be assigned to devices that support the phone template feature"/>
<xsd:enumeration value="Extension Mobility login failed - phone button template protocol (SCCP/SIP) mismatch"/>
<xsd:enumeration value="Failure attempting to reconstruct the SoftKeyTemplate table SoftKeySetClause"/>
<xsd:enumeration value="Failure attempting to reconstruct the SoftKeyTemplate table SoftKeyClause"/>
<xsd:enumeration value="Attempt to change an existing template. Templates are not modifiable"/>
<xsd:enumeration value="Attempt to add more than the limit of 16 softkeys per call state."/>
<xsd:enumeration value="Attempt to update a restricted column denied"/>
<xsd:enumeration value="Attempt to update a standard template is denied; can only update a derived template"/>
<xsd:enumeration value="Can not assign the same softkey to the same call state for one softkey template except the Undefined softkey"/>
<xsd:enumeration value="Attempt to delete CallManagerGroup record defined as the default tftp record"/>
<xsd:enumeration value="Invalid attempt to change status of CallManagerGroup default tftp record to non-default"/>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:enumeration value="The sum of the streams configured for all media resources (CFB, MTP, XCODE, ANN) associated with this gateway cannot exceed 128"/>
<xsd:enumeration value="NSFInformationElements must be associated with a Route Pattern"/>
<xsd:enumeration value="The specified NSF Service is not valid for the selected protocol"/>
<xsd:enumeration value="The specified NSF Carrier Identification Code has invalid format"/>
<xsd:enumeration value="The specified NSF Parameter Value has invalid format"/>
<xsd:enumeration value="DigitalAccessT1 table may only reference devices with matching Device Protocol (DigitalAccessT1)"/>
<xsd:enumeration value="DigitalAccessT1Port table may only reference devices with matching Device Protocol (DigitalAccessT1)"/>
<xsd:enumeration value="User-defined SRST records must use the corresponding SRST Option"/>
<xsd:enumeration value="Cannot delete the system installed SRST records"/>
<xsd:enumeration value="Telecaster table may only reference devices that support IP Phone Services"/>
<xsd:enumeration value="The specified feature is not available for this model and protocol"/>
<xsd:enumeration value="Pilot table may only reference CTI Route Point devices"/>
<xsd:enumeration value="Cannot associate Speed Dials with a device that does not support phone templates or abbreviated dial features"/>
<xsd:enumeration value="The specified Address Book entry is not avaiable in the user''s Personal Address Book"/>
<xsd:enumeration value="The Fast Dial Index for this Phone Book entry is not unique"/>
<xsd:enumeration value="Cannot have more than one number of each type (Home, Work, Mobile) associated with a Personal Address Book entry"/>
<xsd:enumeration value="Only one record with same fastdialindex and fkenduser can exist"/>
<xsd:enumeration value="NickName cannot be a NULL or empty string"/>
<xsd:enumeration value="The specified DN or pattern evaluates to more than the maximum allowable 48 digits for this pattern usage"/>
<xsd:enumeration value="Encountered more characters than allowed in the submitted DnOrPattern string"/>
<xsd:enumeration value="The specified DN or pattern evaluates to more than the maximum allowable 24 digits for this pattern usage"/>
<xsd:enumeration value="Pattern has to be unique in a Route Partition unless associated with a Dial Plan"/>
<xsd:enumeration value="Digit Discard Instruction must be associated with the current DN's Dial Plan"/>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:enumeration value="Intercom Calling Search Spaces may only be used for Intercom DN or Intercom Translation pattern"/>
<xsd:enumeration value="Translation pattern for intercom line must have an intercom calling search space"/>
<xsd:enumeration value="Translation pattern for non-intercom line should not have an intercom calling search space"/>
<xsd:enumeration value="The combination of Prefix Digits and Park Code contain too many characters - the resulting Retrieval Code is not valid"/>
<xsd:enumeration value="The combination of Prefix Digits and Park Code evaluates to more than 48 digits - the resulting Retrieval Code is not valid"/>
<xsd:enumeration value="Cannot set isCallable to False when a DN or Intercom DN is associted with a device, device profile, or BAT Template"/>
<xsd:enumeration value="Can only set isCallable to False for DN or Intercom DN patterns"/>
<xsd:enumeration value="The clause for the route filter is too long as a result of this operation (more than 1024 characters) "/>
<xsd:enumeration value="Intercom DN can only have compatible AutoAnswer Type (such as speakerphone or headset) "/>
<xsd:enumeration value="The Prefix Digits must be less than 24 digits for Directed Call Park"/>
<xsd:enumeration value="Intercom feature is not supported for this device"/>
<xsd:enumeration value="Cannot insert or update pattern. A Entry already exists with same pattern and partition."/>
<xsd:enumeration value="Cannot insert or update pattern. A Call Park already exists with same pattern and partition."/>
<xsd:enumeration value="Cannot insert or update pattern. A Conferance exists with the same pattern and partition."/>
<xsd:enumeration value="Cannot insert or update pattern. A DN exists with the same pattern and partition."/>
<xsd:enumeration value="Cannot insert or update pattern. A Translation exists with the same pattern and partition."/>
<xsd:enumeration value="Cannot insert or update pattern. A Call Pick Up Group exists with the same pattern and partition."/>
<xsd:enumeration value="Cannot insert or update pattern. A Route exists with the same pattern and partition."/>
<xsd:enumeration value="Cannot insert or update pattern. A Message Waiting exists with the same pattern and partition."/>
<xsd:enumeration value="Cannot insert or update pattern. A Hunt Pilot exists with the same pattern and partition."/>
<xsd:enumeration value="Cannot insert or update pattern. A Voice Mail Port exists with the same pattern and partition."/>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:enumeration value="Cannot have more than one default MLPP Domain record."/>
<xsd:enumeration value="Attempt to update a record that is not user-modifiable"/>
<xsd:enumeration value="Attempt to update MediaResourceList clause failed"/>
<xsd:enumeration value="Attempt to insert value into LicenseDistributionUsed triggered by insert into LicenseInfo table failed"/>
<xsd:enumeration value="Attempt to delete from LicenseDistributionUsed failed because used count, distributed count or both were non-zero"/>
<xsd:enumeration value="Cannot make an active licensed device inactive (IsActive cannot change from true to false)"/>
<xsd:enumeration value="Request unsuccessful to license manager(Please check the Licensing logs for further details) "/>
<xsd:enumeration value="Cannot connect to License Manager"/>
<xsd:enumeration value="Datastore exception in licensing"/>
<xsd:enumeration value="Internal licensing error (check the log file for details)"/>
<xsd:enumeration value="All licenses in use for this feature. Please upload additional licenses (a new license file) and try activating the feature again."/>
<xsd:enumeration value="No licensing support for the requested feature"/>
<xsd:enumeration value="Can't connect to datastore for licensing"/>
<xsd:enumeration value="License file not loaded"/>
<xsd:enumeration value="Licenses not available for the required version"/>
<xsd:enumeration value="All the allocated licenses to this node are consumed. Please upload additional licenses (a new license file) and try again."/>
<xsd:enumeration value="Licensing checkin failed (checkin count is greater than checked out count)"/>
<xsd:enumeration value="License Server not serving licenses on this node"/>
<xsd:enumeration value="All license servers down"/>
<xsd:enumeration value="Unexpected message from license server"/>
<xsd:enumeration value="Request Failed and some License Servers down"/>
<xsd:enumeration value="License File Version Mismatch"/>
share/AXLSoap.xsd view on Meta::CPAN
</xsd:annotation>
<xsd:element name="dialRules" type="axlapi:XSIPDialRules" nillable="false">
<xsd:annotation>
<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dialRulesName" type="axlapi:String50" nillable="false"/>
</xsd:choice>
<xsd:element name="sshUser" type="axlapi:String50" nillable="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This tag is applicable only to those devices that support ssh feature.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sshPwd" type="axlapi:String255" nillable="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This tag is applicable only to those devices that support ssh feature.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="digestUser" type="axlapi:String255" nillable="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This field is applicable only to SIP phones.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="outboundCallRollover" type="axlapi:XOutboundCallRollover" nillable="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This field is applicable to only those phones that support Automatic Outbound Call Rollover.</xsd:documentation>
share/AXLSoap.xsd view on Meta::CPAN
</xsd:element>
<xsd:element name="presenceGroupName" type="axlapi:String50" nillable="false"/>
</xsd:choice>
<xsd:element name="ignorePresentationIndicators" type="xsd:boolean" nillable="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality Feature is required for most phones and device profiles.Not Nullable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deviceMobilityMode" type="xsd:string" default="Default" nillable="false" minOccurs="0"><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
<xsd:annotation>
<xsd:documentation>Specifies if the phone is configured for device mobility feature or not</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hlogStatus" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
<xsd:element name="ownerUserId" type="axlapi:String255" nillable="true" minOccurs="0"/>
</xsd:sequence>
</xsd:sequence>
<xsd:attribute name="index" type="xsd:nonNegativeInteger" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:complexContent>
<xsd:extension base="axlapi:APIRequest">
<xsd:sequence>
<xsd:choice>
<xsd:element name="name" type="axlapi:String50" nillable="false"/>
<xsd:element name="uuid" type="axlapi:XUUID" nillable="false"/>
</xsd:choice>
<xsd:element name="newName" type="axlapi:String50" nillable="false" minOccurs="0"/>
<xsd:element name="buttons" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This tag is used to modify the fields corresponding to one button. The feature and label of the first button cannot be modified.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence minOccurs="0">
<xsd:element name="button" type="axlapi:XButton" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>