Hi,

When I SUBSCRIBE to the registration event package, Sprout is returning the 
following XML in the SIP NOTIFY body:

<?xml version="1.0" encoding="UTF-8"?>
<reginfo xmlns="urn:ietf:params:xml:ns:reginfo" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="0" 
state="partial">
 <registration aor="sip:[email protected]" id="12335157013393702988" 
state="active">
  <contact id="<urn:gsma:imei:35513605-240951-6>:1" state="active" 
Event="refreshed">
   <uri>sip:[email protected]:39861;transport=TCP;ob</uri>
  </contact>
 </registration>
</reginfo>

Couple of problems with the XML:

 1.  <contact id> contains data with < >, which is invalid syntax. Should be 
replaced with &lt; and &gt;
 2.  In the same <contact id> element, the tag Event is capitalized. It should 
be “event” according to RFC 3680.

BTW, what is the preferred way to report issues? Post it here or directly in 
github?

Thank you,
Alan Kwon
_______________________________________________
Clearwater mailing list
[email protected]
http://lists.projectclearwater.org/listinfo/clearwater

Reply via email to