.#configuration_gateway.xml.1.3

来自「It is Java for SIP phone」· 3 代码 · 共 41 行

3
41
字号
<?xml version='1.0' encoding='us-ascii'?><CONFIGURATION> <!-- pstn_gateway is where the cisco dial peer is located --><SIP_STACKS pstn_gateway="129.6.55.81" >           <SIP_STACK         stack_name="public interface"        stack_IP_address="129.6.100.252"     >               <LISTENING_POINT port="4000" transport="tcp" />    </SIP_STACK>        <!--    <SIP_STACK         stack_name="private interface"        stack_IP_address="129.6.230.77"     >               <LISTENING_POINT port="4000" transport="udp" />    </SIP_STACK>    --></SIP_STACKS><RTP_GATEWAY    enable="true"    min_rtp_port="9000"    max_rtp_port="9990"    max_packet_size="5000"/> <LOGGINGenable_debug="true"server_log="./logs/server_gateway_log.txt"bad_message_log="./logs/bad_message_gateway_log.txt"debug_log="./logs/debug_gateway_log.txt"/></CONFIGURATION> 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?