The Presence Server. Abbeynet/ IP Communication Solution

Size: px
Start display at page:

Download "The Presence Server. Abbeynet/ IP Communication Solution"

Transcription

1 The Presence Server Abbeynet/ IP Communication Solution Abbeynet S.r.l. - ex S.S. 131 Km 8,200 - C.P Sestu (CA) Italy - info@abbeynet.com - tel fax

2 CONTENTS 1. Introduction The Concept of Presence Presence in SIP Call Flow Presence processing in heterogeneous envinronments Presence-related Features Buddy lists Profiles 6 2. The Presence Server System Architecture AAA Server Application Server Presence Server Presence Agent SIP Proxy Authorization Rules Server Resource Lists Server XCAP modules XCAP Client XCAP Server Authentication Successful Authentication Failed Authentication RADIUS Authentication Domain processing SUBSCRIBE Requests Notifies PUBLISH Requests Initial Refresh Modify Remove AAM Interface Authentication Authorization GetState Insert/UpdateState DeleteState Insert/UpdateWatcherList DeleteWatcherList GetWatcherList Implementation SUBSCRIBE Processing PUBLISH Processing 20 - The Presence Server - 2

3 Indice 2.11 Authorization Rules Server Server Interface Server Behaviour Software Architecture Redundancy and Performance Load Redundancy Chosen Architecture Support for other Event Packages Administration Interface Provisioning User mode Administrator mode Statistics Publisher list Subscriber list Messages activity Authentication History Short time history 29 Long time history Service Creation Tool References Appendix A An example of SIMPLE Call Flow Appendix B RADIUS extension parameters Parameters Description and Values user_name digest_user_name digest_realm digest_nonce digest_uri digest_method digest_qop digest_nonce_count digest_cnonce digest_response service_type 37 - The Presence Server - 3

4 1. INTRODUCTION 1.1 THE CONCEPT OF PRESENCE Presence identifies a means by which an user can dynamically show himself to other users, publishing and sharing its profile info or simply its willing and availability to communicate. At the beginnings Presence was identified by two different status: online and offline, indicating whether a user was available or unavailable for a communication. With the development of communication means and the growing opportunities of interaction between users, the simple online/offline status has become insufficient. Status information not only has to be more detailed ( I m online, but please call me only for urgent reasons ), enhanced with a lot of user information the so-called Rich Presence but must be the most accurate user information available. For this reason, the status information may be composed using systems able to automatically detect status changes (even without the human intervention1). Due to wireless systems, an user can walk freely in a building, an airport, and even a town, without losing its connectivity: where the user is, and which are the potential communication conditions, becomes more important. On one side the user, with its communication tool, its environment, its mood, etc., but on the other side, all the users that are interested in its status: the watchers. Friends, colleagues, sellers, customers, teachers, experts, consultants, etc, each one able to collect the presence information in different ways (different terminals PC soft clients, IP phones, cell phones, smart phones, web pages, etc. and different information filtering). As different ways to provide and collect presence information exist, there s the need to extend an important issue: the Privacy. The user that publishes its information has the right to choose how this information is notified to watchers, in terms of visibility authorizations, and the publisher can also acquire information about its watchers: this is the watcher info concept. In order to implement a presence system like the one described here, it is necessary to guarantee a mechanism for user authentication and service authorization, together with an accounting policy. 1.2 PRESENCE IN SIP From the IETF RFC 3856 ( A Presence Event Package for the Session Initiation Protocol (SIP) ): Presence is defined as the willingness and ability of a user to communicate with other users on the network. Presence management in SIP is just a particular application of the generic concept of subscription to events (RFC 3265). An user (the subscriber) subscribes to a particular event, related to another user (notifier) which is responsible to provide notifies for that event. In the case of Presence, the events to subscribe to are the changes in contacts (called presence entities, or presentities) status information. Tipically the contacts are the ones stored in the user s buddy list. The presentities that whish to push their presence information in the system become publishers, and can ask to be informed on who is willing to access to published information (watchers), and can also ask to know details about them (watcher info2), in order to apply authorization policies. 1 Activity detection software are available and diffused, and users can also set rules that modify their status on a time basis. 2 RFC The Presence Server - 4

5 Introduction The collector of the presence information, that processes subscribes and publishs, and send notifies, is the Presence Server. The actors in the system are: Presentity/Publisher Watcher/Subscriber Presence Server/Notifier Their interactions are schematically described in the following figure: Call Flow The following is an example of SIP signalling: The watcher sends a SUBSCRIBE request to the Presence Server, which verifies the authorizations and then accepts the request. As soon as the subscription is accepted, the Presence Server retrieves the most recent presentity status information and notifies it to the watcher. When the presentity, at any time, publishes a status change, the Presence Server stores it (updating or - The Presence Server - 5

6 Introduction overwriting the information previously stored) and notifies it (applying appropriate filtering policies) to the watcher that has subscribed to that presentity. Appendix A shows an example of SIP messages formatting PRESENCE PROCESSING IN HETEROGENEOUS ENVINRONMENTS The architecture seen until this point is focused on delivering presence information with the SIP protocol. The presence information can be stored, collected, correlated and distributed using other means or other protocols. Instead of using PUBLISH or NOTIFY requests, presence information can be stored and modified by accessing directly the Presence Server Data Base or memory, allowing non-sip entities to exchange data with SIP entities. For example, a Presence Server can interface, directly or not, with GSM networks, UMTS networks, the internet, etc. In a similar way, information collected by the SIP network can be notified and delivered with means of transport other than SIP, either standard methods (SMS, MMS, etc.) or proprietary methods. 1.4 PRESENCE-RELATED FEATURES Buddy lists When users in a presence system wish to receive status information from their contacts, they need to store and manage a large number of contact addresses. An useful feature for a Presence Server would be provide a space in which users can store their contact lists, allowing mobile terminals with limited memory capabilities to manage many contacts. This allows also the synchronization of user s contact list among its different devices. XCAP defines an application called resource-lists that deals with this issue Profiles Another interesting feature is the storage of user s profile. This allows a user to synchronize its personal detailed information among different devices or clients, and also makes it possible to create Finder services, like people search, address search, white pages, and so on. 3 For a detailed discussion, see RFC 3261, RFC 3265, RFC 3856, RFC The Presence Server - 6

7 2. THE PRESENCE SERVER SYSTEM 2.1 ARCHITECTURE The Presence Server here describer is part of an Application Server called PRESENZA. It is composed by several components, each one representing a different Service. These modules are interdependent: there will be an interfacing among them and among them and the external world. The interfaces should be as much as possible built on standard protocols. The following figure describes how the Presence Server interacts with users, with generic services (Application Server), and with an external AAA server AAA Server This Server manages users information needed for providing service access (at least and for example: UserID and Password). The AAA Server is available through the AAA Interface, and can be used by any module needing to authenticate, authorize or account for a user or a service. In order to complete the Presence Server as service enabler application, we ll provide an embedded AAA server. In this way the Service Provider will see Presenza as a black box able to accept user provisioning, and providing AAA features. - The Presence Server - 7

