Difference between revisions of "Error Messages/41281"
AManandhar (talk | contribs) (Created page with '= Error Text = The xml passed to SipDecode contains ver="2.0". Currently only ver="1" and ver="1.1" are supported. = Cause = As the error message states the version of th…') |
AManandhar (talk | contribs) |
||
Line 10: | Line 10: | ||
= Remedy = | = Remedy = | ||
+ | |||
+ | You can only pass in xml-encoded SIP encoded in DIST 1 or DIST 1.1 to the [[SipDecode]] function. |
Revision as of 00:36, 25 February 2010
Error Text
The xml passed to SipDecode contains ver="2.0". Currently only ver="1" and ver="1.1" are supported.
Cause
As the error message states the version of the decoding is set to something other than 1 or 1.1.
The xml-encoding you are trying to decode may be using DIST 2.0 which is currently not supported.
Remedy
You can only pass in xml-encoded SIP encoded in DIST 1 or DIST 1.1 to the SipDecode function.
Comments
Enable comment auto-refresher