Hi,
Visual Message Waiting Indicator Policy, it is selected when adding a line to the phone.
I am trying find the table the holds these values in the xml below:
I am trying to perform a select on this table because I want to load this data dynamically.
I checked the 8.6(1) Database Dictionary, Any one know?
thank you
Visual Message Waiting Indicator Policy, it is selected when adding a line to the phone.
I am trying find the table the holds these values in the xml below:
I am trying to perform a select on this table because I want to load this data dynamically.
XML:
<xsd:simpleType name="XMWLPolicy">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Use System Policy"/>
<xsd:enumeration value="Light and Prompt"/>
<xsd:enumeration value="Prompt Only"/>
<xsd:enumeration value="Light Only"/>
<xsd:enumeration value="None"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
I checked the 8.6(1) Database Dictionary, Any one know?
thank you