[sr-dev] [kamailio/kamailio] lost: resolve geolocation url using POST (#2641)

sergey-safarov notifications at github.com
Thu Feb 18 15:05:16 CET 2021


According [rfc5985](https://tools.ietf.org/html/rfc5985) `responseTime` may contain values
1. `emergencyRouting`
2. `emergencyDispatch`
3. non Negative Integer value

```xml
    <!-- responseTime Type -->
    <xs:simpleType name="responseTimeType">
      <xs:union>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="emergencyRouting"/>
            <xs:enumeration value="emergencyDispatch"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:nonNegativeInteger">
            <xs:minInclusive value="0"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2641#issuecomment-781366117
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210218/65c102cf/attachment-0001.htm>


More information about the sr-dev mailing list