WO2010088798A1 - 利用sip由多个用户共享同一用户设备的方法和用户设备 - Google Patents

利用sip由多个用户共享同一用户设备的方法和用户设备 Download PDF

Info

Publication number
WO2010088798A1
WO2010088798A1 PCT/CN2009/070369 CN2009070369W WO2010088798A1 WO 2010088798 A1 WO2010088798 A1 WO 2010088798A1 CN 2009070369 W CN2009070369 W CN 2009070369W WO 2010088798 A1 WO2010088798 A1 WO 2010088798A1
Authority
WO
WIPO (PCT)
Prior art keywords
user
call
users
user equipment
sip
Prior art date
Application number
PCT/CN2009/070369
Other languages
English (en)
French (fr)
Inventor
王霄
刘鹏
Original Assignee
阿尔卡特朗讯公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 阿尔卡特朗讯公司 filed Critical 阿尔卡特朗讯公司
Priority to CN2009801560436A priority Critical patent/CN102301675A/zh
Priority to PCT/CN2009/070369 priority patent/WO2010088798A1/zh
Publication of WO2010088798A1 publication Critical patent/WO2010088798A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • H04L67/306User profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1073Registration or de-registration
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1101Session protocols
    • H04L65/1104Session initiation protocol [SIP]

Definitions

  • the present invention relates to the field of communications, and in particular to sharing the same user equipment with multiple user IDs in a system utilizing the Initial Protocol (SIP). Background technique
  • SIP is a signaling control protocol proposed by the IETF in 1999 to implement real-time communication applications on the Internet. It is used to create, modify, and release sessions for one or more participants. These sessions are for example Internet multimedia conferencing, IP telephony or multimedia distribution. Participants in a session can communicate via multicast, unicast, or a combination of both.
  • a SIP phone can only be used by one user, and only one user ID can be activated at a time on a SIP phone. This is inconvenient when multiple users want to share a SIP phone at the same time with their own SIPID.
  • a method for sharing a same user equipment by a plurality of users using a session initiation protocol comprising: one of the plurality of users The user sets a call parameter dedicated to himself on the user equipment; and, the user equipment generates a registration message according to the call parameter of the user and sends the registration cancellation to the user's own server
  • a user equipment for sharing by a plurality of users using a session initiation protocol comprising a user registration device for use by one of the plurality of users
  • the set registration message is generated specific to his own call parameters, and the registration message is sent to the user's own server.
  • the user equipment further includes a user ID presenting device, configured to present, to the user, an ID of all registered users when one of the registered plurality of users initiates a call, and display when there is an incoming call The ID of the called user.
  • a user ID presenting device configured to present, to the user, an ID of all registered users when one of the registered plurality of users initiates a call, and display when there is an incoming call The ID of the called user.
  • 1 is a signaling flow diagram of registering with multiple user IDs on the same user equipment in a system utilizing SIP;
  • FIG. 2 is a flowchart of a method for sharing a same user equipment with multiple user IDs using SIP according to an embodiment of the present invention.
  • FIG. 3 is a block diagram of a user equipment in accordance with one embodiment of the present invention. detailed description
  • the present invention proposes a method of sharing the same user equipment by multiple users in a system utilizing SIP.
  • the basic idea of the invention is to activate multiple user IDs simultaneously on a single SIP phone.
  • each user sets their own registration data on the user device.
  • the user equipment then sends a plurality of registration messages to each user's respective server, each message being directed to one user.
  • the user wants to make a call he/she first selects his/her user name on the screen of the user device, and then makes a call, where each user can be password protected.
  • the user equipment For incoming calls, the user equipment displays the username of the called party and can read the username using text-to-speech (TTS) technology, or play different preset ring tones for different users, so the multiple users know which one The user is called.
  • TTS text-to-speech
  • Figure 1 is diagrammatically The basic idea of the invention is clarified.
  • Figure 1 illustrates how to register to a server with multiple user IDs on the same user device in a system that utilizes SIP. It should be noted that the signaling flow of Figure 1 follows RFC 3261.
  • the user should set the following data on the UE: SIP server IP address, SIP server port, user SIP ID, user name, and registration key.
  • the user can also set a password (which can be the same as the registration key) for selecting an ID to initiate a call and receive a call.
  • the above parameters may for example be stored in the built-in or external memory of the UE.
  • the UE sends a (F1) REGISTER message to its SIP server to register the new user.
  • the SIP server 1 returns (F2) 401 message requesting authentication.
  • the UE calculates the RES (User Authentication Response) with a different key (password) using, for example, the MD5 algorithm (see RFC2617), and resends (F3) the REGISTER message containing the RES to the SIP server 1.
  • the SIP server 1 returns (F4) 200 OK message to the UE after successful authentication.
  • Steps F5 to F8 are registration procedures of another user associated with the SIP server 2.
  • steps F9 through F12 are for the third user associated with SIP server 3.
  • the REGISTER message for all users binds the user SIP ID to the same IP address of the UE, but the ports can be different.
  • the UE displays all registered user accounts for selection. The user can select his own SIP account to make the call.
  • password protection can be provided for selecting a user account. Therefore, the INVITE message sent also contains the ID of the user. For incoming calls, the called user's SIP account number is displayed and/or read out so that people know which user account was called. Again, preferably, password protection can be provided for answering the call.
  • the Request-URI names the domain of the location service to which the registration refers.
  • the To header field contains the address of the record of who is to be created.
  • the Contact header field value includes the SIP or SIPS URI that identifies the SIP endpoint. Since the user accounts are different, the Request-URI and To headers are also different. In the Contact header, the IP address is the same, which is the IP address of the user device.
  • FIG. 2 is a flow diagram of a method for sharing a same user device by multiple users using SIP, in accordance with one embodiment of the present invention. The method of Fig. 2 will be described below with reference to Fig. 1.
  • one of the plurality of users sets a call parameter dedicated to himself on the user device.
  • the call parameters include the user's server address, server port, user ID, user name, and key.
  • the call parameter further includes a password (which may be the same as the registration key) that the user enters when selecting the ID to initiate the call and receive the call.
  • the user equipment generates a registration message according to the user's call parameters and sends the registration message to the user's own server.
  • the UE sends a (Fl) REGISTER message to the SIP server 1.
  • the server returns (F2) 401 message
  • the UE calculates the RES with a different key, using, for example, the MD5 algorithm and resends (F3) the REGISTER containing the RES to the SIP server 1.
  • the SIP server 1 returns a (F4) 200 OK message after successful authentication.
  • Steps 201 and 202 are repeated when a new user sets call parameters on the user device.
  • a user equipment for sharing with a plurality of user IDs using a session initiation protocol is provided.
  • the following description will be made with reference to the accompanying drawings.
  • the user equipment 300 includes a user registration device 301 and a user ID presentation device 302.
  • the user registration means 301 is for generating a registration message based on a call parameter dedicated to himself set by one of the plurality of users, and transmitting the registration message to the user's own server. For example, when a new user sets a call parameter dedicated to himself on the user equipment, the user registration means 301 generates a REGISTER message based on the call parameter of the user, and transmits (F1) the message to the SIP server 1.
  • the call parameters include the user's server address, server port, user ID, user name, and key.
  • the call parameter further includes a password to be entered by the user when selecting his ID to initiate a call and receive a call.
  • the user ID presenting means 302 is configured to present the ID of all registered users to the user when the one of the registered plurality of users initiates a call for the user to select, and display the ID of the called user when there is an incoming call.
  • the user ID presenting device 302 can also display the ID of the called user when there is an incoming call and read the ID of the called user by using TTS technology, or play different preset ring tones for different users.
  • the user equipment 300 of the present embodiment and the user registration device 301 and the user ID presentation device 302 included therein may be implemented in software, hardware, or a combination of software and hardware.
  • those skilled in the art are familiar with a variety of devices that can be used to implement components such as processors, microcontrollers, application specific integrated circuits (ASICs), programmable logic devices (PLDs), and/or field programmable gate arrays. (FPGA), etc.
  • the user registration device 301 and the user ID presentation device 302 of this embodiment may be implemented by being integrated with the user equipment 300, or may be implemented independently of each other.
  • the user equipment of the embodiment described above in conjunction with FIG. 3 can implement the foregoing description.
  • a method of sharing the same user equipment by multiple users using SIP By using the user equipment, sharing of the same user equipment by multiple users can be realized in a system using SIP, and the user can have his own SIP ID for outgoing or incoming calls, which is more advantageous than call forwarding. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Multimedia (AREA)
  • Telephonic Communication Services (AREA)

