客户端软电话
<h3><strong>简要描述:</strong></h3>
<ul>
<li>调用客户端软电话</li>
</ul>
<p><strong>调用示例</strong></p>
<ul>
<li>
<p>JavaScript</p>
<pre><code> WINDOW.OPEN('sip:{telephone}@{domain};customer_uuid={customer_uuid}')
例如:
WINDOW.OPEN('sip:138xxxxxxxx@192.168.1.252;customer_uuid=987b515e-02f2-493e-995b-6f4bc2fc2a3e')</code></pre>
</li>
</ul>
<p><strong>参数说明</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>telephone</td>
<td>string</td>
<td>号码</td>
</tr>
<tr>
<td>domain</td>
<td>string</td>
<td>服务器域名</td>
</tr>
<tr>
<td>customer_uuid</td>
<td>string</td>
<td>话单编号</td>
</tr>
</tbody>
</table>