8 A Provisioning interface will be implemented: see Administration Interface chapter for further details. The product documentation MUST include a detailed description of the provisioning procedures, administration and customer care interfaces Application Server The aim of Presenza is to offer a generic presence-based service, not only correlated to specific presence protocols. For this reason we want to offer a generic customizable interface able to offer substantially the same functionalities provided in standard environments. An example of Application Server is a module that store profile information associated with users. Profiles can be shared, by means of any authorization policy. The sharing of profiles can allow the synchronization of information across different endpoints belonging to the same user, or can permit a Finder service to be provided (for example an user can search for users from a specific nation specified in the user profile that are currently online). In this document we don t focus on the services, but on the tools the Presence Server can offer to build such services. An interfacing protocol that we suggest is SOAP4, being enough generic but at the same time customizable and secure Presence Server The Presence Server is internally composed by several modules: Presence Agent SIP Proxy (not shown in the following figure) Authorization Rules Server Resource Lists Server 4 See for general information about SOAP. - The Presence Server - 8

9 (Authorization Rules Server and Resource Lists Server are showed together because they offer the same interface, resulting in a simpler diagram. They are actual different and independent modules.) Presence Agent The core module of the Presence Server is the Presence Agent. This module can provide the minimal presence service that is to accept watcher subscription, to accept publish requests and to generate appropriate notifies. This service will be provided in SIMPLE5. The Presence Agent will use an AAA Server to authenticate and authorize the users asking to access the presence service. The interface provided by the AAA Server is RADIUS. Presence services can be added or enhanced by interfacing the Presence Agent with other modules. For example, the Presence Agent will interact with Authorization Rules Server and Resource List Server through XCAP and SIMPLE (ua-profile event package). A further generic interface (SOAP) is provided to implement specific services that are not defined by standard means. 5 For SIMPLE and XCAP see: - The Presence Server - 9

10 2.1.5 SIP Proxy A routing element is needed inside the Presence Server. The motivation behind this integration is that the Presence Server must handle SIP signalling in an appropriate way, especially from the point of view fo the routing procedures. SIP signalling handling must be efficient and must require only a basic configuration effort: we choose to not implement these carachteristics inside the Presence Server core, but to embed a SER Proxy (in stateless mode no need for a dedicated DB). All the SIP signalling to and from the Presence Server core will flow through the SIP Proxy. The routing rules will be minimal, but in order to facilitate the configuration phase, a web tool will be provided. The product documentation must include a detailed description of configuration procedures, together with a FAQ session and troubleshooting information Authorization Rules Server Any entity with associated presence information (presentities) can configure a set of authorization rules used by the Presence Server to process status information notifications delivered to the subscribers. The authorization rules are defined through XCAP. XCAP provides an advanced methodology to reduce the bandwidth and processing load required to guarantee up-to-date information to all users (even the Presence Agent can be seen for some aspects simply as a user). See also XCAP-diff Resource Lists Server Resource Lists are SIP URI lists with an assigned identifier. The Resource List Server stores and provides Resource Lists through its XCAP interface. Users can store their Resource Lists, and the Presence Server can query for them and use them to provide the presence service. Combine a set of resource identifiers under a single identifier reduces the bandwidth and the processing load. Resource Lists may be contacts lists stored in the server to allow synchronization among different endpoints used by the same user. The Presence Agent dialogs with the Resource List Server in XCAP protocol. As in the case of Authorization Rules Server, XCAP-diff can be used to optimize bandwidth and processing load. 2.2 XCAP MODULES XCAP6 is a standardized way to use HTTP to store, retrieve and manipulate configuration and application data. XCAP defines the structure of the data store, and a framework for adding new configuration or application data types to this store. XCAP can be used to store any kind of configuration data. New types of data are added to the framework by defining XCAP Application Usages for them. A usage defines the structure of the data it contains (using XML schema) and the initial authorization policies for documents within that usage. Following is a list of applications defined within XCAP: resource-lists rls-services 6 draft-ietf-simple-xcap-08 - The Presence Server - 10

11 pres-rules pidf-manipulation policy-capabilities presence-policy-capabilities xcap-caps Since XCAP uses a client-server model, to implement the standard communication between the Presence Agent and another XCAP-based module, we need two different entities: an XCAP Client and an XCAP Server XCAP Client This module opens a HTTP/S link to the XCAP Server, to store (PUT), retrieve (GET) or delete (DELETE) XML documents. The XCAP Client is a C++ class that the Presence Agent instantiates and uses. The XCAP Client object hides all the protocol details to the Presence Agent that can use it to store, retrieve and delete XML documents. The main operations performed by the XCAP Client are: HTTP/S Link management Digest Authentication Support for PUT/GET/DELETE (the mechanism depends on the specific application) Up-to-date management - The Presence Server - 11

12 The set of methods provided by the XCAP Client are available for the entities that instantiate it. A partial list is: PutDocument EraseDocument GetDocument to be completed In order to guarantee that the handled XML documents can be always considered up to date, the XCAP Client implements a SIP SUBSCRIBE/NOTIFY mechanism with the XCAP Server. As soon as a subscribed document is refreshed, added or deleted, the XCAP Server informs the XCAP Client with a NOTIFY message XCAP Server The XCAP Server handles the HTTP/S connections required by the XCAP Clients, providing a service of XML documents storage. As described for the XCAP Client, this service allows an entity to store (PUT), retrieve (GET) and delete (DELETE) XML documents. The service provided includes these procedures: HTTP/S Links management Digest Authentication AAA RADIUS interface Support for PUT/GET/DELETE (the mechanism depends on the specific application) Up-to-date management XML Schema validation The XCAP Server implements a SIP SUBSCRIBE/NOTIFY mechanism: when a XCAP Client is interested in a particular XML document, it can subscribe that document, and the XCAP Server sends appropriate notifies anytime a subscribed document changes. Each user requesting for a service must be authenticated and authorized: this task is accomplished by the XCAP Server through a RADIUS connections with an AAA Server. The complete set of RADIUS requests must be specified. 2.3 AUTHENTICATION PRESENZA must verify that any user asking for a service has appropriate authentication credentials. AAM is the module that hides to PRESENZA the external AAA procedures and manages user authentication and authorization. Authentication is the procedure that verifies that the user has been previously provisioned (that is, inserted in the list of known users) and that its identity has been certified. Authorization is the procedure that verifies that the user is authorized to use the service it is asking for. In the following figures the AAM module will be shown apart from the Presence Server, but it is a Presence Server component. - The Presence Server - 12

13 2.3.1 Successful Authentication Failed Authentication Both authentication and authorization require that data is available through the AAM module, which interact with the users DB (typically associated with the domain the Presence Server is responsible for). 2.4 RADIUS AUTHENTICATION As described in the previous chapters, PRESENZA must authenticate all the incoming requests (SUBSCRIBE, NOTIFY, PUBBLISH): this is done through the Digest Authentication procedure7. Authentication credentials are delivered to PRESENZA within the requests, and PRESENZA interacts with a AAA Server in order to verify those credentials. The protocol used between PRESENZA and the AAA Server is RADIUS: PRESENZA behaves as a RADIUS client that requires an authentication procedure to a RADIUS server: see the sequence diagram in the following figure. 7 For Digest Authentication mechanism see IETF RFC 3261, The Presence Server - 13

14 UA Presenza + Radius Client RADIUS Server SUBSCRIBE/PUBLISH without Authorization header Digest Auth request SUBSCRIBE/PUBLISH with Authorization header Is Authorized? YES/NO 200 OK / 403 Forbidden SIP RADIUS PRESENZA instantiates a RADIUS client. This client derives from radiusclient-ng (v 0.5.1)8. The AAA Server is a FreeRadius Server9. RADIUS Extension The RADIUS protocol is not defined in a RFC, but several IETF drafts describing RADIUS and its extensions exist. PRESENZA implements the latest extension: draft-ietf-radext-digest-auth Appendix B provides a description of the parameters involved in the authentication procedure. 2.5 DOMAIN PROCESSING Typically a Presence Server is associated to a domain. This means that the Presence Server is responsible for users that validate inside that domain. If the Presence Server receives a request for a user belonging to a domain it is not responsible for, it can choose either to forward the request toward the user s domain, acting as a Proxy, or to reject the request. With the insertion of a SIP Proxy inside the system, the Presence Server doesn t need to behave as a Proxy: it can simply delegate all routing decisions to the SIP Proxy. 8 Further details available at 9 For a description of FreeRadius see The Presence Server - 14

