<?xml version="1.0" encoding="utf-8"?>
<!-- edited with XMLSpy v2005 sp1 U (http://www.xmlspy.com) by Eric Burger (W3C) -->
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Eric Burger (Brooktrout Technology, Inc.) -->
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<!--
<?xml-stylesheet type='text/xsl'
href='http://xml.resource.org/authoring/rfc2629.xslt' ?>
-->
<?xml-stylesheet type='text/xsl'
                 href='file:C:\Documents and Settings\eburger\My Documents\xml2rfc-1.28\rfc2629xslt\rfc2629.xslt' ?>
<?rfc strict="yes" ?>
<?rfc toc="yes" ?>
<?rfc sortrefs="no" ?>
<?rfc compact="yes" ?>
<rfc ipr="full3667" docName="draft-burger-sipping-netann-11">
	<front>
		<title abbrev="SIP Media Services">Basic Network Media Services with SIP</title>
		<author initials="E." surname="Burger (Ed.)" fullname="Eric Burger">
			<organization>Brooktrout Technology, Inc.</organization>
			<address>
				<postal>
					<street>18 Keewaydin Dr.</street>
					<city>Salem</city>
					<region>NH</region>
					<code>03079</code>
					<country>USA</country>
				</postal>
				<email>eburger@brooktrout.com</email>
			</address>
		</author>
		<author initials="J." surname="Van Dyke" fullname="Jeff Van Dyke">
			<organization>Brooktrout Technology, Inc.</organization>
			<address>
				<postal>
					<street>18 Keewaydin Dr.</street>
					<city>Salem</city>
					<region>NH</region>
					<code>03079</code>
					<country>USA</country>
				</postal>
				<email>jvandyke@brooktrout.com</email>
			</address>
		</author>
		<author initials="A." surname="Spitzer" fullname="Andy Spitzer">
			<organization>Brooktrout Technology, Inc.</organization>
			<address>
				<postal>
					<street>18 Keewaydin Dr.</street>
					<city>Salem</city>
					<region>NH</region>
					<code>03079</code>
					<country>USA</country>
				</postal>
				<email>woof@brooktrout.com</email>
			</address>
		</author>
		<date year="2005" month="February" day="20"/>
		<area>Transport</area>
		<workgroup>SIPPING</workgroup>
		<keyword>SIP</keyword>
		<keyword>Media Services</keyword>
		<keyword>Network Announcements</keyword>
		<keyword>VoiceXML</keyword>
		<keyword>MSCML</keyword>
		<abstract>
			<t>
In SIP-based networks, there is a need to provide basic network
media services.  Such services include network announcements, user
interaction, and conferencing services.  These
services are basic building blocks, from which one can construct
interesting applications.  In order to have interoperability
between servers offering these building blocks (also known as
Media Servers) and application developers, one needs to be able to
locate and invoke such services in a well defined manner.
			</t>
			<t>
This document describes a mechanism for providing an interoperable
interface between Application Servers, which provide
application services to SIP-based networks, and Media Servers,
which provide the basic media processing building blocks.
			</t>
		</abstract>
		<note title="Conventions used in this document">
			<t>
				<xref target="RFC2119">RFC2119</xref> provides the
interpretations for the key words &quot;MUST&quot;, 
&quot;MUST NOT&quot;, 
&quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL NOT&quot;,
&quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;,
&quot;MAY&quot;, and &quot;OPTIONAL&quot; found in this document.
			</t>
		</note>
	</front>
	<middle>
		<section title="Overview">
			<t>
In SIP-based media networks (<xref target="RFC3261">RFC3261</xref>),
there is a need to provide basic network media services.  Such services
include playing announcements, initiating a media mixing session
(conference), and prompting and collecting
information with a user.
			</t>
			<t>
These services are basic in nature, are few in number, and
fundamentally have not changed in 25 years of enhanced telephony
services.  Moreover, given their elemental nature, one would not
expect them to change in the future.
			</t>
			<t>
Multifunction media servers provide network media services to clients using server protocols such as SIP, often in conjunction with markup languages such as <xref target="refs.VXML">VoiceXML</xref> and <xref target="I-D.vandyke-mscml">MSCML</xref>.  This document describes how to identify to a multifunction media server what sort of session the client is requesting, without modifying the SIP protocol.
			</t>
			<t>It is critically important to note that the mechanism described here in no way modifies the SIP protocol, the meaning or definition of a SIP Request URI, or does it put any restrictions, in any way, on devices that do not implement this convention.</t>
			<t>
Announcements are media played to the user.  Announcements can
be static media files, media files generated in real-time, media
streams generated in real-time, multimedia objects, 
or combinations of the above.
			</t>
			<t>
Media mixing is the act of mixing different RTP streams, as
described in <xref target="RFC1889">RFC1889</xref>.  
Note that the service described here suffices for simple
mixing of media for a basic conferencing service.  This service does not address enhanced conferencing services, such as 
floor control, gain control, muting, subconferences,
etc.  <xref target="I-D.vandyke-mscml">MSCML</xref> addresses 
enhanced conferencing.  However, that is beyond the scope of this 
document.  Interested readers should read 
<xref target="I-D.ietf-sipping-conferencing-framework">conferencing-framework</xref> 
for details on the IETF SIP conferencing framework.
			</t>
			<t>
Prompt and collect is where the server prompts the user for 
some information, as in an announcement, and then collects 
the user's response.  This can be a one-step interaction, 
for example by playing an announcement, "Please enter your 
pass code", followed by collecting a string of digits.  It 
can also be a more complex interaction, specified, for example, 
by <xref target="refs.VXML">VoiceXML</xref> or 
<xref target="I-D.vandyke-mscml">MSCML</xref>.
			</t>
		</section>
		<section title="Mechanism">
			<t>
In the context of SIP control of media servers, we take 
advantage of the fact that the standard SIP URI has a 
user part.  Multifunction media servers do not have users.  
Thus we use the user address, or the left-hand-side of the 
URI, as a service indicator.
			</t>
			<t>The use of the user part of the SIP Request URI has a number of useful properties:
				<list style="symbols">
					<t>There is no change to core SIP.</t>
					<t>Only devices that choose to conform to this standard have to implement it.</t>
					<t>This document only applies to multifunction SIP-controlled media servers.</t>
					<t>This document has no impact on non-multifunction SIP-controlled media servers.</t>
					<t>The mechanism described in this document has absolutely no impact on SIP devices other than media servers.</t>
				</list>
The last bullet point is cruical.  In particular, the user part convention described here places absolutely no restrictions on any SIP user agent, proxy, B2BUA, or any future device.  The user parts defined here only apply to multifunction media servers that chose to implement the convention.  With the exception of a conforming media server, these user names and conventions have no impact on the user part namespace.  They do not restrict the use of these user names at devices other than a multifunction media server.</t>
			<t>
Note that the set of services is small, well defined, and 
well contained.  The section <xref target="S.UserPart">The
User Part</xref> discusses the issues with using a fixed set of 
user-space names.
			</t>
			<t>
For per-service security, the media server SHOULD use 
the security protocols described in 
<xref target="RFC3261">RFC3261</xref>.
			</t>
			<t>
The media server MAY issue 401 challenges for authentication.  The media server SHOULD support the sips: scheme for the announcement service.  The media server MUST support the sips: scheme for the dialog and conference services.  The level of authentication to require for each service is a matter of local policy.
			</t>
			<t>
The media server, upon receiving an INVITE, notes the service 
indicator.  Depending on the service indicator, the media 
server will either honor the request or return a failure 
response code.
			</t>
			<t>
The service indicator is the concatenation of the service 
name and an optional service instance identifier, separated 
by an equal sign.
			</t>
			<t>
Per <xref target="RFC3261">RFC3261</xref>, the service 
indicator is case insensitive.  The service name MUST be 
from the set alphanumeric characters plus dash 
(US-ASCII %2C).  The service name MUST NOT include an 
equal sign (US-ASCII %3D).
			</t>
			<t>
The service name MAY have long- and short-forms, as SIP 
does for headers.
			</t>
			<t>
A given service indicator MAY have an associated set of 
parameters.  Such parameters MUST follow the convention 
set out for SIP URI parameters.  That is, a semi-colon 
separated list of keyword=value pairs.
			</t>
			<t>
Certain services may have an association with a unique 
service instance on the media server.  For example, a 
given media server can host multiple, separate conference 
sessions.  To identify unique service instances, a unique 
identifier modifies the service name.  The unique 
identifier MUST meet the rules for a legal user part of 
a SIP URI.  An equal sign, US-ASCII %3D, MUST separate 
the service indicator from the unique identifier.
			</t>
			<t>
Note that since the service indicator is case 
insensitive, the service instance identifier is also 
case insensitive.
			</t>
			<t>
The requesting client issues a SIP INVITE to the media 
server, specifying the requested service and any 
appropriate parameters.
			</t>
			<t>
If the media server can perform the requested service, 
it does so, following the processing steps described 
in the service definition document.
			</t>
			<t>
If the media server cannot perform the requested service 
or does not recognize the service indicator, it MUST 
respond with the response code 488 NOT ACCEPTABLE 
HERE.  This is appropriate, as 488 refers to a problem with the 
user part of the URI.  Moreover, 606 is not appropriate, 
as some other media server may be able to satisfy the 
request.  <xref target="RFC3261">RFC3261</xref> 
describes the 488 and 606 response codes.
			</t>
			<t>
Some services require a unique identifier.  Most services 
automatically create a service instance upon the first 
INVITE with the given identifier.  However, if a service 
requires an existing service instance, and no such service 
instance exists on the media server, the media server MUST 
respond with the response code 404 NOT FOUND.  This is 
appropriate as the service itself exists on the media 
server, but the particular service instance does not.  
It is as if the user was not home.
			</t>
		</section>
		<section title="Announcement Service">
			<t>
A network announcement is the delivery of a multimedia resource, 
such as a prompt file, to a terminal device.  Note the multimedia
resource may be any multimedia object that the media server supports.
This service can play a single object with multiple streams, such as
a video and audio prompt.  However, this service cannot play multiple
objects on the same SIP dialog.
			</t>
			<t>
There are two types of network announcements.  The 
differentiating characteristic between the two types 
is whether the network fully sets up the SIP dialog before 
playing the announcement.  The analog in the PSTN is 
whether answer supervision is supplied; i.e. does the 
announcement server answer the call prior to delivering 
the announcement.
			</t>
			<t>
Playing an announcement after call setup is 
straightforward.  First, the requesting device issues 
an INVITE to the media server requesting the 
announcement service.  The media server negotiates the 
SDP and responds with a 200 OK.  After receiving the 
ACK from the requesting device, the media server plays 
the requested object and issues a BYE to the requesting device.
			</t>
			<t/>
			<t>
If the media server supports announcements, but it cannot 
find the referenced URI, it MUST respond with the 404 NOT 
FOUND response code.
			</t>
			<t>
If the media server receives an INVITE for the announcement 
service without a "play=" parameter, it MUST respond with 
the 404 NOT FOUND response code, as there is no default 
value for the announcement service.
			</t>
			<t>
If there is an error retrieving the announcement, the media 
server MUST respond with a 404 NOT FOUND response code.  In
addition, the media server SHOULD include a Warning header
with appropriate explanatory text explaining what failed.
			</t>
			<t>
The Request URI fully describes the announcement service 
through the use of the user part of the address and 
additional URI parameters.  The user portion of the 
address, "annc", specifies the announcement service on 
the media server.  The service has several associated 
URI parameters that control the content and delivery of 
the announcement.  These parameters are described below:
			<list style="hanging">
					<t hangText="play">
Specifies the resource or announcement 
sequence to be played.
					</t>
					<t hangText="repeat">
Specifies how many times the media server should 
repeat the announcement or sequence named by the "play=" 
parameter.  The value "forever" means the repeat should be effectively unbounded.  In this case, it is RECOMMENDED the media server implements some local policy, such as limiting what &quot;forever&quot; means, to ensure errant clients do not create a denial of service attack.
					</t>
					<t hangText="delay">
Specifies a delay interval between announcement 
repetitions.  The delay is measured in milliseconds.
					</t>
					<t hangText="duration">
Specifies the maximum duration of the 
announcement.  The media server will discontinue the 
announcement and end the call if the maximum duration 
has been reached.  The duration is measured in milliseconds.
					</t>
					<t hangText="locale">
Specifies the language and optionally country variant of the announcement sequence named in the "play=" parameter.  <xref target="RFC3066">RFC3066</xref> specifies the locale tag.  The locale tag is usually a two- or three-letter code per <xref target="ISO639">ISO 639-1</xref>.  
The country variant is also often a two-letter code per <xref target="ISO3166">ISO 3166-1</xref>.  These elements are concatenated with a single under bar (%x5F) character, such as "en_CA".  If only the language is specified, such as locale=en, the choice of country variant is an implementation matter.  Implementations SHOULD provide the best possible match between the requested locale and the available languages in the event the media server cannot honor the locale request precisely.  For example, if the request has locale=ca_FR but the media server only has fr_FR available, the media server should use the fr_FR variant.  Implementations SHOULD provide a default locale to use if no language variants are available.</t>
					<t hangText="param[n]">
Provides a mechanism for passing values that are 
to be substituted into an announcement sequence.  Up to 9 
parameters ("param1=" through "param9=") may be specified.
The mechanics of announcement sequences are beyond the
scope of this document.
					</t>
					<t hangText="extension">Provides a mechanism for extending the parameter set.  If the media server receives an extension it does not understand, it MUST silently ignore the extension parameter and value.</t>
				</list>
			</t>
			<t>
The "play=" parameter is mandatory and MUST be present.  All
other parameters are OPTIONAL.
			</t>
			<t>
NOTE: Some encodings are not self-describing.  Thus the
implementation relies on filename extension conventions for
determining the media type.
			</t>
			<t>
Note that <xref target="RFC3261">RFC3261</xref> implies
that proxies are supposed to pass parameters through unchanged.
However, be aware that non-conforming proxies may strip
Request-URI parameters.  That said, given the likely scenarios
for the mechanisms presented in this document, this should not
be an issue.  Most likely, the proxy inserting the parameters
is the last proxy before the media server.  If the service
provider deploys a proxy for load balancing or service location
purposes, the service provider should ensure their choice of
proxy preserves parameters.
			</t>
			<t>
The form of the SIP Request URI for announcements is as follows.  
Note that the backslash, CRLF, and spacing before the "play=" 
in the example is for readability purposes only.
			</t>
			<figure>
				<artwork><![CDATA[
sip:annc@ms2.example.net; \
    play=http://audio.example.net/allcircuitsbusy.g711
       
sip:annc@ms2.example.net; \
    play=file://fileserver.example.net/geminii/yourHoroscope.wav
				]]></artwork>
			</figure>
			<section title="Operation">
				<t>
The scenarios below assume there is a SIP Proxy, application 
server, or media gateway controller between the caller and 
the media server.  
However, the announcement service works as described below 
even if the caller invokes the service directly.  We chose to 
discuss the proxy case, as it will be the most common case.
				</t>
				<t>
The caller issues an INVITE to the serving SIP Proxy.  The SIP 
Proxy determines what audio prompt to play to the caller.  The 
proxy responds to the caller with 100 TRYING.
					</t>
				<t>It is important to note that the mechanism described here in no way modifies the behavior of <xref target="RFC3261">SIP</xref>.  In particular, this convention does not modify <xref target="RFC3264">SDP negotiation</xref>.</t>
				<t>
The proxy issues an INVITE to the media server, requesting the 
appropriate prompt to play coded in the play= parameter.  
The media server responds 
with 200 OK.  The proxy relays the 200 OK to the caller.  The caller 
then issues an ACK.  The proxy then relays the ACK to the media 
server.
					</t>
				<t>
With the call established, the media server plays the requested 
prompt.  When the media server completes the play of the 
prompt, it issues a BYE to the proxy.  The proxy then issues 
a BYE to the caller. 
					</t>
			</section>
			<section title="Protocol Diagram">
				<figure title="Established Call Announcement">
					<artwork><![CDATA[
Caller                   Proxy                 Media Server
  |   INVITE               |                        |
  |----------------------->|   INVITE               |
  |   100 TRYING           |----------------------->|
  |<-----------------------|   200 OK               |
  |   200 OK               |<-----------------------|
  |<-----------------------|                        |
  |   ACK                  |                        |
  |----------------------->|   ACK                  |
  |                        |----------------------->|
  |                        |                        |
  |              Play Announcement (RTP)            |
  |<================================================|
  |                        |                        |
  |                        |   BYE                  |
  |   BYE                  |<-----------------------|
  |<-----------------------|                        |
  |   200 OK               |                        |
  |----------------------->|    200 OK              |
  |                        |----------------------->|
  |                        |                        |
						]]></artwork>
				</figure>
			</section>
			<section title="Formal Syntax">
				<t>
The following syntax specification uses the augmented 
Backus-Naur Form (BNF) as described in
<xref target="RFC2234">RFC2234</xref>.
 				</t>
				<figure>
					<artwork>
ANNC-URL        = sip-ind annc-ind "@" hostport
                    annc-parameters uri-parameters

sip-ind         = "sip:" / "sips:"
annc-ind        = "annc"

annc-parameters = ";" play-param [ ";" content-param ]
                                 [ ";" delay-param] 
                                 [ ";" duration-param ] 
                                 [ ";" repeat-param ] 
                                 [ ";" locale-param ] 
                                 [ ";" variable-params ]
                                 [ ";" extension-params ]

play-param      = "play=" prompt-url

content-param   = "content-type=" MIME-type

delay-param     = "delay=" delay-value

delay-value     = 1*DIGIT

duration-param  = "duration=" duration-value

duration-value  = 1*DIGIT 

repeat-param    = "repeat=" repeat-value

repeat-value    = 1*DIGIT | "forever"

locale-param    = "locale=" token
                     ; per RFC3066, usually
                     ; ISO639-1_ISO3166-1
                     ; e.g., en, en_US, en_UK, etc.

variable-params = param-name "=" variable-value

param-name      = "param" DIGIT ; e.g., "param1"

variable-value  = 1*(ALPHA | DIGIT) 

extension-params = extension-param [ ";" extension-params ]

extension-param  = token "=" token
 					</artwork>
				</figure>
				<t>"uri-parameters" is the SIP Request-URI parameter list as
described in <xref target="RFC3261">RFC3261</xref>.  All parameters of the Request URI are part of the URI matching algorithm.</t>
				<t>
The MIME-type is the <xref target="RFC1521">MIME</xref> 
content type for the announcement, 
such as audio/basic, audio/G729, audio/mpeg, video/mpeg,
and so on.
				</t>
				<t>
To date, none of the IETF audio MIME registrations have parameters.
Vendor-specific registrations, such as audio/x-wav, do have
parameters.  However, they are not strictly needed for prompt
fetching.
				</t>
				<t>
On the other hand, the prevalence of parameters may change 
in the future.  In addition, existing
video registrations have parameters, such as video/DV.  To
accommodate this, and retain compatibility with the SIP URI
structure, the MIME-type parameter separator (semicolon, %3b)
and value separator (equal, %d3) MUST be escaped.  For example:
				</t>
				<figure>
					<artwork>
sip:annc@ms.example.net; \
    play=file://fs.example.net/clips/my-intro.dvi; \
    content-type=video/mpeg%3bencode%d3314M-25/625-50
					</artwork>
				</figure>
				<t>The locale-value consists of a tag as specified in <xref target="RFC3066">RFC3066</xref>.</t>
				<t>The definition of hostport is as specified by <xref target="RFC3261">RFC3261</xref>.</t>
				<t>
The syntax of prompt-url consists of a URL scheme as 
specified by <xref target="RFC2396">RFC2396</xref> or a 
special token indicating a provisioned announcement sequence.  
For example, the URL scheme MAY include any of the following.
					<list style="symbols">
						<t>http/https</t>
						<t>ftp</t>
						<t>
 							file (referencing a local or NFS 
 							(<xref target="RFC3010">RFC3010</xref>) object)
 						</t>
						<t>
 							nfs
 							(<xref target="RFC2224">RFC2224</xref>)
 						</t>
					</list>
				</t>
				<figure>
					<preamble>
If a provisioned announcement sequence is to be played the 
value of prompt-url will have the following form:
 					</preamble>
					<artwork>
prompt-url      = "/provisioned/" announcement-id

announcement-id = 1*(ALPHA | DIGIT)
 					</artwork>
				</figure>
				<t>
Note that the scheme "/provisioned/" was chosen because
of a hesitation to register a "provisioned:" URI scheme.
				</t>
				<t>
This document is strictly focused on the SIP interface 
for the announcement service and as such does not detail 
how announcement sequences are provisioned or defined.
				</t>
				<t>
Note that the media type of the object the prompt-url 
refers to can be most anything, including audio file 
formats, text file formats, or URI lists.  See the 
<xref target="S.pnc">Prompt and Collect Service</xref> 
section for more on this topic.
 				</t>
			</section>
		</section>
		<section anchor="S.pnc" title="Prompt and Collect Service">
			<t>
This service is also known as a voice dialog.  It establishes an 
aural dialog with the user.
			</t>
			<t>
The dialog service follows the model of the announcement service.  
However, the service indicator is "dialog".  The dialog service 
takes a parameter, voicexml=, indicating the URI of the VoiceXML 
script to execute.
			</t>
			<figure>
				<artwork>
sip:dialog@mediaserver.example.net; \
    voicexml=http://vxmlserver.example.net/cgi-bin/script.vxml
					</artwork>
			</figure>
			<t>A Media Server MAY accept additional SIP request URI parameters and deliver them to the VoiceXML interpreter session as session variables.</t>
			<t>Although not good VoiceXML programming practice, VoiceXML scripts might contain sensitive information, such as a user's pass code in a DTMF grammar.  Thus the media server MUST support the https scheme for the voicexml parameter for secure fetching of scripts.  Likewise, dynamic grammars often do have user-identifying information.  As such, the VoiceXML browser implementation on the media server MUST support https fetching of grammars and subsequent documents.</t>
			<t>Returned information often is sensitive.  For example, the information could be financial information or instructions.  Thus the media server MUST support https posting of results.</t>
			<section title="Formal Syntax for Prompt and Collect Service">
				<t>
The following syntax specification uses the augmented Backus-Naur 
Form (BNF) as described in <xref target="RFC2234">RFC2234</xref>.
				</t>
				<figure>
					<artwork>
DIALOG-URL        = sip-ind dialog-ind "@" hostport
                       dialog-parameters
 
sip-ind           = "sip:" / "sips:"
dialog-ind        = "dialog"

dialog-parameters = ";" dialog-param [ vxml-parameters ]
                                     [ uri-parameters ]

dialog-param      = "voicexml=" dialog-url

vxml-parameters   = vxml-param [ vxml-parameters ]

vxml-param        = ";" vxml-keyword "=" vxml-value

vxml-keyword      = token

vxml-value        = token
 					</artwork>
				</figure>
				<t>
The dialog-url is the URI of the VoiceXML script.  If present, 
other parameters get passed to the VoiceXML interpreter session 
with the assigned vxml-keyword vxml-value pairs.  Note that all 
vxml-keywords MUST have values.
				</t>
				<t>
If there is a vxml-keyword without a corresponding vxml-value, 
the media server MUST reject the request with a 400 BAD REQUEST 
response code.  In addition, the media server MUST state 
"Missing VXML Value" in the reason phrase.
				</t>
				<t>
The media server presents the
parameters as environment variables in the connection 
object.  Specifically, the parameter appears in the connection.sip
tree.
				</t>
				<t>
If the Media Server does not support the passing of keyword-value 
pairs to the VoiceXML interpreter session, it MUST ignore the parameters.
				</t>
				<t>"uri_parameters" is the SIP Request-URI parameter list as
described in <xref target="RFC3261">RFC3261</xref>.  All parameters in the parameter list, whether they come from uri-parameters or from vxml-keyworks, are part of the URI matching algorithm.</t>
			</section>
		</section>
		<section title="Conference Service">
			<t>
One identifies mixing sessions through their SIP request URIs.  
To create a mixing session, one sends an INVITE to a request 
URI that represents the session.  If the URI does not already 
exist on the media server and the requested resources are available, 
the media server creates a new mixing session.  If there is an 
existing URI for the session, then the media server interprets 
it as a request for the new session to join the existing session.  
The form of the SIP request URI for conferencing is:
			</t>
			<figure>
				<artwork>
sip:conf=uniqueIdentifier@mediaserver.example.net
				</artwork>
			</figure>
			<t>
The left-hand side of the request URI is actually the 
username of the request in the request URI 
and the To header.  The host portion of the URI identifies a 
particular media server.  The "conf" user name 
conveys to the media server that this is a request for the mixing 
service.  The uniqueIdentifier can be any value that is compliant 
with the SIP URI specification.  It is the responsibility of the 
conference control application to ensure the identifier is unique 
within the scope of any potential conflict.
			</t>
			<t>
In the terminology of the conferencing framework 
<xref target="I-D.ietf-sipping-conferencing-framework">conferencing-framework</xref>, 
this URI convention tells the media server that the application 
server is requesting it to act as a Focus.  The conf-id value 
identifies the particular focus instance.
			</t>
			<t>
As a focus in the conferencing framework, the media server MUST support the ";isfocus" parameter in the Request URI.  Note however, that the presence or absence of the ";isfocus" parameter has no protocol impact at the media server.
			</t>
			<t>
It is worth noting that the conference URI shared between the 
application and media servers provides enhanced security, as the SIP 
control interface does not have to be exposed to participants.  
It also allows the assignment of a specific media server to be 
delayed as long as possible, thereby simplifying resource management.
			</t>
			<t>
One can add additional legs to the conference by INVITEing them 
to the above mentioned request URI.  Per the matching rules
of <xref target="RFC3261">RFC3261</xref>, the conf-id parameter
is part of the matching string.
			</t>
			<t>
Conversely, one can remove 
legs by issuing a BYE in the corresponding dialog.  The mixing 
session, and thus the conference-specific request URI, remains 
active so long as there is at least one SIP dialog associated 
with the given request URI.
			</t>
			<t>
If the Request-URI has "conf" as the user part, but does not
have a conf-id parameter, the media server MUST respond with a
404 NOT FOUND.
			<list style="empty">
					<t>
NOTE: The media server could create a unique conference instance
and return the conf-id string to the UAC if there is no conf-id
present.  However, such
an operation may have other operational issues, such as permissions
and billing.  Thus an application server or proxy is a better
place to do such an operation.  Moreover, such action would make 
the media server into a Conference Factory in the terminology of 
<xref target="I-D.ietf-sipping-conferencing-framework">conference-framework</xref>.  That is 
not the appropriate behavior for a media server.
				</t>
				</list>
			</t>
			<t>Since some conference use cases, such as business conferencing, have billing implications, the media server SHOULD authenticate the application server or proxy.  At a minimum, the media server MUST implement sips:.</t>
			<section title="Protocol Diagram">
				<t>
This diagram shows the establishment of a three-way conference.  
This section is informative.  It is only one method of establishing a conference.  This example shows a simple back-to-back user agent.
				</t>
				<t>
The <xref target="I-D.ietf-sipping-conferencing-framework">conference-framework</xref>
describes additional parameters and behaviors of the Application 
Server.  For example, the first INVITE from P1 to the Application Server would include the ";isfocus" parameter; the Application Server would act as a Conference Factory; and so on.  However, none of that protocol machinery has an impact on the operation of the Application Server to Media Server interface, which is the focus of this protocol document.
				</t>
				<figure title="Conference Service Protocol Diagram">
					<artwork><![CDATA[
 P1       P2        P3         Application Server     Media Server
  |       |        |                  |                   |
  |  INVITE sip:public-conf@as.example.net                |
  |---------------------------------->|                   |
  |       |        |   INVITE sip:conf=123@ms.example.net |
  |       |        |                  |------------------>|
  |       |        |                  | 200 OK            |
  |  200 OK        |                  |<------------------|
  |<----------------------------------|                   |
  |  ACK  |        |                  |                   |
  |---------------------------------->| ACK               |
  |       |        |                  |------------------>|
  |       |        | RTP w/ P1        |                   |
  |<=====================================================>|
  |       |        |                  |                   |
  |  INVITE sip:public-conf@as.example.net                |
  |       |-------------------------->|                   |
  |       |        |   INVITE sip:conf=123@ms.example.net |
  |       |        |                  |------------------>|
  |       |        |                  | 200 OK            |
  |       | 200 OK |                  |<------------------|
  |       |<--------------------------|                   |
  |       |  ACK   |                  |                   |
  |       |-------------------------->| ACK               |
  |       |        |                  |------------------>|
  |       |        |                  |                   |
  |       |        | RTP w/ P1+P2-P2  |                   |
  |       |<=============================================>|
  |       |        | RTP w/ P1+P2-P1  |                   |
  |<=====================================================>|
  |       |        |                  |                   |
  |  INVITE sip:public-conf@as.example.net                |
  |       |        |----------------->|                   |
  |       |        |   INVITE sip:conf=123@ms.example.net |
  |       |        |                  |------------------>|
  |       |        |                  | 200 OK            |
  |       |        | 200 OK           |<------------------|
  |       |        |<-----------------|                   |
  |       |        |  ACK             |                   |
  |       |        |----------------->| ACK               |
  |       |        |                  |------------------>|
  |       |        |                  |                   |
  |       |        | RTP w/ P1+P2+P3-P3                   |
  |       |        |<====================================>|
  |       |        | RTP w/ P1+P2+P3-P2                   |
  |       |<=============================================>|
  |       |        | RTP w/ P1+P2+P3-P1                   |
  |<=====================================================>|
  |       |        |                  |                   |
  |       |        |                  |                   |
					]]></artwork>
				</figure>
				<t>
Using the terminology of 
<xref target="I-D.ietf-sipping-conferencing-framework">conference-framework</xref>, the 
Application Server is the Conference Factory and the Media 
Server is the Conference Focus.
				</t>
				<t>
Note that the above call flow does not show any 100 TRYING 
messages that would typically flow from the Application Server 
to the UAC's, nor does it show the ACK's from the UAC's to the 
Application Server or from the Application Server to the Media 
Server.
				</t>
				<t>
Each leg can drop out either under the supervision of the UAC 
by the UAC sending a BYE or under the supervision of the 
Application Server by the Application Server issuing a BYE.  
In either case, the Application Server will either issue a 
BYE on behalf of the UAC or issue it directly to the Media 
Server, corresponding to the respective disconnect case.
				</t>
				<t>
It is left as a trivial exercise to the reader for how the 
Application Server can mute legs, create side conferences, 
and so forth.
				</t>
				<t>
Note that the Application Server is a server to the 
participants (UAC's).  However, the Application Server is 
a client for mixing services to the Media Server.
				</t>
			</section>
			<section title="Formal Syntax">
				<t>
The following syntax specification uses the augmented Backus-Naur 
Form (BNF) as described in <xref target="RFC2234">RFC2234</xref>.
 				</t>
				<figure>
					<artwork>
CONF-URL        = sip-ind conf-ind "=" instance-id "@" hostport
                  [ uri_parameters ]

sip-ind         = "sip:" / "sips:"

conf-ind        = "conf"

instance-id     = token
 					</artwork>
				</figure>
				<t>"uri-parameters" is the SIP Request-URI parameter list as
described in <xref target="RFC3261">RFC3261</xref>.  All parameters in the parameter list are part of the URI matching algorithm.</t>
			</section>
		</section>
		<section title="IANA Considerations">
			<t>None.</t>
		</section>
		<section anchor="S.UserPart" title="The User Part">
			<t>There has been considerable discussion about the wisdom of using fixed user parts in a request URI.  The most common objection is that the user part should be opaque and a local matter.  The other objection is that using a fixed user part removes those specified user addresses from the user address space.</t>
			<t>We address the latter issue first.  The common example is the Postmaster address defined by <xref target="RFC2821">RFC2821</xref>.  The objection is that by using the Postmaster token for something special, one removes that token for anyone.  Thus, the Postmaster General of the United States, for example, cannot have the mail address Postmaster@usps.gov.  One may debate whether this is a significant limitation, however.</t>
			<t>This document explicitly addresses this issue.  The user names described in the text, namely annc, ivr, dialog, and conf are available for whatever local use a given SIP user agent or proxy wishes for them.  What this document does is give special meaning for these user names at media servers that implement this specification.  If a media server choses not to implement this specification, nothing breaks.  If a user wishes to use one of the user names described in this document at their SIP user agent, nothing breaks and their user agent will work as expected.</t>
			<t>The key point is, one cannot confuse the namespace at a Media Server with the namespace for an organization.  For example, let us take the case where a network offers services for "Ann Charles".  She likes to use the name "annc", and thus she would like to use "sip:annc@example.net".  We offer there is ABSOLUTELY NO NAME COLLISION WHATSOEVER.  Why is this so?  This is so because sip:annc@example.net will resolve to the specific user 
at a specific device for Ann.  As an example, example.net's SIP Proxy Server resolves sip:annc@example.net to annc@anns-phone.example.net .  Conversely, one directs requests for the media service annc directly to the Media Server, e.g., sip:annc@ms21.ap.example.net .  Moreover, by definition, requests for Ann Charles, or anything other than the announcement service, will NEVER be directly sent to the Media Server.  If that were not true, no phone in the world could use the user part "eburger", as eburger is a reserved user part in the Brooktrout domain.  This clearly is not the case.</t>
			<t>If one wishes to make their media server accessible to the global Internet, but retain one of the Media Server-specific user names in the domain, a SIP Proxy can easily translate whatever opaque name one choses to the Media Server-specific user name.  For example, if a domain whishes to offer services for the above mentioned Ann Charles at sip:annc@example.com, they can offer the announcement service at sip:my-special-announcement-service@example.com .  The former address, sip:annc@example.com, would resolve to the actual device where annc resides.  The latter would resolve to the media server announcement server address, sip:annc@mediaserver.example.com, as an example.  Note that this convention makes it easier to provision this service.  With a fixed mapping at the multifunction media server, there are less provisioning data elements to get wrong.</t>
			<t>Here is another way of looking at this issue.  Unix reserves the special user "root".  Just about all Unix machines have a user root, who has an address "root@a-specific-machine.example.com", where "a-specific-machine" is the fully-qualified domain name (FQDN) of a particular instance of a machine.  There are very well-defined semantics for the "root" user.</t>
			<t>Even though most every Unix machine has a "root" user, often there is no mapping for a "root" user in a domain, such as "root@example.com".  Conversely, there is no restriction on creating a MX record for "root@example.com".  That choice is fully up to the administrative authority for the domain.</t>
			<t>The "users" proposed by this document, "annc", "conf", and "dialog" are all users at a Media Server, just as the "root", "bin", and "nobody" users are "users" at a Unix host.</t>
			<t>After much discussion, with input from the W3C URI work group, we considered obfuscating the user name by prepending "__sip-" to the user name.  However, as explained above, this obfuscation is not necessary.  There is a fundamental difference between a user name at a device and a user name at a MX record (SMTP) or Address-of-Record (SIP).  Again, there is no possibility that the name on the device may "leak out" into the SIP routing network.</t>
			<t>The most important thing to note about this convention is that the left-hand side of the request URI is opaque to the network.  The only network elements that need to know about the convention are the Media Server and client.  Even proxies doing mapping resolution, as in the example above for public announcement services, do not need to be aware of the convention.  The convention is purely a matter of provisioning.</t>
			<t>Some have proposed that such naming be a pure matter of local convention.  For example, the thesis of the informational RFC <xref target="RFC3087">RFC3087</xref> is that you can address services using a request URI.  However, some have taken the examples in the document to an extreme.  Namely, that the only way to address services is via arbitrary, opaque, long user parts.  Clearyly, it is possible to provision the service names, rather than fixed names.  While this can work in a closed network, where the Application Servers and Media Servers are in the same administrative domain, this does not work across domains, such as in the Internet.  This is because the client of the media service has to know the local name for each service / domain pair.  This is particularly onerous for situations where there is an ad hoc relationship between the application and the media service.  Without a well-known relationship between service and service address, how would the client locate the service?</t>
			<t>One very important result of using the user part as the service descriptor is that we can use all of the standard SIP machinery, without modification.  For example, Media Servers with different capabilities can SIP Register their capabilities as users.  For example, a VoiceXML-only device will register the "dialog" user, while a multi-purpose Media Server will register all of the users.  Note that this is why the URI to play is a parameter.  Doing otherwise would overburden a normal SIP proxy or redirect server.  Conversely, having the conference ID being part of the user part gives an indication that requests get routed similarly (as opposed to requiring a GRUU, which would restrict routing to the same device).</t>
			<t>Likewise, this scheme lets us leverage the standard SIP proxy behavior of using an intelligent redirect server or proxy server to provide high-available services.  For example, two Media Servers can register with a SIP redirect server for the annc user.  If one of the Media Servers fails, the registration will expire and all requests for the announcement service ("calls to the annc user") get sent to the surviving Media Server.</t>
		</section>
		<section title="Security Considerations">
			<t>Exposing network services with well-known addresses may not be desirable.  The Media Server SHOULD authenticate and authorize requesting endpoints per local policy.</t>
			<t>Some interactions in this document result in the transfer of confidential information.  Moreover, many of the interactions require integrity protection.  Thus the Media Server MUST implement the sips: scheme.  In addition, application developers are RECOMMENDED to use the security services offered by the Media Server to ensure the integrity and confidentiality of their user's data, as appropriate.</t>
			<t>Untrusted network elements could use the convention described here for providing information services.  Many extant billing arrangements are for completed calls.  Successful call completion occurs with a 2xx result code.  This can be an issue for the early media announcement service.  This is one of the reasons why the early media announcement service is deprecated.</t>
			<t>Services such as repeating an announcement forever create the possibility for denial of service attacks.  The media server SHOULD have local policies to deal with this, such as time-limiting how long "forever" is, analyzing where multiple requests come from, implementing white-lists for such a service, and so on.</t>
		</section>
		<section title="Contributors">
			<t>
Jeff Van Dyke and Andy Spitzer of SnowShore did just about all of 
the work developing netann, in conjunction with many application 
developers, media server manufacturers, and service providers, 
some of whom are listed in the Acknowledgements section.  All I 
did was do the theory and write it up.  That also means all of
the mistakes are mine, as well.
			</t>
		</section>
		<section title="Acknowledgements">
			<t>
We would like to thank Kevin Summers and Ravindra Kabre of Sonus 
Networks for their constructive comments, as well as Jonathan 
Rosenberg of Dynamicsoft and Tim Melanchuk of Convedia
for their encouragement.  
In addition, the discussion at the Las Vegas Interim Workgroup 
Meeting in 2002 was invaluable for clearing up the issues surrounding 
the left-hand-side of the request URI.  Christer Holmberg helped tune 
the language of 
the multimedia announcement service.  Orit Levin from Radvision 
gave a close read on the most recent version of the draft document.  
Pete Danielsen from Lucent has consistently 
provided excellent reviews of the many of the different versions 
of this document.
			</t>
			<t>
Pascal Jalet provided the theoretical underpinning and David Rio 
provided the experimental evidence for why the conference identifier 
belongs in the user part of the request-URI.
			</t>
			<t>
I am particularly indebted to Alan Johnston for his review of this 
document and ensuring its conformance with the SIP conference control 
work in the IETF.
			</t>
			<t>Mary Barnes, as usual, found the holes and showed how to fix them.</t>
			<t>
The authors would like to give a special thanks to Walter O'Connor 
for doing much of the initial implementation.
			</t>
			<t>Note that at the time of this writing, there are 7 known independent server implementations that are interoperable with 23 known client implementations.  Our appologies if we did not count your implementation.</t>
		</section>
	</middle>
	<back>
		<references title="Normative References">
			<reference anchor="RFC1521">
				<front>
					<title abbrev="MIME">MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies</title>
					<author initials="N.S." surname="Borenstein" fullname="Nathaniel S. Borenstein">
						<organization>Bellcore</organization>
						<address>
							<postal>
								<street>445 South St.</street>
								<street>MRE 2D-296</street>
								<city>Morristown</city>
								<region>NJ</region>
								<code>07962-1910</code>
								<country>US</country>
							</postal>
							<phone>+1 201 829 4270</phone>
							<facsimile>+1 201 829 7019</facsimile>
							<email>nsb@bellcore.com</email>
						</address>
					</author>
					<author initials="N." surname="Freed" fullname="Ned Freed">
						<organization>Innosoft International, Inc.</organization>
						<address>
							<postal>
								<street>250 West First Street</street>
								<street>Suite 240</street>
								<city>Claremont</city>
								<region>CA</region>
								<code>91711</code>
								<country>US</country>
							</postal>
							<phone>+1 909 624 7907</phone>
							<facsimile>+1 909 621 5319</facsimile>
							<email/>
						</address>
					</author>
					<date month="September" year="1993"/>
					<abstract>
						<t>STD 11, RFC 822 defines a message representation protocol which specifies considerable detail about message headers, but which leaves the message content, or message body, as flat ASCII text.  This document redefines the format of message bodies to allow multi-part textual and non-textual message bodies to be represented and exchanged without loss of information.  This is based on earlier work documented in RFC 934 and STD 11, RFC 1049, but extends and revises that work.  Because RFC 822 said so little about message bodies, this document is largely orthogonal to (rather than a revision of) RFC 822.</t>
						<t>In particular, this document is designed to provide facilities to include multiple objects in a single message, to represent body text in character sets other than US-ASCII, to represent formatted multi- font text messages, to represent non-textual material such as images and audio fragments, and generally to facilitate later extensions defining new types of Internet mail for use by cooperating mail agents.</t>
						<t>This document does NOT extend Internet mail header fields to permit anything other than US-ASCII text data.  Such extensions are the subject of a companion document.</t>
						<t>This document is a revision of RFC 1341.  Significant differences from RFC 1341 are summarized in Appendix H.</t>
					</abstract>
				</front>
				<seriesInfo name="RFC" value="1521"/>
				<format type="TXT" octets="187424" target="ftp://ftp.isi.edu/in-notes/rfc1521.txt"/>
				<format type="PS" octets="393670" target="ftp://ftp.isi.edu/in-notes/rfc1521.ps"/>
				<format type="PDF" octets="205091" target="ftp://ftp.isi.edu/in-notes/rfc1521.pdf"/>
			</reference>
			<reference anchor="RFC2119">
				<front>
					<title>Key words for use in RFCs to Indicate Requirement Levels</title>
					<author surname="Bradner" initials="S.">
						<organization/>
					</author>
					<date year="1997" month="March"/>
				</front>
				<seriesInfo name="BCP" value="14"/>
				<seriesInfo name="RFC" value="2119"/>
			</reference>
			<reference anchor="RFC2234">
				<front>
					<title abbrev="ABNF for Syntax Specifications">Augmented BNF for Syntax Specifications: ABNF</title>
					<author initials="D.H." surname="Crocker" fullname="David H. Crocker">
						<organization>Internet Mail Consortium</organization>
						<address>
							<postal>
								<street>675 Spruce Dr.</street>
								<city>Sunnyvale</city>
								<region>CA</region>
								<code>94086</code>
								<country>US</country>
							</postal>
							<phone>+1 408 246 8253</phone>
							<facsimile>+1 408 249 6205</facsimile>
							<email>dcrocker@imc.org</email>
						</address>
					</author>
					<author initials="P." surname="Overell" fullname="Paul Overell">
						<organization>Demon Internet Ltd</organization>
						<address>
							<postal>
								<street>Dorking Business Park</street>
								<street>Dorking</street>
								<city>Surrey</city>
								<region>England</region>
								<code>RH4 1HN</code>
								<country>UK</country>
							</postal>
							<email>paulo@turnpike.com</email>
						</address>
					</author>
					<date month="November" year="1997"/>
				</front>
				<seriesInfo name="RFC" value="2234"/>
				<format type="TXT" octets="24265" target="ftp://ftp.isi.edu/in-notes/rfc2234.txt"/>
			</reference>
			<reference anchor="RFC2396">
				<front>
					<title abbrev="URI Generic Syntax">Uniform Resource Identifiers (URI): Generic Syntax</title>
					<author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
						<organization abbrev="MIT/LCS">World Wide Web Consortium</organization>
						<address>
							<postal>
								<street>MIT Laboratory for Computer Science, NE43-356</street>
								<street>545 Technology Square</street>
								<city>Cambridge</city>
								<region>MA</region>
								<code>02139</code>
							</postal>
							<facsimile>+1(617)258-8682</facsimile>
							<email>timbl@w3.org</email>
						</address>
					</author>
					<author initials="R.T." surname="Fielding" fullname="Roy T. Fielding">
						<organization abbrev="U.C. Irvine">Department of Information and Computer Science</organization>
						<address>
							<postal>
								<street>University of California, Irvine</street>
								<city>Irvine</city>
								<region>CA</region>
								<code>92697-3425</code>
							</postal>
							<facsimile>+1(949)824-1715</facsimile>
							<email>fielding@ics.uci.edu</email>
						</address>
					</author>
					<author initials="L." surname="Masinter" fullname="Larry Masinter">
						<organization abbrev="Xerox Corporation">Xerox PARC</organization>
						<address>
							<postal>
								<street>3333 Coyote Hill Road</street>
								<city>Palo Alto</city>
								<region>CA</region>
								<code>94034</code>
							</postal>
							<facsimile>+1(415)812-4333</facsimile>
							<email>masinter@parc.xerox.com</email>
						</address>
					</author>
					<date month="August" year="1998"/>
					<area>Applications</area>
					<keyword>uniform resource</keyword>
					<keyword>URI</keyword>
					<abstract>
						<t>
   A Uniform Resource Identifier (URI) is a compact string of characters
   for identifying an abstract or physical resource.  This document
   defines the generic syntax of URI, including both absolute and
   relative forms, and guidelines for their use; it revises and replaces
   the generic definitions in RFC 1738 and RFC 1808.
</t>
						<t>
   This document defines a grammar that is a superset of all valid URI,
   such that an implementation can parse the common components of a URI
   reference without knowing the scheme-specific requirements of every
   possible identifier type.  This document does not define a generative
   grammar for URI; that task will be performed by the individual
   specifications of each URI scheme.
</t>
					</abstract>
					<note title="IESG Note">
						<t>
   This paper describes a "superset" of operations that can be applied
   to URI.  It consists of both a grammar and a description of basic
   functionality for URI.  To understand what is a valid URI, both the
   grammar and the associated description have to be studied.  Some of
   the functionality described is not applicable to all URI schemes, and
   some operations are only possible when certain media types are
   retrieved using the URI, regardless of the scheme used.
</t>
					</note>
				</front>
				<seriesInfo name="RFC" value="2396"/>
				<format type="TXT" octets="83639" target="ftp://ftp.isi.edu/in-notes/rfc2396.txt"/>
				<format type="HTML" octets="119495" target="http://xml.resource.org/public/rfc/html/rfc2396.html"/>
				<format type="XML" octets="95582" target="http://xml.resource.org/public/rfc/xml/rfc2396.xml"/>
			</reference>
			<reference anchor="RFC3066">
				<front>
					<title>Tags for the Identification of Languages</title>
					<author initials="H." surname="Alvestrand" fullname="H. Alvestrand">
						<organization/>
					</author>
					<date month="January" year="2001"/>
				</front>
				<seriesInfo name="BCP" value="47"/>
				<seriesInfo name="RFC" value="3066"/>
				<format type="TXT" octets="26522" target="ftp://ftp.isi.edu/in-notes/rfc3066.txt"/>
			</reference>
			<reference anchor="RFC3261">
				<front>
					<title>SIP: Session Initiation Protocol</title>
					<author initials="J." surname="Rosenberg" fullname="J. Rosenberg">
						<organization/>
					</author>
					<author initials="H." surname="Schulzrinne" fullname="H. Schulzrinne">
						<organization/>
					</author>
					<author initials="G." surname="Camarillo" fullname="G. Camarillo">
						<organization/>
					</author>
					<author initials="A." surname="Johnston" fullname="A. Johnston">
						<organization/>
					</author>
					<author initials="J." surname="Peterson" fullname="J. Peterson">
						<organization/>
					</author>
					<author initials="R." surname="Sparks" fullname="R. Sparks">
						<organization/>
					</author>
					<author initials="M." surname="Handley" fullname="M. Handley">
						<organization/>
					</author>
					<author initials="E." surname="Schooler" fullname="E. Schooler">
						<organization/>
					</author>
					<date month="June" year="2002"/>
				</front>
				<seriesInfo name="RFC" value="3261"/>
				<format type="TXT" octets="647976" target="ftp://ftp.isi.edu/in-notes/rfc3261.txt"/>
			</reference>
			<reference anchor="ISO639">
				<front>
					<title abbrev="ISO 639-1">Codes for the representation of names of languages -- Part 1: Alpha-2 code</title>
					<author>
						<organization>International Organization for Standardization</organization>
					</author>
					<date month="July" year="2002"/>
				</front>
				<seriesInfo name="ISO" value="Standard 639-1"/>
			</reference>
			<reference anchor="ISO3166">
				<front>
					<title abbrev="ISO 3166-1">Codes for the representation of names of countries and their subdivisions -- Part 1: Country codes</title>
					<author>
						<organization>International Organization for Standardization</organization>
					</author>
					<date month="October" year="1997"/>
				</front>
				<seriesInfo name="ISO" value="Standard 3166-1"/>
			</reference>
		</references>
		<references title="Informative References">
			<reference anchor="RFC1889">
				<front>
					<title abbrev="RTP">RTP: A Transport Protocol for Real-Time Applications</title>
					<author initials="H." surname="Schulzrinne" fullname="Henning Schulzrinne">
						<organization>GMD Fokus</organization>
						<address>
							<postal>
								<street>Hardenbergplatz 2</street>
								<city>Berlin</city>
								<region/>
								<code>D-10623</code>
								<country>DE</country>
							</postal>
							<email>schulzrinne@fokus.gmd.de</email>
						</address>
					</author>
					<author initials="S." surname="Casner" fullname="Stephen L. Casner">
						<organization>Precept Software, Inc.</organization>
						<address>
							<postal>
								<street>21580 Stevens Creek Boulevard</street>
								<street>Suite 207</street>
								<city>Cupertino</city>
								<region>CA</region>
								<code>95014</code>
								<country>US</country>
							</postal>
							<email>casner@precept.com</email>
						</address>
					</author>
					<author initials="R." surname="Frederick" fullname="Ron Frederick">
						<organization>Xerox Palo Alto Research Center</organization>
						<address>
							<postal>
								<street>3333 Coyote Hill Road</street>
								<city>Palo Alto</city>
								<region>CA</region>
								<code>94304</code>
								<country>US</country>
							</postal>
							<email>frederic@parc.xerox.com</email>
						</address>
					</author>
					<author initials="V." surname="Jacobson" fullname="Van Jacobson">
						<organization>Lawrence Berkeley National Laboratory</organization>
						<address>
							<postal>
								<street>MS 46a-1121</street>
								<city>Berkeley</city>
								<region>CA</region>
								<code>94720</code>
								<country>US</country>
							</postal>
							<email>van@ee.lbl.gov</email>
						</address>
					</author>
					<date month="January" year="1996"/>
					<abstract>
						<t>This memorandum describes RTP, the real-time transport protocol. RTP provides end-to-end network transport functions suitable for applications transmitting real-time data, such as audio, video or simulation data, over multicast or unicast network services. RTP does not address resource reservation and does not guarantee quality-of- service for real-time services. The data transport is augmented by a control protocol (RTCP) to allow monitoring of the data delivery in a manner scalable to large multicast networks, and to provide minimal control and identification functionality. RTP and RTCP are designed to be independent of the underlying transport and network layers. The protocol supports the use of RTP-level translators and mixers.</t>
					</abstract>
				</front>
				<seriesInfo name="RFC" value="1889"/>
				<format type="TXT" octets="188544" target="ftp://ftp.isi.edu/in-notes/rfc1889.txt"/>
			</reference>
			<reference anchor="RFC2224">
				<front>
					<title>NFS URL Scheme</title>
					<author initials="B." surname="Callaghan" fullname="Brent Callaghan">
						<organization>Sun Microsystems, Inc.</organization>
						<address>
							<postal>
								<street>Mailstop Mpk17-201</street>
								<street>901 San Antonio Road</street>
								<street>Palo Alto</street>
								<street>California 94303</street>
							</postal>
							<phone>1-415-786-5067</phone>
							<facsimile>1-415-786-5896</facsimile>
							<email>brent.callaghan@eng.sun.com</email>
						</address>
					</author>
					<date month="October" year="1997"/>
					<area>Applications</area>
					<keyword>NFS</keyword>
					<keyword>network file system</keyword>
					<keyword>uniform resource</keyword>
					<abstract>
						<t>
   A new URL scheme, &apos;nfs&apos; is defined.  It is used to refer to files and
   directories on NFS servers using the general URL syntax defined in
   RFC 1738, &quot;Uniform Resource Locators (URL)&quot;.
</t>
						<t>
   This scheme uses the public filehandle and multi-component lookup
   [RFC2054, RFC2055] to access server data with a minimum of protocol
   overhead.
</t>
						<t>
   The NFS protocol provides access to shared filesystems across
   networks.  It is designed to be machine, operating system, network
   architecture, and transport protocol independent.  The protocol
   currently exists in two versions: version 2  and version 3, 
   both built on ONC RPC  at its associated eXternal
   Data Representation (XDR)  and Binding Protocol .
</t>
					</abstract>
				</front>
				<seriesInfo name="RFC" value="2224"/>
				<format type="TXT" octets="22726" target="ftp://ftp.isi.edu/in-notes/rfc2224.txt"/>
				<format type="HTML" octets="38266" target="http://xml.resource.org/public/rfc/html/rfc2224.html"/>
				<format type="XML" octets="24805" target="http://xml.resource.org/public/rfc/xml/rfc2224.xml"/>
			</reference>
			<reference anchor="RFC2821">
				<front>
					<title>Simple Mail Transfer Protocol</title>
					<author initials="J." surname="Klensin" fullname="J. Klensin">
						<organization/>
					</author>
					<date month="April" year="2001"/>
				</front>
				<seriesInfo name="RFC" value="2821"/>
				<format type="TXT" octets="192504" target="ftp://ftp.isi.edu/in-notes/rfc2821.txt"/>
			</reference>
			<reference anchor="RFC3010">
				<front>
					<title>NFS version 4 Protocol</title>
					<author initials="S." surname="Shepler" fullname="S. Shepler">
						<organization/>
					</author>
					<author initials="B." surname="Callaghan" fullname="B. Callaghan">
						<organization/>
					</author>
					<author initials="D." surname="Robinson" fullname="D. Robinson">
						<organization/>
					</author>
					<author initials="R." surname="Thurlow" fullname="R. Thurlow">
						<organization/>
					</author>
					<author initials="C." surname="Beame" fullname="C. Beame">
						<organization/>
					</author>
					<author initials="M." surname="Eisler" fullname="M. Eisler">
						<organization/>
					</author>
					<author initials="D." surname="Noveck" fullname="D. Noveck">
						<organization/>
					</author>
					<date month="December" year="2000"/>
				</front>
				<seriesInfo name="RFC" value="3010"/>
				<format type="TXT" octets="450434" target="ftp://ftp.isi.edu/in-notes/rfc3010.txt"/>
			</reference>
			<reference anchor="RFC3087">
				<front>
					<title>Control of Service Context using SIP Request-URI</title>
					<author initials="B." surname="Campbell" fullname="B. Campbell">
						<organization/>
					</author>
					<author initials="R." surname="Sparks" fullname="R. Sparks">
						<organization/>
					</author>
					<date month="April" year="2001"/>
				</front>
				<seriesInfo name="RFC" value="3087"/>
				<format type="TXT" octets="83612" target="ftp://ftp.isi.edu/in-notes/rfc3087.txt"/>
			</reference>
			<reference anchor="RFC3264">
				<front>
					<title>An Offer/Answer Model with Session Description Protocol (SDP)</title>
					<author initials="J." surname="Rosenberg" fullname="J. Rosenberg">
						<organization/>
					</author>
					<author initials="H." surname="Schulzrinne" fullname="H. Schulzrinne">
						<organization/>
					</author>
					<date year="2002" month="June"/>
				</front>
				<seriesInfo name="RFC" value="3264"/>
				<format type="TXT" octets="60854" target="ftp://ftp.isi.edu/in-notes/rfc3264.txt"/>
			</reference>
			<reference anchor="refs.VXML">
				<front>
					<title>Voice Extensible Markup Language (VoiceXML) Version 2.0</title>
					<author initials="D" surname="Burnett" fullname="Daniel C. Burnett">
						<organization/>
					</author>
					<author initials="A" surname="Hunt" fullname="Andrew Hunt">
						<organization/>
					</author>
					<author initials="S" surname="McGlashan" fullname="Scott McGlashan">
						<organization/>
					</author>
					<author initials="B" surname="Porter" fullname="Brad Porter">
						<organization/>
					</author>
					<author initials="B" surname="Lucas" fullname="Bruce Lucas">
						<organization/>
					</author>
					<author initials="J" surname="Ferrans" fullname="Jim Ferrans">
						<organization/>
					</author>
					<author initials="K" surname="Rehor" fullname="Ken Rehor">
						<organization/>
					</author>
					<author initials="J" surname="Carter" fullname="Jerry Carter">
						<organization/>
					</author>
					<author initials="P" surname="Danielsen" fullname="Peter Danielsen">
						<organization/>
					</author>
					<author initials="S" surname="Tryphonas" fullname="Steph Tryphonas">
						<organization/>
					</author>
					<date month="March" day="16" year="2004"/>
				</front>
				<seriesInfo name="W3C REC" value="REC-voicexml20-20040316"/>
				<format type="HTML" target="http://www.w3.org/TR/2004/REC-voicexml20-20040316"/>
			</reference>
			<reference anchor="I-D.vandyke-mscml">
				<front>
					<title abbrev="MSCML">Media Server Control Markup Language (MSCML) and Protocol</title>
					<author initials="J." surname="Van Dyke" fullname="Jeff Van Dyke">
						<organization>Brooktrout Technology, Inc.</organization>
					</author>
					<author initials="E." surname="Burger" fullname="Eric Burger" role="editor">
						<organization>Brooktrout Technology, Inc.</organization>
					</author>
					<author initials="A." surname="Spitzer" fullname="Andy Spitzer">
						<organization>Brooktrout Technology, Inc.</organization>
					</author>
					<date year="2004" month="December" day="25"/>
					<area>Transport</area>
					<workgroup>SIPPING</workgroup>
					<keyword>SIP</keyword>
					<keyword>Media Services</keyword>
					<abstract>
						<t>Media Server Control Markup Language (MSCML) is a markup language used in conjunction with SIP to provide advanced conferencing functions.  MSCML presents an application-level model for conference control, as opposed to device-level conference control models.  One use of this protocol is for communications between a conference focus and mixer in the IETF SIP Conferencing Framework.</t>
					</abstract>
					<note title="Intellectual Property Rights">
						<t>Brooktrout Technology, Inc. is making their intellectual property right interest in MSCML available on a royalty-free basis, per the terms described in the online IETF list of claimed rights at
<eref target="http://www.ietf.org/ietf/IPR/SNOWSHORE-draft-vandyke-mscml.txt">http://www.ietf.org/ietf/IPR/SNOWSHORE-draft-vandyke-mscml.txt</eref>.</t>
					</note>
					<note title="Conventions used in this document">
						<t>
							<xref target="RFC2119">RFC2119</xref> provides the interpretations for the key words &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL NOT&quot;, &quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;, &quot;MAY&quot;, and &quot;OPTIONAL&quot; found in this document.</t>
					</note>
				</front>
				<seriesInfo name="Internet-Draft" value="draft-vandyke-mscml-06"/>
				<format type="TXT" target="http://www.ietf.org/internet-drafts/draft-vandyke-mscml-06.txt"/>
			</reference>
			<reference anchor="I-D.ietf-sipping-conferencing-framework">
				<front>
					<title>A Framework for Conferencing with the Session Initiation Protocol</title>
					<author initials="J" surname="Rosenberg" fullname="Jonathan  Rosenberg">
						<organization/>
					</author>
					<date month="October" day="19" year="2004"/>
					<abstract>
						<t>The Session Initiation Protocol (SIP) supports the initiation, modification, and termination of media sessions between user agents. These sessions are managed by SIP dialogs, which represent a SIP relationship between a pair of user agents. Because dialogs are between pairs of user agents, SIP's usage for two-party communications (such as a phone call), is obvious. Communications sessions with multiple participants, generally known as conferencing, are more complicated. This document defines a framework for how such conferencing can occur. This framework describes the overall architecture, terminology, and protocol components needed for multi- party conferencing.</t>
					</abstract>
				</front>
				<seriesInfo name="Internet-Draft" value="draft-ietf-sipping-conferencing-framework-03"/>
				<format type="TXT" target="http://www.ietf.org/internet-drafts/draft-ietf-sipping-conferencing-framework-03.txt"/>
			</reference>
		</references>
	</back>
</rfc>