zoukankan      html  css  js  c++  java
  • doubango地址配置

    转自:http://wiki.sip2sip.info/projects/sip2sip/wiki/SipDeviceConfiguration

    SIP Device Configuration

    There are thousands of SIP devices on the market, for how to configure them we advise you to consult the support forum of the device manufacturer. Please do not open a ticket related to how a particular device must be configured. Setup your SIP device as follows:

    SIP Account Credentials

    Account credentials are used for authentication and authorization of SIP requests performed by the SIP device. Your SIP address is  replace XXX with the username chosen during the account enrollment.

    Username XXX
    Password YYY
    Domain/Realm sip2sip.info

    Register must be turned On in order to receive incoming calls. If your SIP devices is smart enough, there is no need to set manually anything else than the above settings. If you need to manually fine tune the configuration read below.

    Specific SIP devices configuration

    Server Location

    There are multiple SIP servers distributed in multiple geographic locations. To locate them, the SIP device must always perform DNS lookups as defined in SIP standard RFC3263 (NAPTR + SRV + A DNS lookups). You must never set manually a host address or transport belonging to SIP2SIP server infrastructure into your SIP device as it may and will change over time. Your device must use DNS lookups instead of hardwiring any such settings into your SIP device. For informational purposes, the servers are reachable at the following addresses, but again you must query the DNS to discover them as they may and will change in the future.

    Host Port Protocol
    proxy.sipthor.net 5060 UDP
    proxy.sipthor.net 5060 TCP
    proxy.sipthor.net 443 TLS

    Presence

    XCAP Root

    XCAP Root https://xcap.sipthor.net/xcap-root/

    Required functionality

    To use SIMPLE presence the SIP client must support the following standards related to SIP and XCAP protocols:

    • SIP Presence Agent mode (PUBLISH method) RFC3903
    • Event packages: presence and presence.winfo
    • RLS SUBSCRIBE RFC4662 and RLMI NOTIFY RFC4662
    • XCAP rls-services and resource-lists for contacts storage RFC4826
    • XCAP org.openmobilealliance.pres-rules for authorization rules OMA XML 1.1

    Optional

    Additional the SIP end-point may support the following extensions:

    • Event packages: xcap-diff for synchronizing XCAP documents between clients
    • XCAP org.openmobilealliance.pres-content document for serving user icon
    • XCAP pidf-manipulation for offline status
    • XCAP xcap-caps and org.openmobilealliance.xcap-directory for listing all XCAP documents on the server

    Example: Blink SIP client implementation http://projects.ag-projects.com/news/15

    MSRP Relay

    If you use SIMPLE instant messaging based on MSRP, a MSRP relay is available for helping traverse the NAT. You need to use the relay if you are the receiving party and you are behind a NAT-ed router. The MSRP relays can be found in the DNS by using SRV lookup for _msrps._tcp.sip2sip.info.

    STUN Servers

    You may use STUN for ICE NAT traversal. The STUN servers can be found in the DNS by using SRV lookup for _stun._udp.sip2sip.info.

    NAT Traversal

    SIP2SIP infrastructure is smart enough to handle the NAT traversal for both SIP signaling, RTP and MSRP media sessions. Also it supports ICE negotiation in the clients and provides automatically a TURN relay candidate.

    Practically, you should not set any NAT traversal features in the client as the chance of fixing things is much smaller than breaking them.

  • 相关阅读:
    京东二面面经(07.17 11:30)
    招银三面手撕代码题(字符串连续子串)
    shein二面(31min)
    京东提前批一面
    两个链表的第一个公共结点
    Java并发机制的底层实现原理
    招银网络(二面07.09)
    黑盒测试与白盒测试
    求1+2+...+n(剑指offer-47)
    第一个只出现一次的字符(剑指offer-34)
  • 原文地址:https://www.cnblogs.com/fuland/p/3673451.html
Copyright © 2011-2022 走看看