15 2.6 SUBSCRIBE REQUESTS When the Presence Server receives SUBSCRIBE requests from a watcher, it replies according to its authorization rules and to the watched presentity status information. This is a behavioural model: If the presence status of the UA B is not available, the Presence Server will provide a default status value (the so-called Hard State, that can be provided from a user during the provisioning procedure). 2.7 NOTIFIES NOTIFY messages are generated and delivered by the Presence Server. When a change in a status information occurs (due to a PUBLISH or by other means), the Presence Server retrieves (through a request to the AAM module) the list of watchers that need to be notified. The status information (either global or partial) can be inserted in the NOTIFY body, or can be referenced using content indirection. 2.8 PUBLISH REQUESTS When a user wishes to inform its watchers about a status change, he delivers a PUBLISH message to the Presence Server. The Presence Server, after the authorization procedure, must distinguish among four different cases: # Operation Body? SIP-If-Match? Expires Value 1 Initial yes no > 0 2 Refresh no yes > 0 3 Modify yes yes > 0 4 Remove no Yes 0 - The Presence Server - 15

16 2.8.1 Initial The body must be extracted from the PUBLISH, and delivered to the AAM module which stores it. The subscription expire time must be contracted (see RFC 3903) and delivered inside the 200 OK response Refresh Status information is left unchanged, while the PUBLISH expire time is updated Modify It s similar to the Initial case, but the body must be stored and status information must be updated Remove User data must be removed from the Presence Server. For each of the cases above, an entity-tag must be created and delivered within the 200 OK response. A refreshing PUBLISH contains the entity-tag created in the previous 200 OK response. The Presence Server must create a new entity-tag which must be inserted in the 200 OK response to the refreshing PUBLISH. For each of the cases above, the Presence Server must create and deliver a NOTIFY containing the updated status information (or containing just a part of the status information, or by content indirection). 2.9 AAM INTERFACE Following is a summarize of the functions needed by the Presence Server to communicate with AAM module Authentication Request: AuthenticationRequest(userID) Responses: OK NO Error code - The Presence Server - 16

17 The authentication procedure (with Digest Authentication) is described in the following diagram (see RFC ): Authorization Request: AuthorizationRequest(userID, servicetype, userlist) Responses: OK NO Error code GetState Request: GetState(user) - The Presence Server - 17

18 Response: State Insert/UpdateState Request: UpdateState(user, state) Response: OK NO Error code DeleteState Request: DeleteState(user) Response: OK NO Error code Insert/UpdateWatcherList Request: UpdateWatcherList(watcher, watched) Response: OK NO Error code DeleteWatcherList Request: DeleteWatcherList(watcher) Response: - The Presence Server - 18

19 OK NO Error code GetWatcherList Request: GetWatcherList(watcher) Response: WatcherList 2.10 IMPLEMENTATION SUBSCRIBE Processing As soon as a subscription has been authorized, the author of the subscribe request is stored (in the local memory or in the DB) inside the SUBSCRIBETABLE table, where the following parameters are stored: Call-ID From-tag To-tag Watcher URI Watched URI Expires time The first three parameters identify the SIP dialog that is created after the 200 OK response to the SUBSCRIBE has been received11. The other parameters complete the information set required by the notification procedure. The following diagram shows the logical flow involved in a SUBSCRIBE/NOTIFY exchange, and how the watchers list is managed. 11 RFC 3265, 3.1 describes the standard behaviour for SUBSCRIBE processing. - The Presence Server - 19

