Parse the null-terminated uri
and store the result in msg
.
The uri should be of the form:
scheme://[address[:ttl=ttl][:noa=noa]]/[sessionname] [#type=value *[&type=value]]
where value is url encoded. This looslely resembles http://tools.ietf.org/html/draft-fujikawa-sdp-url-01
uri |
the start of the uri |
msg |
the result Message |
OK on success. |