You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Sip.xml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@
202
202
<variablelist>
203
203
<varlistentry>
204
204
<term>Registrar</term>
205
-
<listitem><para>One or more SIP registrar URIs. The registar shall be an absolute URI without scheme, such as: my.domain:port/p/a/t/h?query</para></listitem>
205
+
<listitem><para>One or more SIP registrar entries. Each entry contains a Uri and a Transport field. The Uri shall be an absolute URI without scheme, such as: my.domain:port/p/a/t/h?query. The Transport field specifies the transport protocol to use for the registrar and shall be one of: UDP, TCP, or TLS.</para></listitem>
206
206
</varlistentry>
207
207
<varlistentry>
208
208
<term>UserId</term>
@@ -307,7 +307,7 @@
307
307
</varlistentry>
308
308
<varlistentry>
309
309
<term>Turn</term>
310
-
<listitem><para>Optional, unbounded. Each entry contains a TURN server URI and optional credentials (Username and Password) used to authenticate with the TURN server. The device shall not return the password in the response.</para></listitem>
310
+
<listitem><para>Optional, unbounded. Each entry contains one or more TURN server URIs and optional credentials (Username and Password) used to authenticate with the TURN server. The device shall not return the password in the response.</para></listitem>
<pararole="text">The current call configuration of the device.</para>
398
398
</listitem>
399
399
</varlistentry>
400
400
<varlistentry>
@@ -413,13 +413,13 @@
413
413
</section>
414
414
<sectionxml:id="_Toc_SetCallConfiguration">
415
415
<title>SetCallConfiguration</title>
416
-
<para>This operation sets the call configuration of the device. The number of recipients shall not exceed the value indicated by the MaximumRecipients SIP capability. The Order field of each recipient shall be between 1 and the MaximumRecipients capability value, inclusive. If the configuration is absent, the device shall remove the existing call configuration.</para>
416
+
<para>This operation sets the call configuration of the device. The number of recipients shall not exceed the value indicated by the MaximumRecipients SIP capability. The Order field of each recipient shall be between 1 and the MaximumRecipients capability value, inclusive.</para>
<xs:documentation>AuthorizationServer token referring to the server that provides access tokens to authorize with the renewal endpoint.</xs:documentation>
111
+
<xs:documentation>AuthorizationServer token referring to the server that provides access tokens to authorize with the
112
+
renewal endpoint as defined in the Security specification.</xs:documentation>
95
113
</xs:annotation>
96
114
</xs:element>
97
115
</xs:sequence>
@@ -511,7 +529,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
<wsdl:documentation>This operation sets the SIP streaming configuration of the device. If the configuration is absent, the device shall remove the existing SIP streaming configuration.</wsdl:documentation>
532
+
<wsdl:documentation>This operation sets the SIP streaming configuration of the device.</wsdl:documentation>
0 commit comments