20 PUBLISH Processing The publisher that pushes data into the presence system with PUBLISH requests are stored (in the local memory or in the DB) inside the PUBLISHTABLE table, containing the following parameters: Publisher UserID (in the form The publisher s presence document Presence document format type Expires time The following diagram shows the logical flow involved in a PUBLISH/NOTIFY exchange, and how the publishers list is managed: - The Presence Server - 20

21 2.11 AUTHORIZATION RULES SERVER Server Interface The presence server needs to use a presence authorization mechanism in order to make decisions about incoming subscriptions, and to get the suitable document based on the user the presence document is referred to, his status, the user who makes the request, and the current date/time. The authorization rules server (more properly referred as Policy Server), is responsible to: retrieve authorization information (through XCAP client); get the appropriate authorization policy to use in subscription management; get the appropriate transformation to apply to the presence document to match the given policy. inform the presence server that some authorization is changed, so a new authorization check is needed. A policy server instance must be instantiated into the presence server. The policy server interface to the presence agent consists of two class methods, the first one to retrieve actions, the other one to retrieve transformations. Moreover, the policy server will raise an event (OnPolicyChangedEvent) every time some policy changes, so that the presence agent may apply the policies again. - The Presence Server - 21

22 Server Behaviour The policy server is an object instantiated within a presence server that is used by the presence agent and communicates via XCAP to a XCAP server to retrieve the authorization policies. The policy server uses a XCAPDocument to hide the XCAP client interface and behaviour. In accordance to the presence rules IETF draft, the authorization policy server is interested on a set of presence documents, so that the set of rule set (to be merged by the policy server) can be retrieved giving to the XCAPDocument the parameters: XCAP Root (an identifier of the XCAP server, to be loaded from a configuration file); AUID (Application Unique ID): pres-rules ; XCAP User Identifier (the user URI) SOFTWARE ARCHITECTURE The Presence Server module is implemented by the PresenceServer class, which needs to both receive and send messages, and for this reason contains a PA member variable. PA implements the library interface for all the SIP messages that can be used in a presence system. PA informs the Presence Server when a SIP message (SUBSCRIBE, PUBLISH, MESSAGE, NOTITY, etc.) is received and allows the Presence Server to send a response or a notify. PA is an interface-class containing two member variables, one for the server part (request process and response delivery) and one for the client part (request delivery and response process): these are PAServer (extending ServerTransactionHandler) and PAClient (extending ClientTransactionHandler), respectively. PAServer implements subscription (RFC 3265 and 3856) and publish (RFC 3903) behaviours, and processes dialogs and automatic error responses. PAServer throws events (OnSubscribe, OnPublish, etc) that can be caught from the application that instantiated the PA object. Once the event has been captured, message processing can proceed. When processing a SUBSCRIBE request, the PA first needs to understand if it is a request that initiates a dialog, refreshes it or ends it. Then the PA acts consequently, adding, updating or removing the information about the watcher sending the SUBSCRIBE. In a similar fashion, PUBLISH requests will cause events to be captured from the application, and the publisher information to be added, updated or removed from the memory (or DB). Depending on the published data, the PA will deliver NOTIFYs towards the subscribers. A way to easily obtain server redundancy is to use a common permanent storage system, like a DB. The DB interface is implemented by the DBManager class, which is instantiated by the AAM object that provides the application interface for authentication, authorization and data storage. Due to its need to manage more concurrent requests, the PresenceServer class is an ActiveObject. - The Presence Server - 22

23 2.13 REDUNDANCY AND PERFORMANCE Load Performance is a characteristic that measures the number of messages that can be processed during an interval of time. It depends on the implementation choices, both internal (framework, data structures, etc.) and external (network architecture, clustering, etc.). Let s consider a simple structure (fig. 1): Figure 1 In this scenario, a single Presence Server manages all the requests from the UAs belonging to the same domain. The Presence Server needs to query the Users DB in order to: - The Presence Server - 23

24 Accomplish user authentication and authorization Store users status information Storing status information in a DB allows data persistance: if, for some reason, a Presence Server would crash, data associated to the current presence scenario will continue to be available to other new or previously existing Presence Server instances. The described architecture has the advantage of being simple, but has several limits: let s consider authentication and authorization phases. Each incoming SIP presence request (SUBSCRIBE and PUBLISH) received by the Presence Server must be authenticated, and one solution is for the Presence Server to read from the DB each time an authentication is needed. This procedure may become inefficient as the number of messages to be authenticated raises. Alternatively, the Presence Server could store locally all the data needed to authenticate messages delivered by a user. This means that only the first time a user sends a message that must be authenticated, the Presence Server will read from the DB12. Subsequent requests from the same user will be authenticated using local stored data. The data structure used for local storage could be a list or a map (with better searching performance). It is clear that the enhancement due to local storage depends on the rate of the incoming requests. Generally, we can make this assumption: - Small amount of data to process: local storage - Large amount of data to process: DB storage Redundancy A way to achieve load balancing is to redound the Presence Server. A classical architecture contains an LVS (Linux Virtual Server) that routes the messages toward the redundant Presence Servers (2 or more), either randomly or in round robin mode. See fig. 2. The LVS offer a single (virtual) interface to users. Architecture 1 This architecture implies that it is not possible to know in advance which instance of Presence Server will receive a message delivered to the LVS. If a single Presence Server (for example, PS-1) stores presence data information about a user, but it doesn t share those information with the other Presence Servers (for example, PS-2 and PS-3), it is obvious that subsequent messages - associated to that user that the LVS routes to PS-2 or PS-3, will be improperly processed. As a result, a redundancy system with LVS imposes a synchronization mechanism, both for authentication/authorization procedures and for presence data storage. 12 We must consider that authentication keys may vary during operations. - The Presence Server - 24

Request for Comments: 4579. August 2006

Request for Comments: 4579. August 2006 Network Working Group Request for Comments: 4579 BCP: 119 Category: Best Current Practice A. Johnston Avaya O. Levin Microsoft Corporation August 2006 Status of This Memo Session Initiation Protocol (SIP)

More information

3GPP TS 24.623 V8.1.0 (2008-09)

3GPP TS 24.623 V8.1.0 (2008-09) TS 24.623 V8.1.0 (2008-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Extensible Markup Language (XML) Configuration Access Protocol

More information

ETSI TS 124 423 V8.4.0 (2012-01)

ETSI TS 124 423 V8.4.0 (2012-01) TS 124 423 V8.4.0 (2012-01) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; TISPAN; PSTN/ISDN simulation services;

More information

Authentication and Authorisation for Integrated SIP Services in Heterogeneous Environments 1

Authentication and Authorisation for Integrated SIP Services in Heterogeneous Environments 1 Authentication and Authorisation for Integrated SIP Services in Heterogeneous Environments 1 Dorgham Sisalem, Jiri Kuthan Fraunhofer Institute for Open Communication Systems (FhG Fokus) Kaiserin-Augusta-Allee

More information

CHANGE REQUEST. 2 (GSM Phase 2) A (corresponds to a correction in an earlier release) R96 (Release 1996) B (addition of feature),

CHANGE REQUEST. 2 (GSM Phase 2) A (corresponds to a correction in an earlier release) R96 (Release 1996) B (addition of feature), TSG-CN Meeting #25 Palm Springs, USA. 8 th to 10 th September 2004. Tdoc NP-040427 revision of Tdoc N1-041566 in NP-040380 TSG-CN1 Meeting #35 Sophia Antipolis, France, 16-20 August 2004 Tdoc N1-04xxxx

More information

SIP Essentials Training

SIP Essentials Training SIP Essentials Training 5 Day Course Lecture & Labs COURSE DESCRIPTION Learn Session Initiation Protocol and important protocols related to SIP implementations. Thoroughly study the SIP protocol through

More information

Grandstream Networks, Inc. GXP2130/2140/2160 Auto-configuration Plug and Play

Grandstream Networks, Inc. GXP2130/2140/2160 Auto-configuration Plug and Play Grandstream Networks, Inc. GXP2130/2140/2160 Auto-configuration Plug and Play Introduction: This is a technical guide targeted to PBX developers that want to learn the different mechanisms that GXP2130/2140/2160

More information

Radius/LDAP authentication in open-source IP PBX

Radius/LDAP authentication in open-source IP PBX Radius/LDAP authentication in open-source IP PBX Ivan Capan, Marko Skomeršić Protenus d.o.o. Telecommunications & networking department Zrinskih i Frankopana 23, Varaždin, 42000, Croatia ivan.capan@protenus.com,

More information

BROADWORKS SIP ACCESS SIDE EXTENSIONS INTERFACE SPECIFICATIONS RELEASE 13.0. Version 1

BROADWORKS SIP ACCESS SIDE EXTENSIONS INTERFACE SPECIFICATIONS RELEASE 13.0. Version 1 BROADWORKS SIP ACCESS SIDE EXTENSIONS INTERFACE SPECIFICATIONS RELEASE 13.0 Version 1 BroadWorks Guide Copyright Notice Trademarks Copyright 2005 BroadSoft, Inc. All rights reserved. Any technical documentation

More information

Performance Measurement Tools for SIP Server. Samit Jain Columbia University, New York sj2195@cs.columbia.edu

Performance Measurement Tools for SIP Server. Samit Jain Columbia University, New York sj2195@cs.columbia.edu Performance Measurement Tools for SIP Server Samit Jain Columbia University, New York sj2195@cs.columbia.edu TABLE OF CONTENTS 1. ABSTRACT.. 3 2. INTRODUCTION..4 3. PERFORMANCE ISSUES..6 4. ARCHITECTURE..10

More information

Session Initiation Protocol

Session Initiation Protocol TECHNICAL OVERVIEW Session Initiation Protocol Author: James Wright, MSc This paper is a technical overview of the Session Initiation Protocol and is designed for IT professionals, managers, and architects

More information

Cisco Unified Presence Server 1.0

Cisco Unified Presence Server 1.0 Cisco Unified Presence Server 1.0 The Cisco Unified Presence Server is a critical component for delivering the full value of a Cisco Unified Communications environment. It collects information about a

More information

Integrating Avaya Aura Presence Services with Microsoft OCS

Integrating Avaya Aura Presence Services with Microsoft OCS Integrating Avaya Aura Presence Services with Microsoft OCS 6.1 Service Pack 5 December 2012 Contents Chapter 1: Introduction... 5 Overview - OCS/Lync integration... 5 The Presence Services server and

More information

Presence SIMPLE Architecture

Presence SIMPLE Architecture Presence SIMPLE Architecture Approved Version 1.1 27 Jun 2008 Open Mobile Alliance OMA-AD-Presence_SIMPLE-V1_1-20080627-A OMA-AD-Presence_SIMPLE-V1_1-20080627-A Page 2 (21) Use of this document is subject

More information

Anat Bremler-Barr Ronit Halachmi-Bekel Jussi Kangasharju Interdisciplinary center Herzliya Darmstadt University of Technology

Anat Bremler-Barr Ronit Halachmi-Bekel Jussi Kangasharju Interdisciplinary center Herzliya Darmstadt University of Technology Unregister Attack in SIP Anat Bremler-Barr Ronit Halachmi-Bekel Jussi Kangasharju Interdisciplinary center Herzliya Darmstadt University of Technology Unregister Attack We present a new VoIP Denial Of

More information

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference Architecture and Data Flow Overview BlackBerry Enterprise Service 10 721-08877-123 Version: Quick Reference Published: 2013-11-28 SWD-20131128130321045 Contents Key components of BlackBerry Enterprise

More information

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1.

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. WASv61_SIP_overview.ppt Page 1 of 27 This presentation will provide an overview of

More information

SIP: Protocol Overview

SIP: Protocol Overview SIP: Protocol Overview NOTICE 2001 RADVISION Ltd. All intellectual property rights in this publication are owned by RADVISION Ltd. and are protected by United States copyright laws, other applicable copyright

More information

3 The Network Architecture

3 The Network Architecture SIP-H323: a solution for interworking saving existing architecture G. De Marco 1, S. Loreto 2, G. Sorrentino 3, L. Veltri 3 1 University of Salerno - DIIIE- Via Ponte Don Melillo - 56126 Fisciano(Sa) Italy

More information

Application Notes for Configuring SIP Trunking between McLeodUSA SIP Trunking Solution and an Avaya IP Office Telephony Solution 1.

Application Notes for Configuring SIP Trunking between McLeodUSA SIP Trunking Solution and an Avaya IP Office Telephony Solution 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking between McLeodUSA SIP Trunking Solution and an Avaya IP Office Telephony Solution 1.0 Abstract These Application

More information

End-2-End QoS Provisioning in UMTS networks

End-2-End QoS Provisioning in UMTS networks End-2-End QoS Provisioning in UMTS networks Haibo Wang Devendra Prasad October 28, 2004 Contents 1 QoS Support from end-to-end viewpoint 3 1.1 UMTS IP Multimedia Subsystem (IMS)................... 3 1.1.1

More information

AV@ANZA Formación en Tecnologías Avanzadas

AV@ANZA Formación en Tecnologías Avanzadas SISTEMAS DE SEÑALIZACION SIP I & II (@-SIP1&2) Contenido 1. Why SIP? Gain an understanding of why SIP is a valuable protocol despite competing technologies like ISDN, SS7, H.323, MEGACO, SGCP, MGCP, and

More information

Session Initiation Protocol and Services

Session Initiation Protocol and Services Session Initiation Protocol and Services Harish Gokul Govindaraju School of Electrical Engineering, KTH Royal Institute of Technology, Haninge, Stockholm, Sweden Abstract This paper discusses about the

More information

NAT TCP SIP ALG Support

NAT TCP SIP ALG Support The feature allows embedded messages of the Session Initiation Protocol (SIP) passing through a device that is configured with Network Address Translation (NAT) to be translated and encoded back to the

More information

End Device Support for AAA in SIP Conferencing

End Device Support for AAA in SIP Conferencing End Device Support for AAA in SIP Conferencing Antti Poikela Helsinki University of Technology aspoikel@cc.hut.fi Abstract This study is a literature survey of current problems and solutions for authentication,

More information

Fanvil VoIP Auto Provison Standard

Fanvil VoIP Auto Provison Standard Fanvil VoIP Auto Provison Standard Version Author Date Remark 1.0 May 2012-1-11 I write the first fanvil VoIP auto provision standard according to the before auto provision and the new auto provision standard

More information

How To Configure. VoIP Survival. with. Broadsoft Remote Survival

How To Configure. VoIP Survival. with. Broadsoft Remote Survival How To Configure VoIP Survival with Broadsoft Remote Survival September, 2009 Ingate Systems Page: 1(6) Table of Content 1 Introduction...3 2 Network Setup...3 3 Configuration...3 3.1 Status...4 4 Log

More information

Unregister Attacks in SIP

Unregister Attacks in SIP Unregister Attacks in SIP Anat Bremler-Barr Ronit Halachmi-Bekel Interdisciplinary Center Herzliya Email: {bremler,halachmi.ronit}@idc.ac.il Jussi Kangasharju Darmstadt University of Technology jussi@tk.informatik.tu-darmstadt.de

More information

3.1 SESSION INITIATION PROTOCOL (SIP) OVERVIEW

3.1 SESSION INITIATION PROTOCOL (SIP) OVERVIEW 3.1 SESSION INITIATION PROTOCOL (SIP) OVERVIEW SIP is an application layer protocol that is used for establishing, modifying and terminating multimedia sessions in an Internet Protocol (IP) network. SIP

More information

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation 9236245 Issue 2EN Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia 9300 Configuring connection settings Legal Notice Copyright Nokia 2005. All rights reserved. Reproduction,

More information

XML Document Management Architecture

XML Document Management Architecture XML Document Management Architecture Candidate Version 2.0 02 Dec 2010 Open Mobile Alliance OMA-AD-XDM-V2_0-20101202-C OMA-AD-XDM-V2_0-20101202-C Page 2 (30) Use of this document is subject to all of the

More information

VoIP Server Reference

VoIP Server Reference IceWarp Server VoIP Server Reference Version 10 Printed on 12 August, 2009 i Contents VoIP Service 1 Introduction... 1 V10 New Features... 3 SIP REFER... 3 SIP Call Transfer Agent Settings... 3 NAT traversal

More information

Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i -

Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i - Design Document Offline Charging Server (Offline CS ) Version 1.0 - i - Document Scope Objective The information provided in this document specifies the design details of Operations of Offline Charging

More information

Software Requirements Specification. Schlumberger Scheduling Assistant. for. Version 0.2. Prepared by Design Team A. Rice University COMP410/539

Software Requirements Specification. Schlumberger Scheduling Assistant. for. Version 0.2. Prepared by Design Team A. Rice University COMP410/539 Software Requirements Specification for Schlumberger Scheduling Assistant Page 1 Software Requirements Specification for Schlumberger Scheduling Assistant Version 0.2 Prepared by Design Team A Rice University

More information

FOSDEM 2007 Brussels, Belgium. Daniel Pocock B.CompSc(Melbourne) www.readytechnology.co.uk

FOSDEM 2007 Brussels, Belgium. Daniel Pocock B.CompSc(Melbourne) www.readytechnology.co.uk Open Source VoIP on Debian FOSDEM 2007 Brussels, Belgium Daniel Pocock B.CompSc(Melbourne) www.readytechnology.co.uk Overview User expectations How it works Survey of available software Overview of resiprocate

More information

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note BlackBerry Enterprise Service 10 Secure Work Space for ios and Android Version: 10.1.1 Security Note Published: 2013-06-21 SWD-20130621110651069 Contents 1 About this guide...4 2 What is BlackBerry Enterprise

More information

Authentication, Authorization and Accounting (AAA) Protocols

Authentication, Authorization and Accounting (AAA) Protocols Authentication, Authorization and Accounting (AAA) Protocols Agententechnologien in der Telekommunikation Sommersemester 2009 Babak Shafieian babak.shafieian@dai-labor.de 10.06.2009 Agententechnologien

More information

This specification this document to get an official version of this User Network Interface Specification

This specification this document to get an official version of this User Network Interface Specification This specification describes the situation of the Proximus network and services. It will be subject to modifications for corrections or when the network or the services will be modified. Please take into

More information

For internal circulation of BSNL only

For internal circulation of BSNL only E1-E2 E2 CFA Session Initiation Protocol AGENDA Introduction to SIP Functions of SIP Components of SIP SIP Protocol Operation Basic SIP Operation Introduction to SIP SIP (Session Initiation Protocol) is

More information

AdvOSS Session Border Controller

AdvOSS Session Border Controller AdvOSS Session Border Controller Product Data Sheet Find latest copy of this document from http://www.advoss.com/pdf/advoss-sbc-productdatasheet.pdf Copyright AdvOSS.com, 2007-2011 All Rights Reserved

More information

1. Scope and objectives

1. Scope and objectives TSG SA WG3 Security S3-020093 February 25 February 28, 2002 Bristol, UK Agenda Item: 7.3 Source: Ericsson Title: A security framework for IMS utilising HTTP Digest Document for: Discussion and decision

More information

Kaldeera Workflow Designer 2010 User's Guide

Kaldeera Workflow Designer 2010 User's Guide Kaldeera Workflow Designer 2010 User's Guide Version 1.0 Generated May 18, 2011 Index 1 Chapter 1: Using Kaldeera Workflow Designer 2010... 3 1.1 Getting Started with Kaldeera... 3 1.2 Importing and exporting

More information

3GPP TS 29.161 V6.3.0 (2007-12)

3GPP TS 29.161 V6.3.0 (2007-12) TS 29.161 V6.3.0 (2007-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Interworking between the Public Land Mobile Network (PLMN)

More information

How to make free phone calls and influence people by the grugq

How to make free phone calls and influence people by the grugq VoIPhreaking How to make free phone calls and influence people by the grugq Agenda Introduction VoIP Overview Security Conclusion Voice over IP (VoIP) Good News Other News Cheap phone calls Explosive growth

More information

NTP VoIP Platform: A SIP VoIP Platform and Its Services

NTP VoIP Platform: A SIP VoIP Platform and Its Services NTP VoIP Platform: A SIP VoIP Platform and Its Services Speaker: Dr. Chai-Hien Gan National Chiao Tung University, Taiwan Email: chgan@csie.nctu.edu.tw Date: 2006/05/02 1 Outline Introduction NTP VoIP

More information

SHORT DESCRIPTION OF THE PROJECT...3 INTRODUCTION...4 MOTIVATION...4 Session Initiation Protocol (SIP)...5 Java Media Framework (JMF)...

SHORT DESCRIPTION OF THE PROJECT...3 INTRODUCTION...4 MOTIVATION...4 Session Initiation Protocol (SIP)...5 Java Media Framework (JMF)... VoIP Conference Server Evgeny Erlihman jenia.erlihman@gmail.com Roman Nassimov roman.nass@gmail.com Supervisor Edward Bortnikov ebortnik@tx.technion.ac.il Software Systems Lab Department of Electrical

More information

PPreferredID = "P-Preferred-Identity" HCOLON PPreferredID-value. *(COMMA PPreferredID-value)

PPreferredID = P-Preferred-Identity HCOLON PPreferredID-value. *(COMMA PPreferredID-value) This guide provides some enhancements of calling and connected line identification presentation supported on Yealink IP phones. Yealink IP phones support to derive calling and connected line identification

More information

MOHAMED EL-SHAER Teaching Assistant. Room C3 @: mohamed.el-shaer@guc.edu.eg. TASK Exercises Thu., Nov. 17, 2014 CONTENT

MOHAMED EL-SHAER Teaching Assistant. Room C3 @: mohamed.el-shaer@guc.edu.eg. TASK Exercises Thu., Nov. 17, 2014 CONTENT Room C3.221 Tel : +20 275 899 90-8, ext. 1376 Fax : +20 227 581 041 Mail: robil.daher@guc.edu.eg; robil.daher@ieee.org Room C3 @: mohamed.el-shaer@guc.edu.eg Faculty of Information Engineering and Technology

More information

SIP Introduction. Jan Janak

SIP Introduction. Jan Janak SIP Introduction Jan Janak SIP Introduction by Jan Janak Copyright 2003 FhG FOKUS A brief overview of SIP describing all important aspects of the Session Initiation Protocol. Table of Contents 1. SIP Introduction...

More information

Using RADIUS Agent for Transparent User Identification

Using RADIUS Agent for Transparent User Identification Using RADIUS Agent for Transparent User Identification Using RADIUS Agent Web Security Solutions Version 7.7, 7.8 Websense RADIUS Agent works together with the RADIUS server and RADIUS clients in your

More information

Basic Xten Pro Configuration

Basic Xten Pro Configuration Basic Xten Pro Configuration 1. Download and install Xten Lite. 2. Launch the Xten Lite client; click the Menu option just above the number 3 digit on the Xten keypad. 3. Double click on the System Settings

More information

The VoIP Vulnerability Scanner

The VoIP Vulnerability Scanner SiVuS (SiP Vulnerability Scanner) The VoIP Vulnerability Scanner User Guide v1.07 www.vopsecurity.org Contents 1 INTRODUCTION... 3 2 SIVUS FEATURES AND FUNCTIONALITY... 4 3 INSTALLATION... 5 4 OPERATION...

More information

Bridging the gap between peer-to-peer and conventional SIP networks

Bridging the gap between peer-to-peer and conventional SIP networks 1 Bridging the gap between peer-to-peer and conventional SIP networks Mosiuoa Tsietsi, Alfredo Terzoli, George Wells Department of Computer Science Grahamstown, South Africa Tel: +27 46 603 8291 hezekiah@rucus.ru.ac.za

More information

Session Initiation Protocol (SIP) 陳 懷 恩 博 士 助 理 教 授 兼 計 算 機 中 心 資 訊 網 路 組 組 長 國 立 宜 蘭 大 學 資 工 系 Email: wechen@niu.edu.tw TEL: 03-9357400 # 340

Session Initiation Protocol (SIP) 陳 懷 恩 博 士 助 理 教 授 兼 計 算 機 中 心 資 訊 網 路 組 組 長 國 立 宜 蘭 大 學 資 工 系 Email: wechen@niu.edu.tw TEL: 03-9357400 # 340 Session Initiation Protocol (SIP) 陳 懷 恩 博 士 助 理 教 授 兼 計 算 機 中 心 資 訊 網 路 組 組 長 國 立 宜 蘭 大 學 資 工 系 Email: wechen@niu.edu.tw TEL: 03-9357400 # 340 Outline Session Initiation Protocol SIP Extensions SIP Operation

More information

Telecommunication Services Engineering (TSE) Lab. Chapter V. SIP Technology For Value Added Services (VAS) in NGNs

Telecommunication Services Engineering (TSE) Lab. Chapter V. SIP Technology For Value Added Services (VAS) in NGNs Chapter V SIP Technology For Value Added Services (VAS) in NGNs http://users.encs.concordia.ca/~glitho/ Outline 1. SIP 2. SIP servlets 3. Examples of services that may be implemented with SIP technology

More information

Configuration Notes 283

Configuration Notes 283 Mediatrix 4400 Digital Gateway VoIP Trunking with a Legacy PBX June 21, 2011 Proprietary 2011 Media5 Corporation Table of Contents Table of Contents... 2 Introduction... 3 Mediatrix 4400 Digital Gateway

More information

Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway)

Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway) Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway) Deployment Guide Cisco VCS X8.1 D14651.08 August 2014 Contents Introduction 4 Example network deployment 5 Network