Description

利用 SIP由多个用户共享同一用户设备的方法和用户设备 技术领域
本发明涉及通信领域, 具体地涉及在利用^ ^初始协议(SIP ) 的系 统中以多个用户 ID共享同一用户设备。 背景技术
SIP是由 IETF于 1999年提出的在互联网中实现实时通信应 用的信令控制协议。 它用于创建、 修改和释放一个或多个参与者 的会话。 这些会话例如是互联网多媒体会议、 IP电话或多媒体分 发。 会话的参与者可以通过组播、 单播或二者的组合来进行通信。
目前, 在利用 SIP的***中一部 SIP电话只能由一个用户使 用, 并且在一部 SIP电话上一次只能激活一个用户 ID。 这在多个 用户想要以他们自己的 SIPID同时共享一部 SIP电话时是不便利 的。
一种解决方案是呼叫转移。 当用户想要使用电话时, 他 /她可 以将其自己的电话号码转发至这个新的电话。 然而, 一个问题是 当电话振铃时无法在接听电话之前获知这个呼叫是针对该用户 的。 另一个问题是当这个用户从这个电话进行呼叫时, 主叫方 ID 并不是该用户的 ID而是最初的电话拥有者的 ID。 发明内容
为了解决上述现有技术中的问题, 根据本发明的一个方面, 提出了一 种用于利用会话初始协议由多个用户共享同一用户设备的方法,该 方法包括: 所述多个用户中的一个用户在所述用户设备上设置专 用于他自己的呼叫参数; 以及, 所述用户设备根据该用户的呼叫 参数而生成注册消息并且向该用户 自己的服务器发送所述注册消 根据本发明的另一方面, 提出了一种用于利用会话初始协议 由多个用户共享的用户设备, 该用户设备包括用户注册装置, 该 装置用于根据由所述多个用户中的一个用户设置的专用于他自己 的呼叫参数而生成注册消息, 并且将所述注册消息发送给该用户 自己的服务器。
可选地, 所述用户设备还包括用户 ID呈现装置, 该装置用于 当所注册的多个用户中的一个用户发起呼叫时向该用户呈现所有 注册的用户的 ID, 并且当有进入呼叫时显示被叫用户的 ID。 附图说明
通过阅读下面结合附图对本发明具体实施例的说明, 本发明的上述及 其他特征和优点将变得更加明显。 其中:
图 1是在利用 SIP的***中在同一用户设备上以多个用户 ID注册的 信令流程图;
图 2是根据本发明一个实施例的用于利用 SIP以多个用户 ID共享 同一用户设备的方法的流程图; 和
图 3是根据本发明一个实施例的用户设备的框图。 具体实施方式
本发明提出了一种在利用 SIP的***中由多个用户共享同一用户设备 的方法。 本发明的基本思想是在一个 SIP电话上同时激活多个用户 ID。 首 先, 当多个用户使用一部用户设备时, 每个用户都在该用户设备上设置其 自己的注册数据。 然后, 该用户设备向每个用户各自的服务器发送多个注 册消息, 每个消息针对一个用户。 当用户想要进行呼叫时, 他 /她首先在用 户设备的屏幕上选择他 /她的用户名, 然后再进行呼叫,此处可以对每个用 户进行密码保护。 对于进入呼叫, 该用户设备显示被叫方的用户名并且可 以利用文本到语音(TTS )技术读出该用户名, 或者对不同用户播放预先 设置的不同铃音, 因此该多个用户知道是哪个用户被呼叫。 图 1概略地说 明了本发明的基本思想。
图 1说明了如何在利用 SIP的***中在同一用户设备上以多个用户 ID 注册到服务器。 应当指出, 图 1的信令流程遵循 RFC 3261。 首先, 在利用 UE进行呼叫之前, 用户应当在 UE上设置下列数据: SIP服务器 IP地址、 SIPJ^务器端口、 用户 SIP ID、 用户名称和注册密钥。 优选地, 用户还 可以设置用于选择 ID以发起呼叫和接收呼叫的密码(可与注册密钥相同)。 上述参数可以例如被存储在 UE的内置或外置存储器中。 如图所示, 当一 个新用户设置数据后, 所述 UE向其 SIP服务器发送( Fl ) REGISTER 消息以注册该新用户。 SIP服务器 1返回 (F2) 401消息要求认证。 收到 该 401消息后, 该 UE利用例如 MD5算法(参见 RFC2617) 以不同的密 钥(密码)算出 RES (用户认证响应),并且向 SIP服务器 1重新发送(F3) 包含 RES的 REGISTER消息。 SIP服务器 1在认证成功后返回( F4 ) 200 OK消息至该 UE。 步骤 F5至 F8是另一用户的注册流程, 该用户关联于 SIP服务器 2。 同样, 步骤 F9至 F12是针对关联于 SIP服务器 3的第三个 用户。
应当指出, 针对所有用户的 REGISTER消息都将用户 SIP ID绑定到 该 UE的同一 IP地址,但端口可以不同。 当摘机时, UE显示所有注册的 用户帐号以供选择。用户可以选择他自己的 SIP帐号来进行呼叫。优选地, 可以针对选择用户帐号而提供密码保护。 因此, 所发出的 INVITE消息也 含有该用户的 ID。 对于进入呼叫, 被叫用户的 SIP帐号被显示和 /或皮读 出以使得人们知道是哪个用户帐号被呼叫。 再次, 优选地, 可以针对应答 该呼叫而提供密码保护。
下面是针对不同 SIP服务器的两个 REGISTER消息的比较:
REGISTER si : serverl . enterprisel . com: 5060; user=phone SIP/2.0
Via: SIP/2.0/UDP 10.86.9.26: 5060 ;branch=z9hG4bK421eb
From: "Joe Smith" <si : 7135521® serverl . enterprisel . com: 5060 >; tag=15c31
To: "Joe Smith" <si : 7135521@serverl . enterprisel . com: 5060>
CSeq: 1234 REGISTER
Supported: timer
Expires: 3600
Contact: <sip: [email protected]:5060; user =phone >
Content -Length: 0 REGISTER si : server2. enterprise2. com: 5060 ;user=phone SIP/2.0
Via: SIP/2.0/UDP 10.86.9.26: 5060 ;branch=z9hG4bK421ec
From: "Tom" <si : tom@server2. enterprise2. com: 5060 >; tag=15c32
To: "Tom" <si : tom@server2. enterprise2. com: 5060>
CSeq: 1235 REGISTER
Supported: timer
Expires: 3600
Contact: <si : [email protected]: 5060 ;user=phone>
Content -Length: 0 其中, WWW-Authenticate报头未在消息中显示。 Request-URI命名了注 册所指的位置服务的域。 To报头字段包含关于要创建谁的注册的记录的地 址。 Contact报头字段值包括标识了 SIP端点的 SIP或 SIPS URI。 由于用 户帐号是不同的, 因此 Request-URI和 To报头也是不同的。 在 Contact 报头中, IP地址是相同的, 其是用户设备的 IP地址。
图 2是根据本发明一个实施例的用于利用 SIP 由多个用户共享同 一用户设备的方法的流程图。 下面结合图 1来说明图 2 的方法。
在步骤 201 中, 多个用户中的一个用户在用户设备上设置专用 于他自己的呼叫参数。 在这里, 所述呼叫参数包括该用户的服务 器地址、 服务器端口、 用户 ID、 用户名称和 密钥。 优选地, 所 述呼叫参数还包括该用户在选择其 ID 发起呼叫和接收呼叫时要 输入的密码 (可与注册密钥相同) 。
接着在步骤 202 中, 所述用户设备根据该用户的呼叫参数而 生成注册消息并且向该用户 自己的服务器发送所述注册消息。 具 体地, 以图 1 所示的信令流程为例, UE 发送 ( Fl) REGISTER 消息至 SIP服务器 1。 服务器返回 ( F2 ) 401消息后, UE用不同 密钥、 利用例如 MD5算法计算出 RES并再发送 ( F3) 包含 RES 的 REGISTER至 SIP服务器 1。 SIP服务器 1认证成功之后返回 ( F4 ) 200 OK消息。
当新的用户在所述用户设备上设置呼叫参数时,重复步骤 201 和 202。
这样, 通过根据本发明的方法, 可以在利用 SIP 的***中实 现多个用户对同一用户设备的共享, 并且用户对于外出或进入的 呼叫可以拥有他自己的 SIP ID,这相比呼叫转移而言更具有优势。
在同一发明构思下, 根据本发明的另一个方面, 提供了一种用于利用 会话初始协议以多个用户 ID共享的用户设备。 下面就结合附图对其 进行说明。
图 3 示出了根据本发明一个实施例的用于利用会话初始协议由多 个用户共享的用户设备 300的框图。该用户设备 300包括用户注册装置 301和用户 ID呈现装置 302。 用户注册装置 301用于根据由多个 用户中的一个用户设置的专用于他自己的呼叫参数而生成注册消 息, 并且将所述注册消息发送给该用户 自己的服务器。 例如, 当 一个新用户在用户设备上设置了专用于他自己的呼叫参数时, 用 户注册装置 301生成基于该用户的呼叫参数的 REGISTER消息, 并将该消息发送 (F1 ) 给 SIP服务器 1。 在这里, 所述呼叫参数 包括该用户的服务器地址、 服务器端口、 用户 ID、 用户名称和密 钥。 优选地, 所述呼叫参数还包括该用户在选择其 ID发起呼叫和 接收呼叫时要输入的密码。 用户 ID呈现装置 302用于当所注册的 多个用户中的一个用户发起呼叫时向该用户呈现所有注册的用户 的 ID以供该用户选择, 并且当有进入呼叫时显示被叫用户的 ID。 优选地, 用户 ID呈现装置 302还可以在有进入呼叫时显示被叫用 户的 ID并利用 TTS技术读出该被叫用户的 ID, 或者对不同用户播 放预先设置的不同铃音。
在实施上,本实施例的用户设备 300以及其包含的用户注册装置 301 和用户 ID呈现装置 302可以以软件、 硬件或软件和硬件组合的方式来 实现。 例如, 本领域技^ 员熟悉多种可用来实 ¾ϋ些部件的设备,诸: 理 器、 微控制器、 专用集成电路 (ASIC )、 可编程逻辑设备 (PLD )和 /或现场可 编程门阵列 (FPGA )等。 本实施例的用户注册装置 301和用户 ID呈现 装置 302可以和用户设备 300集成在一起实现, 也可以各自独立实现。
在操作上, 上述结合图 3说明的实施例的用户设备, 可以实现前面描 述的利用 SIP由多个用户共享同一用户设备的方法。通过使用该用户 设备, 可以在利用 SIP的***中实现多个用户对同一用户设备的共 享, 并且用户对于外出或进入的呼叫可以拥有他自己的 SIP ID, 这相比呼叫转移而言更具有优势。
以上虽然通过一些示例性的实施例对本发明的用于利用 SIP由多个 用户共享同一用户设备的方法和相应的用户设备进行了详细的描述,但 是以上这些实施例并不是穷举的, 本领域技术人员可以在本发明的精神和 范围内实现各种变化和修改。 因此, 本发明并不限于这些实施例, 本发明 的范围仅由所附权利要求为准。

