nattraversalrules.xml has an element, <localtopolody>, used to list what
addresses are local (on the same flat network) as sipX.  The current
schema requires the IP-address elements (<ipV4subnet>) to be listed
before the DNS elements (<dnsWildcard>).  Do we want to enforce that
restriction?

In terms of schema, the choices are:

    <complexType>
      <sequence>
        <element ref='dmp:ipV4subnet' minOccurs='0' maxOccurs='unbounded'/>
        <element ref='dmp:dnsWildcard' minOccurs='0' maxOccurs='unbounded'/>
      </sequence>
    </complexType>

    <complexType>
      <sequence>
        <choice>
          <element ref='dmp:ipV4subnet' minOccurs='0' maxOccurs='unbounded'/>
          <element ref='dmp:dnsWildcard' minOccurs='0' maxOccurs='unbounded'/>
        </choice>
      </sequence>
    </complexType>

Dale


_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to