More information

Conferencing Using the IP Multimedia (IM) Core Network (CN) Subsystem

Conferencing Using the IP Multimedia (IM) Core Network (CN) Subsystem GPP X.S00-0 Version.0 Version Date: May 00 Conferencing Using the IP Multimedia (IM) Core Network (CN) Subsystem Revision: 0 COPYRIGHT GPP and its Organizational Partners claim copyright in this document

More information

Understand SIP trunk and registration in DWG gateway Version: 1.0 Dinstar Technologies Co., Ltd. Date: 2014. 09.29

Understand SIP trunk and registration in DWG gateway Version: 1.0 Dinstar Technologies Co., Ltd. Date: 2014. 09.29 Understand SIP trunk and registration in DWG gateway Version: 1.0 Dinstar Technologies Co., Ltd. Date: 2014. 09.29 http://www.dinstar.com 1 / 9 Contents Chapter 1: Authors and changes logs... 3 Chapter

More information

XML Document Management Requirements

XML Document Management Requirements XML Document Management Requirements Candidate Version 2.0 16 Sep 2008 Open Mobile Alliance OMA-RD-XDM-V2_0-20080916-C OMA-RD-XDM-V2_0-20080916-C Page 2 (39) Use of this document is subject to all of the

More information

Feature and Technical

