Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #15 from Metaswitch/tel-uri
Browse files Browse the repository at this point in the history
[Reviewer: Graeme] Clearwater supports Tel URIs
  • Loading branch information
mirw committed Mar 10, 2015
2 parents 427e29e + edf0f81 commit 34de766
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/SIP_Interface_Specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,15 @@ The following RFCs are already supported by Clearwater. Note that a number of t
* Mandatory on S-CSCF and UEs in an IMS network.
* Clearwater includes public GRUUs in these event notifications as of the Ninja Gaiden release. It does not support temporary GRUUs.

### Alternative URIs ([RFC 2806](http://www.ietf.org/rfc/rfc2806.txt), [RFC 2368](http://www.ietf.org/rfc/rfc2368.txt), [RFC 3859](http://www.ietf.org/rfc/rfc3859.txt), [RFC 3860](http://www.ietf.org/rfc/rfc3860.txt), [RFC 3966](http://www.ietf.org/rfc/rfc3966.txt))

* Various RFCs defining alternatives to SIP URI - Tel URI ([RFC 2806](http://www.ietf.org/rfc/rfc2806.txt) and [RFC 3966](http://www.ietf.org/rfc/rfc3966.txt)), mailto URI ([RFC 2368](http://www.ietf.org/rfc/rfc2368.txt)), pres URI ([RFC 3859](http://www.ietf.org/rfc/rfc3859.txt)), and im URI ([RFC 3860](http://www.ietf.org/rfc/rfc3860.txt)).
* IMS allows use of Tel URIs
* as a public user identity associated with a subscription (although a subscription must have at least on public user identity which is a SIP URI)
* as the target URI for a call.
* Other URIs can be specified as Request URI for a SIP message.
* Clearwater supports SIP and Tel URIs but not mailto, pres or im URIs.

### Number portability parameters in Tel URI ([RFC 4694](http://www.ietf.org/rfc/rfc4694.txt))

* Defines additional parameters in Tel URI for signalling related to number portability.
Expand Down Expand Up @@ -308,15 +317,6 @@ These are the RFCs which are relevant to Clearwater and not yet supported.
* Mandatory in a P-CSCF according to [TS 24.229](http://www.3gpp.org/ftp/Specs/html-info/24229.htm).
* Clearwater doesn't currently support this.

### Alternative URIs ([RFC 2806](http://www.ietf.org/rfc/rfc2806.txt), [RFC 2368](http://www.ietf.org/rfc/rfc2368.txt), [RFC 3859](http://www.ietf.org/rfc/rfc3859.txt), [RFC 3860](http://www.ietf.org/rfc/rfc3860.txt), [RFC 3966](http://www.ietf.org/rfc/rfc3966.txt))

* Various RFCs defining alternatives to SIP URI - Tel URI ([RFC 2806](http://www.ietf.org/rfc/rfc2806.txt) and [RFC 3966](http://www.ietf.org/rfc/rfc3966.txt)), mailto URI ([RFC 2368](http://www.ietf.org/rfc/rfc2368.txt)), pres URI ([RFC 3859](http://www.ietf.org/rfc/rfc3859.txt)), and im URI ([RFC 3860](http://www.ietf.org/rfc/rfc3860.txt)).
* IMS allows use of Tel URIs
* as a public user identity associated with a subscription (although a subscription must have at least on public user identity which is a SIP URI)
* as the target URI for a call.
* Other URIs can be specified as Request URI for a SIP message.
* Clearwater only supports SIP URIs.

### P-Media-Authorization header ([RFC 3313](http://www.ietf.org/rfc/rfc3313.txt))

* According to [TS 24.229](http://www.3gpp.org/ftp/Specs/html-info/24229.htm), only required if P-CSCF supporting IMS AKA authentication with IPsec ESP encryption, or SIP digest authentication with TLS encryption.
Expand Down

0 comments on commit 34de766

Please sign in to comment.