pbolognesieustema / sip-js

Automatically exported from code.google.com/p/sip-js
0 stars 0 forks source link

Failed to parse correct To header #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
The sip-js failed to parse correct To header:
To: "" <sip:222@test.local>;epid=a22edc020e;tag=4adc8bd5d0

What is the expected output? What do you see instead?
error parsing To: "" <sip:222@officesip.local>;epid=a22edc020e;tag=4adc8bd5d0
Invalid URI("" <sip:222@officesip.local>)
Error in received message: mandatory header To is missing

What version of the product are you using? On what operating system?
SVN rev.7

Please provide any additional information below.
BNF rules from RFC3261 do NOT forbid empty display name.

Original issue reported on code.google.com by i...@fomine.com on 22 Apr 2012 at 1:25