Feature and Technical BlackBerry Mobile Voice System for SIP Gateways and the Avaya Aura Session Manager Version: 5.3 Feature and Technical Overview Published: 2013-06-19 SWD-20130619135120555 Contents 1 Overview...4 2 Features...5

More information

Device Feature Key Synchronization

Device Feature Key Synchronization Device Feature Key Synchronization Feature Description Release 14.sp2 Document Version 1.2 DeviceFeatureKeySynchronizationFD ExtraView Number 36498 9737 Washingtonian Boulevard, Suite 350 Gaithersburg,

More information

How To Configure Aastra Clearspan For Aastro (Turbos) And Bpb (Broadworks) On A Pc Or Macbook (Windows) On An Ipa (Windows Xp) On Pc Or Ipa/

How To Configure Aastra Clearspan For Aastro (Turbos) And Bpb (Broadworks) On A Pc Or Macbook (Windows) On An Ipa (Windows Xp) On Pc Or Ipa/ BroadSoft Partner Configuration Guide Aastra Clearspan TM April 2011 Document Version 1.4 2811 Internet Blvd. Frisco, TX 75034, U.S.A Tel: 469-365-3237 Fax: 469-365-3071 WWW.AASTRA.COM BroadWorks Guide

More information

Multimedia & Protocols in the Internet - Introduction to SIP