Claims

权 利 要 求
1. 一种用于利用会话初始协议由多个用户共享同一用户设 备的方法, 其特征在于, 包括:
所述多个用户中的一个用户在所述用户设备上设置专用于他 自己的呼叫参数; 和
所述用户设备根据该用户的呼叫参数而生成注册消息并且向 该用户 自己的服务器发送所述注册消息。
2. 根据权利要求 1所述的方法, 其中, 如果所述多个用户中 的一个用户要发起呼叫, 则所述用户设备向该用户显示所有注册 的用户的 ID以供该用户选择。
3. 根据权利要求 1或 2所述的方法,其中,如果有进入呼叫, 则所述用户设备显示被叫用户的 ID。
4. 根据权利要求 1至 3中任一项所述的方法, 其中, 当所述 多个用户中的一个用户为发起呼叫而选择其自己的 ID 时或者当 其接收进入呼叫时, 需要提供密码。
5. 根据权利要求 1至 4中任一项所述的方法, 其中, 所述用 户设备在收到进入呼叫时利用文本到语音技术读出被叫用户的 ID。
6. 根据权利要求 1至 5中任一项所述的方法, 其中, 所述用 户设备在收到进入呼叫时对不同用户播放预先设置的不同铃音。
7. 根据权利要求 1至 6中任一项所述的方法, 其中, 所述呼 叫参数包括服务器地址、 服务器端口、 用户 ID、 用户名称和注册 密钥。
8. 根据权利要求 1至 7中任一项所述的方法, 其中, 所述呼 叫参数还包括用户保护密码。
9. 根据权利要求 8所述的方法, 其中, 所述用户保护密码与 注册密钥相同。
10.一种用于利用会话初始协议由多个用户共享的用户设备, 其特征在于, 包括:
用户注册装置, 用于根据由所述多个用户中的一个用户设置 的专用于他自己的呼叫参数而生成注册消息, 并且将所述注册消 息发送给该用户 自己的服务器。
11.根据权利要求 10所述的用户设备, 还包括用户 ID呈现 装置, 该装置用于当所注册的多个用户中的一个用户发起呼叫时 向该用户呈现所有注册的用户的 ID, 并且当有进入呼叫时显示被 叫用户的 ID。
12.根据权利要求 10或 11所述的用户设备, 其中, 当所述多 个用户中的一个用户为发起呼叫而选择其自己的 ID 时或者当该 用户设备接收到进入呼叫时, 要求进行呼叫或接收呼叫的用户提 供密码。
13.根据权利要求 10至 12中任一项所述的用户设备, 其中, 该用户设备在收到进入呼叫时利用文本到语音技术读出被叫用户 的 ID。
14.根据权利要求 10至 13中任一项所述的用户设备, 其中, 该用户设备在收到进入呼叫时对不同用户播放预先设置的不同铃音。
15.根据权利要求 10至 14中任一项所述的用户设备, 其中, 所述参数包括服务器地址、 服务器端口、 用户 ID、 用户名称和注 册密钥。
16.根据权利要求 10至 15中任一项所述的用户设备, 其中, 所述参数还包括用户保护密码。
17.根据权利要求 16所述的用户设备, 其中, 所述用户保护 密码与注册密钥相同。
PCT/CN2009/070369 2009-02-06 2009-02-06 利用sip由多个用户共享同一用户设备的方法和用户设备 WO2010088798A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN2009801560436A CN102301675A (zh) 2009-02-06 2009-02-06 利用sip由多个用户共享同一用户设备的方法和用户设备
PCT/CN2009/070369 WO2010088798A1 (zh) 2009-02-06 2009-02-06 利用sip由多个用户共享同一用户设备的方法和用户设备

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2009/070369 WO2010088798A1 (zh) 2009-02-06 2009-02-06 利用sip由多个用户共享同一用户设备的方法和用户设备

