THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#149 - Via parser does not accept any token as transport
User who did this - Iñaki Baz Castillo (ibc)
----------
RFC 3261 is very clear:
Via = ( "Via" / "v" ) HCOLON via-parm *(COMMA
via-parm)
via-parm = sent-protocol LWS sent-by *( SEMI via-params )
via-params = via-ttl / via-maddr
/ via-received / via-branch
/ via-extension
via-ttl = "ttl" EQUAL ttl
via-maddr = "maddr" EQUAL host
via-received = "received" EQUAL (IPv4address / IPv6address)
via-branch = "branch" EQUAL token
via-extension = generic-param
sent-protocol = protocol-name SLASH protocol-version
SLASH transport
protocol-name = "SIP" / token
protocol-version = token
transport = "UDP" / "TCP" / "TLS" /
"SCTP"
/ other-transport
other-transport = token
So Via transport can be _token_, which means any ASCII string.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=149#comment2…
You are receiving this message because you have requested it from the Flyspray bugtracking
system. If you did not expect this message or don't want to receive mails in future,
you can change your notification settings at the URL shown above.