Multimedia & Protocols in the Internet - Introduction to SIP Information and Communication Networks Multimedia & Protocols in the Internet - Introduction to Siemens AG 2004 Bernard Hammer Siemens AG, München Presentation Outline Basics architecture Syntax Call flows

More information

Multimedia Communication in the Internet. SIP: Advanced Topics. Dorgham Sisalem, Sven Ehlert Mobile Integrated Services FhG FOKUS

Multimedia Communication in the Internet. SIP: Advanced Topics. Dorgham Sisalem, Sven Ehlert Mobile Integrated Services FhG FOKUS Multimedia Communication in the Internet SIP: Advanced Topics Dorgham Sisalem, Sven Ehlert Mobile Integrated Services FhG FOKUS SIP and NAT NAT Concept NAT = Network Address Translation Share one IP address

More information

Session Initiation Protocol (SIP) Chapter 5

Session Initiation Protocol (SIP) Chapter 5 Session Initiation Protocol (SIP) Chapter 5 Introduction A powerful alternative to H.323 More flexible, simpler Easier to implement Advanced features Better suited to the support of intelligent user devices

More information

Media Gateway Controller RTP

Media Gateway Controller RTP 1 Softswitch Architecture Interdomain protocols Application Server Media Gateway Controller SIP, Parlay, Jain Application specific Application Server Media Gateway Controller Signaling Gateway Sigtran

More information

Inter-domain Authentication and Authorization Mechanisms for Roaming SIP Users 1

Inter-domain Authentication and Authorization Mechanisms for Roaming SIP Users 1 Inter-domain Authentication and Authorization Mechanisms for Roaming SIP Users 1 Dorgham Sisalem Jiri Kuthan Fraunhofer Institute for Open Communication Systems (FhG Fokus) Kaiserin-Augusta-Allee 31, 10589

More information

SIP Trunking & Peering Operation Guide

SIP Trunking & Peering Operation Guide SIP Trunking & Peering Operation Guide For Samsung OfficeServ May 07, 2008 doc v2.1.0 Sungwoo Lee Senior Engineer sungwoo1769.lee@samsung.com OfficeServ Network Lab. Telecommunication Systems Division

More information

Authoring for System Center 2012 Operations Manager

Authoring for System Center 2012 Operations Manager Authoring for System Center 2012 Operations Manager Microsoft Corporation Published: November 1, 2013 Authors Byron Ricks Applies To System Center 2012 Operations Manager System Center 2012 Service Pack

More information

Emergency Services Interconnection Forum (ESIF) Emergency Services Messaging Interface Task Force ( Task Force 34 )

Emergency Services Interconnection Forum (ESIF) Emergency Services Messaging Interface Task Force ( Task Force 34 ) Emergency Services Interconnection Forum (ESIF) Emergency Services Messaging Interface Task Force ( Task Force 34 ) Contribution Title: Implementing ESMI with SIP and ESTP Contribution Number: Submission

More information

NAT Traversal for VoIP. Ai-Chun Pang Graduate Institute of Networking and Multimedia Dept. of Comp. Sci. and Info. Engr. National Taiwan University

NAT Traversal for VoIP. Ai-Chun Pang Graduate Institute of Networking and Multimedia Dept. of Comp. Sci. and Info. Engr. National Taiwan University NAT Traversal for VoIP Ai-Chun Pang Graduate Institute of Networking and Multimedia Dept. of Comp. Sci. and Info. Engr. National Taiwan University 1 What is NAT NAT - Network Address Translation RFC 3022

More information

Deploying F5 with Microsoft Active Directory Federation Services

Deploying F5 with Microsoft Active Directory Federation Services F5 Deployment Guide Deploying F5 with Microsoft Active Directory Federation Services This F5 deployment guide provides detailed information on how to deploy Microsoft Active Directory Federation Services

More information

Part II. Prof. Ai-Chun Pang Graduate Institute of Networking and Multimedia, Dept. of Comp. Sci. and Info. Engr., National Taiwan University

Part II. Prof. Ai-Chun Pang Graduate Institute of Networking and Multimedia, Dept. of Comp. Sci. and Info. Engr., National Taiwan University Session Initiation Protocol oco (SIP) Part II Prof. Ai-Chun Pang Graduate Institute of Networking and Multimedia, Dept. of Comp. Sci. and Info. Engr., National Taiwan University Email: acpang@csie.ntu.edu.tw

More information

HTTP 1.1 Web Server and Client

HTTP 1.1 Web Server and Client HTTP 1.1 Web Server and Client Finding Feature Information HTTP 1.1 Web Server and Client Last Updated: August 17, 2011 The HTTP 1.1 Web Server and Client feature provides a consistent interface for users

More information

SIP Trunking Quick Reference Document

SIP Trunking Quick Reference Document SIP Trunking Quick Reference Document Publication Information SAMSUNG TELECOMMUNICATIONS AMERICA reserves the right without prior notice to revise information in this publication for any reason. SAMSUNG

More information

Service Identifier Comparison module Service Rule Comparison module Favourite Application Server Reinvocation Management module

Service Identifier Comparison module Service Rule Comparison module Favourite Application Server Reinvocation Management module Service Broker for Managing Feature Interactions in IP Multimedia Subsystem Anahita Gouya, Noël Crespi {anahita.gouya, noel.crespi @int-evry.fr}, Institut National des télécommunications (GET-INT) Mobile

More information

