diff --git a/extensions/xep-0327.xml b/extensions/xep-0327.xml index eb335a7e..2eb8741b 100644 --- a/extensions/xep-0327.xml +++ b/extensions/xep-0327.xml @@ -635,6 +635,21 @@ + +

An active call, whether inbound or outbound, may undergo transitions in signaling throught its duration.

+ + +

The remote party to a call may indicate to the Rayo server that the call should be redirected. The mechanics of the signalling between the endpoint and the Rayo server are unspecified here, but SHOULD result in a redirected event being issued to the DCP.

+ + + + + ]]> +
+
+

Calls in a Rayo system are capable of having their media streams moved/manipulated. Once such manipulation is to join the media streams of two calls. In a scenario where callA and callB should be joined, the client MUST send a join command to either call (not both) specifying the call ID of the other call, like so:

The <answered/> element has no attributes.

+ +

Indication that the call has received a request to redirect to some remote location indicated by the URI in the event.

+

The <redirected/> element MAY contain one or more <header/> elements.

+

The attributes of the <redirected/> element are as follows.

+ + + + + + + + + + + +
AttributeDefinitionInclusion
toThe new target URI for the call to be redirected to.REQUIRED
+
+

Indication that the call has come to an end, giving the reason.

The <end/> element MUST contain a single end reason element. It MAY also contain one or more <header/> elements.

@@ -2081,7 +2114,7 @@ Art thou not Romeo, and a Montague?

Instructs the calling party that the call will not be accepted and that instead it should try to call the URI indicated in the command.

The <redirect/> element MAY contain one or more <header/> elements.

The attributes of the <redirect/> element are as follows.

- +
@@ -3100,6 +3133,27 @@ Art thou not Romeo, and a Montague? + + + + + Indication that the call has received a request to redirect to some remote location indicated by the URI in the event. + + + + + + + The new target URI for the call to be redirected to. + + + + + + + + +
Attribute Definition