cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1649
Views
0
Helpful
0
Replies

Visual Message Waiting Indicator Policy

joe345678
Level 1
Level 1

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.

<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

0 Replies 0