MODELLING OF INTELLIGENCE IN INTERNET TELEPHONE SYSTEM

MODELLING OF INTELLIGENCE IN INTERNET TELEPHONE SYSTEM MODELLING OF INTELLIGENCE IN INTERNET TELEPHONE SYSTEM Evelina Nicolova Pencheva, Vessela Liubomirova Georgieva Department of telecommunications, Technical University of Sofia, 7 Kliment Ohridski St.,

More information

Setup Guide Access Manager 3.2 SP3

Setup Guide Access Manager 3.2 SP3 Setup Guide Access Manager 3.2 SP3 August 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

vcommander will use SSL and session-based authentication to secure REST web services.

vcommander will use SSL and session-based authentication to secure REST web services. vcommander REST API Draft Proposal v1.1 1. Client Authentication vcommander will use SSL and session-based authentication to secure REST web services. 1. All REST API calls must take place over HTTPS 2.

More information

Application Note. Onsight Connect Network Requirements v6.3

Application Note. Onsight Connect Network Requirements v6.3 Application Note Onsight Connect Network Requirements v6.3 APPLICATION NOTE... 1 ONSIGHT CONNECT NETWORK REQUIREMENTS V6.3... 1 1 ONSIGHT CONNECT SERVICE NETWORK REQUIREMENTS... 3 1.1 Onsight Connect Overview...

More information

Description of Microsoft Internet Information Services (IIS) 5.0 and

Description of Microsoft Internet Information Services (IIS) 5.0 and Page 1 of 10 Article ID: 318380 - Last Review: July 7, 2008 - Revision: 8.1 Description of Microsoft Internet Information Services (IIS) 5.0 and 6.0 status codes This article was previously published under

More information

Service Provider Considerations for Offering Presence Services with SIP. Supervisor: Professor Jörg Ott Instructor: Vesa Lahti, TDC Song Oy

Service Provider Considerations for Offering Presence Services with SIP. Supervisor: Professor Jörg Ott Instructor: Vesa Lahti, TDC Song Oy Service Provider Considerations for Offering Presence Services with SIP Pasi Lehto Supervisor: Professor Jörg Ott Instructor: Vesa Lahti, TDC Song Oy Agenda Introduction - Backgroud - Problem - Reseach

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Integrating a Hitachi IP5000 Wireless IP Phone

Integrating a Hitachi IP5000 Wireless IP Phone November, 2007 Avaya Quick Edition Integrating a Hitachi IP5000 Wireless IP Phone This application note explains how to configure the Hitachi IP5000 wireless IP telephone to connect with Avaya Quick Edition

More information

How To Guide. SIP Trunking Configuration Using the SIP Trunk Page

How To Guide. SIP Trunking Configuration Using the SIP Trunk Page How To Guide SIP Trunking Configuration Using the SIP Trunk Page For the Ingate SIParators and Firewalls using software release 4.9.2 or later. Updated to show features available from release 4.10.x May

More information

GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android

GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android GO!Enterprise MDM for Android, Version 3.x GO!Enterprise MDM for Android 1 Table of Contents GO!Enterprise MDM

More information

Publishing Reports in Tableau

Publishing Reports in Tableau Requesting Tableau System Access... 2 Terms and Definitions... 2 License Levels... 2 User Rights... 2 Permissions... 2 Viewer... 3 Interactor... 3 Editor... 3 Publisher... 3 Project Leader... 4 Custom...

More information

Location in SIP/IP Core (LOCSIP)

Location in SIP/IP Core (LOCSIP) in SIP/IP Core (LOCSIP) Conveyance with IMS: the OMA LOCSIP Service Enabler Mike Loushine / Don Lukacs Telcordia Applied Research 2009, Telcordia Technologies Inc. in SIP/IP Core (LOCSIP) Topics General

More information

Mobicents 2.0 The Open Source Communication Platform. DERUELLE Jean JBoss, by Red Hat 138

Mobicents 2.0 The Open Source Communication Platform. DERUELLE Jean JBoss, by Red Hat 138 Mobicents 2.0 The Open Source Communication Platform DERUELLE Jean JBoss, by Red Hat 138 AGENDA > VoIP Introduction > VoIP Basics > Mobicents 2.0 Overview SIP Servlets Server JAIN SLEE Server Media Server

More information

Using the Presence Technology for Mobile TV

Using the Presence Technology for Mobile TV Daniele ABBADESSA, Telemaco MELIA Abstract With the increasing development of 3G packet switched based networks, combined with the availability of advanced multi-mode terminals, a wide variety of new applications

More information

CA Spectrum and CA Embedded Entitlements Manager

CA Spectrum and CA Embedded Entitlements Manager CA Spectrum and CA Embedded Entitlements Manager Integration Guide CA Spectrum Release 9.4 - CA Embedded Entitlements Manager This Documentation, which includes embedded help systems and electronically

More information

Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia E70 Configuring connection settings Nokia E70 Configuring connection settings Legal Notice Copyright Nokia 2006. All

More information

OpenSIPS For Asterisk Users

OpenSIPS For Asterisk Users OpenSIPS For Asterisk Users Peter Kelly pkelly@gmail.com Peter Kelly / pkelly@gmail.com @p3k4y Who we are 3 Companies sitting on top of VoIP Network Localphone Retail ITSP offering (VoIP accounts, apps,

More information

Developing and Integrating Java Based SIP Client at Srce

Developing and Integrating Java Based SIP Client at Srce Developing and Integrating Java Based SIP Client at Srce Davor Jovanovi and Danijel Matek University Computing Centre, Zagreb, Croatia Davor.Jovanovic@srce.hr, Danijel.Matek@srce.hr Abstract. In order

More information

NGN NNI Signalling Profile

NGN NNI Signalling Profile / ATIS Workshop Next Generation Technology and Standardization NGN NNI Signalling Profile Takumi hba NTT Co-editor of Q.NNI_profile What is a signalling profile? o Purpose of signalling profile Higher

More information

DNS Update API November 15, 2006 Version 2.0.3

DNS Update API November 15, 2006 Version 2.0.3 DNS Update API November 15, 2006 Version 2.0.3 Dynamic Network Services, Inc. phone: +1-603-668-4998 1230 Elm Street, Fifth Floor fax: +1-603-668-6474 Manchester, NH 03101 www.dyndns.com Table of Contents

More information

Application Note. Onsight Connect Network Requirements V6.1

Application Note. Onsight Connect Network Requirements V6.1 Application Note Onsight Connect Network Requirements V6.1 1 ONSIGHT CONNECT SERVICE NETWORK REQUIREMENTS... 3 1.1 Onsight Connect Overview... 3 1.2 Onsight Connect Servers... 4 Onsight Connect Network

More information

Session Initiation Protocol Deployment in Ad-Hoc Networks: a Decentralized Approach

Session Initiation Protocol Deployment in Ad-Hoc Networks: a Decentralized Approach Session Initiation Protocol Deployment in Ad-Hoc Networks: a Decentralized Approach Simone Leggio, Jukka Manner, Antti Hulkkonen, Kimmo Raatikainen Department of Computer Science University of Helsinki,

More information

Technical Communication 1201 Norphonic emergency rugged telephone on Alcatel-Lucent OmniPCX Enterprise

Technical Communication 1201 Norphonic emergency rugged telephone on Alcatel-Lucent OmniPCX Enterprise Technical Communication 1201 Norphonic emergency rugged telephone on Alcatel-Lucent OmniPCX Enterprise This document describes configuration procedure for your Alcatel-Lucent OmniPCX Enterprise PBX in

More information