Publications (1)

Publication Number Publication Date
WO2010088798A1 true WO2010088798A1 (zh) 2010-08-12

Family

ID=42541645

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/070369 WO2010088798A1 (zh) 2009-02-06 2009-02-06 利用sip由多个用户共享同一用户设备的方法和用户设备

Country Status (2)

Country Link
CN (1) CN102301675A (zh)
WO (1) WO2010088798A1 (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103200189A (zh) * 2013-03-22 2013-07-10 海南大学 海上融合移动通信***的VoIP业务支持方法
CN109286920A (zh) * 2018-09-25 2019-01-29 天地融科技股份有限公司 一种智能呼叫方法及***
US11291357B2 (en) 2011-12-13 2022-04-05 Endochoice, Inc. Removable tip endoscope

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1595937A (zh) * 2004-06-23 2005-03-16 中国电信股份有限公司研究院 一种会话初始协议电话终端中的用户注册和通话方法

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040122976A1 (en) * 2002-10-24 2004-06-24 Ashutosh Dutta Integrated mobility management
CN100466850C (zh) * 2006-10-24 2009-03-04 华为技术有限公司 触发sip终端注册的实现方法及***、sip服务器、及sip终端

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1595937A (zh) * 2004-06-23 2005-03-16 中国电信股份有限公司研究院 一种会话初始协议电话终端中的用户注册和通话方法

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11291357B2 (en) 2011-12-13 2022-04-05 Endochoice, Inc. Removable tip endoscope
CN103200189A (zh) * 2013-03-22 2013-07-10 海南大学 海上融合移动通信***的VoIP业务支持方法
CN109286920A (zh) * 2018-09-25 2019-01-29 天地融科技股份有限公司 一种智能呼叫方法及***
CN109286920B (zh) * 2018-09-25 2021-10-22 天地融科技股份有限公司 一种智能呼叫方法及***

Also Published As

Publication number Publication date
CN102301675A (zh) 2011-12-28

Similar Documents

Publication Publication Date Title
JP5043392B2 (ja) Sip通信セッションをセットアップする方法、並びに、そのシステム及びコンピュータ・プログラム
US7123700B1 (en) Configuring user interfaces of call devices
US9350769B2 (en) SIP device-level call/session/service management
US6857072B1 (en) System and method for enabling encryption/authentication of a telephony network
US7882214B2 (en) Communication system and session establishment method
AU2005324845B9 (en) Facilitating early media in a communications system
EP2269364A1 (en) Methods and arrangements for interactive caller information services in a communication network
WO2010078775A1 (zh) 一种分布式业务的实现方法、装置及***
WO2010091588A1 (zh) 区分共享同一公共用户标识的多个用户设备的方法及装置
KR100514196B1 (ko) 네트웍 어드레스 변환 및 세션 관리 시스템 및 그 방법
KR100693038B1 (ko) 브이오아이피 서비스 제공 시스템의 가입자 정보 제공방법 및 장치
WO2010088798A1 (zh) 利用sip由多个用户共享同一用户设备的方法和用户设备
JP4473851B2 (ja) 電話システムとその暗号化処理方法、通信端末、および接続装置
WO2007036124A1 (fr) Procédé d&#39;adressage dans un système de communication
WO2009124512A1 (zh) 控制早媒体播放的实现方法
JP5432237B2 (ja) 通信フロー混合ポリシーによる会議の確立
KR20070103746A (ko) 미디어의 다수의 유니캐스트 전달 방법 및 장치
JP2007208542A (ja) 呼制御信号転送装置、呼制御信号転送方法および呼制御信号転送プログラム
US20080137647A1 (en) VoIP terminal and method for providing multi-call service
WO2009043810A1 (en) Method and device for processing data and communication system comprising such device
KR100963010B1 (ko) 스마트 카드를 이용한 sip 기반 영상통화 서비스 시스템및 그 방법
JP4560530B2 (ja) 通知システム、情報処理装置、通知システムの通知方法、情報処理方法、情報処理プログラム、及び記録媒体
KR20070061292A (ko) 접속 설정 프로토콜을 사용하는 인터넷 전화 시스템에서의서비스 제공 방법 및 그 시스템
TWI624169B (zh) Mobile phone system and method
JP2005094224A (ja) 発信元端末識別情報通知システム、着呼装置、発呼装置、サーバ装置、登録装置、端末装置、およびゲートウェイ装置

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200980156043.6

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09839515

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09839515

Country of ref document: EP

Kind code of ref document: A1