Fix #350: Inconsistent parsing of From:/To: headers
commit7648f7bfca5b68e446b64c80e48c8da370dbac2c
authorStefan Becker <chemobejk@gmail.com>
Wed, 13 Mar 2019 18:50:14 +0000 (13 20:50 +0200)
committerStefan Becker <chemobejk@gmail.com>
Wed, 13 Mar 2019 18:50:14 +0000 (13 20:50 +0200)
tree74d41da307387e8d5d144d898654c8874a406f46
parent43335447fcb5132637fd6d74352c17dbf566e718
Fix #350: Inconsistent parsing of From:/To: headers

sipmsg_breakdown_parse() is now parsing the address out of those fields
like all other places. Message signature verification should now work
also in those cases where URIs are not wrapped in "<...>".
ChangeLog