首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何用FreeSwitch V1.9连接和测试polycom IP电话

如何用FreeSwitch V1.9连接和测试polycom IP电话
EN

Stack Overflow用户
提问于 2018-03-25 13:39:12
回答 2查看 342关注 0票数 0

所需组件

  1. 弗里斯维茨V1.9
  2. 内联网,至少有3个可用的IP端口( Freeswitch、Polycom IP电话和免费Linphone各有一个)
  3. 多功能IP电话VVX411模型(目前正在测试,您可以尝试与其他IP电话)
  4. 装有免费Lin SIP手机的Android/iOS/Windows移动电话
EN

回答 2

Stack Overflow用户

发布于 2018-03-25 14:39:37

代码语言:javascript
复制
<xml version="1.0">
<include>
              <user id="1001">
                <params>
                    <!--default password 1111 -->
                    <param name="password" value="$${default_password}"/>
                    <param name="vm-password" value="1001"/>
                </params>
                <variables>
                      <variable name="toll_allow" value="domestic,international,local"/>
                      <variable name="accountcode" value="1001"/>
                      <variable name="user_context" value="default"/>
                      <variable name="effective_caller_id_name" value="Polycom 1001"/>
                      <variable name="effective_caller_id_number" value="1001"/>
                      <variable name="outbound_caller_id_name" value="$${outbound_caller_name}"/>
                      <variable name="outbound_caller_id_number" value="$${outbound_caller_id}"/>
                      <variable name="callgroup" value="Techsupport"/>
                </variables>
            </user>
        </include>
</xml>
票数 0
EN

Stack Overflow用户

发布于 2018-03-27 06:57:24

代码语言:javascript
复制
<HTML>
<p>
<ul>
  <li>1. Run Freeswitch V1.9 server  (How to install/run Freeswitch https://freeswitch.org/confluence/display/FREESWITCH/Installation)</li>
  <li>2. Network Settings (For these testing 802.1x Authentication is disabled on Phone)</li>
   <ul>
	<li>a. configure static IP or DHCP enabled for IP Phone</li>
	<li>To check the current phone configuration
		Press Home Button -> Settings -> Status ->  Platform -> Phone</li>
	</ul>

  
	<li>3. Connect your phone to the IP Network through the LAN Cable (if router is not PoE, use the Power adapter)</li>
  
	<li>4. Create an XML file for Polycom phone extension into Free switch configuration
 (Default extension details for Free switch installation =C:\FreeSwitch\Win32\Release\conf\directory\default (i.e. my current install directory)
 I have configured and tested with the 1001.xml and below are file contents. I will leave the tester to explore extension configuration from Free switch confluence
    </li>
    enter code here
	<li>5. Phone Configuration:  Configure Polycom IP Phone for Freeswitch Server
		Phone Configuration:  Configure Polycom IP Phone for Freeswitch Server</li>
	
	<ul>
	<li><b>Step 1</b> </li>
	<li>Go to Settings ->  Advanced (456 is default password on Polycom Phone VVX411) -> Administration Settings -> Call Server Configuration -> SIP </li>
	<li>Set below values
		<br>Server Address = Freeswitch server IP Address (192.168.1.100 in my case)
		<br>Port = 5060
		<br>Register=Yes 
		<br>Transport=Tcp Only
	</li>
	</ul>
	<ul>
	<li><b>Step 2 </b></li>
	<li>Go to Settings ->  Advanced (456 is default password on Polycom Phone VVX411) -> Administration Settings -> Line Configuration -> Line 1</li>
	<li>Set Values -> Address : 1001</li>
	</ul>
	<ul>
		<li><b>Step 3</b></li>
		<li>Go to Settings ->  Advanced (456 is default password on Polycom Phone VVX411) -> Administration Settings -> Line Configuration -> Line 1 -> Authentication</li>
		<li>Domain: 192.168.0.100</li>
		<li>UserID : 1001</li>
		<li>Password: 1001 (** check your default password)</li>
	 </ul>
</ul>

</HTML>

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/49476499

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档