VoIP Interkonnektion Public Network-to-Network Interface

Size: px
Start display at page:

Download "VoIP Interkonnektion Public Network-to-Network Interface"

Transcription

1 VoIP Interkonnektion Public Network-to-Network Interface Ausgabedatum Ersetzt Version 2-0 Gültig ab Vertrag Vertrag betreffend Verbindung von VoIP Fernmeldeanlagen und -diensten Gültig ab /27

2 Table of Contents 1 Scope and Objectives VoIP Interconnection Reference Architecture Introduction Key Words Technical Principals Technical Specifications SIP Signaling Media and Other Payload Number Format / URI Structure Synchronisation and Clocking Services Quality of Service Billing Referenced Documents Abbreviations and Acronyms Gültig ab /27

3 1 Scope and Objectives The objective of this document is to provide a specification of the SIP Network-to-Network Interface (NNI) used between two SIP telephony service providers to exchange voice traffic. The scope of this document is to describe general parameters and procedures for basic call establishment, call control and a common set of telephony features. The functionality specified herein, covers the functional layers from the network layer of the NNI up to and including RTP and SIP. 2 VoIP Interconnection Reference Architecture 1 Introduction The Swisscom VoIP Interconnection architecture is built on the principal of individual point to point peerings (hereafter referred to as interconnection) with another Provider of Telecommunication Services (PTS). The architecture principals are close to the ITU-T Rec. Q.3401 and take benefits of the specifications made and described by the IETF Speermint Project (Draft Hancock) as well as the Technical Recommendations published by the International IP Interconnection Forum (i3 Forum). 2 Key Words This document uses the same key words as IETF drafts and RFCs when defining levels of requirements. In particular, the key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY" and OPTIONAL" are to be interpreted as described in BCP 14, RFC 2119 to indicate requirement levels for compliant SIP signaling interworking. Gültig ab /27

4 3 Technical Principals The NNI reference architecture consist of 4 physical IP Point of Interconnect (IP-POI) and 2 logical SIP Point of Interconnect (SIP-POI) as depicted by figure 1 below. Figure 1 Reference Architecture for VoIP Interconnection Public NNI 5. Each interconnection partner (PTS) can choose two IP-POIs where VoIP traffic is handed over. IP interconnection at more than two IP-POIs is subjected to bilateral agreements. Further details about the IP-POIs and the network connection can be found in the contract document Leistungsbeschreibung Netzdienste VoIP. Independent of the IP-POI, each interconnection partner MUST peer with the two Swisscom interconnection SBCs. Swisscom likewise expect to send traffic to two different interconnection SBCs in the PTS network. The interconnection SBC (border SBC) MUST be configured as B2BUA (Back-to-Back User Agent) for signaling and media termination. Interconnection SBCs SHALL be configured with a one-to-one association to each other. They SHALL NOT fail over to the other interconnection partner SBCs if reachability to the associated SBC has been lost. Instead, if the associated interconnection partner SBC becomes unavailable, the interconnection SBC SHALL crank back to its own core network which MUST then re-route via the second VoIP NNI path. This concept is intended to simplify the re-routing cases and avoid unnecessary post-dial delay. To achieve optimal load sharing and minimal service impact in the event of a major network outage, both SIP paths SHALL be equally used, hence the partner SHALL distribute traffic equally among both interconnection SBCs. Either path MUST support the full set of agreed services and (E.164) numbers. Each path SHALL be able to handle 100% of the agreed traffic even in the event of a single POI failure. Therefore, each path SHALL never be operated at more than 50% traffic load under normal conditions. This is true for the IP transit network as well as for the SIP sessions network and the interconnection SBCs. Further details concerning the dimensioning guidelines for VoIP interconnection, including the Gültig ab /27

5 maximum capacity utilization of an interconnection link, can be found in the contract document Handbuch Technik. 6. Figures 2 and 3 below depict the logic behind this concept; the two upper interconnection SBCs have a direct relation (association) with each other and the two lower interconnection SBCs also have a direct relation with each other. Figure 2 SIP Routing Concept Normal Condition 7. In the event of a POI failover, the interconnection SBC cranks back and the core network re-routes to the 2 nd interconnection SBC (figure 3 below). Figure 3 SIP Routing Concept Single POI Outage & Crankback As depicted by figure 4 below, inbound and outbound traffic SHALL be sent across different, logical SIP interfaces. Media traffic SHALL use a (at least 1) different IP-address than signaling traffic. All IPaddresses exposed by a single SBC SHALL reside in the same logical subnet. Therefore, each interconnection SBC MUST offer at least 4 public IP-addresses of a single, logical IP-subnet. As also shown in figure 4 below, the top-two blue and red SIP-interfaces are used for traffic from left Gültig ab /27

6 to right while the bottom blue and red Interfaces are used for traffic in the opposite direction. This way it is possible to properly control and monitor inbound and outbound traffic. Figure 4 Interconnection SBC Association and IP Addressing Scheme 10. Interconnection SBCs SHALL monitor partner interconnection SBCs using SIP OPTIONS as described later in this document. 3 Technical Specifications 1 SIP Signaling 5. IETF SIP (RFC 3261) is used as the base signaling protocol for VoIP Interconnection. For efficiency reasons, UDP SHALL be used as the default layer 4 transport protocol to carry SIP signaling packets. TCP fallback SHALL NOT be used across the NNI. Instead, interconnection SBCs SHALL insure that the MTU packet size does not exceed the maximum SIP-UDP transfer unit of 1500 bytes. Larger SIP packets MUST be fragmented by the interconnection SBCs. The network elements SHALL transmit the UDP packets from the SBC without further fragmentation, i.e. SHALL support the max. Ethernet frame size of 1518 bytes that is needed to include the header entries for MPLS and Queue-in-Queue. A SIP message length of up to 9k MUST be supported. A larger message length MAY be supported. If larger messages can not be supported, the peer SHALL respond with a 513 Message Too Large. Header compression (as described in RFC 2508 or RFC 3095) SHALL NOT be used in IP/UDP/TCP/RTP headers. SCTP (Stream Control Transmission Protocol) MUST NOT be used. ISUP headers and messages SHALL be mapped into the corresponding SIP headers and header values according to ITU-T Rec. Q SIP Methods Supported The following SIP messages MUST be supported by the interconnection SBCs: INVITE ACK CANCEL Gültig ab /27

7 BYE PRACK OPTIONS NOTE1 UPDATE NOTE2 NOT supported are the following SIP methods: REFER REGISTER SUBSCRIBE NOTIFY PUBLISH INFO MESSAGE The REQUIRE header SHALL NOT be used whenever possible. Instead, the SUPPORTED header SHALL be used identifying supported SIP extensions. If REQUIRE header must be sent by an interconnection partner for some reason, the receiving partner MAY reject the call with an appropriate reason code if the method is not supported in his network. Only extensions defined in a standard RFC track SHALL be used as specified in RFC 3261 [8.9]. Unless otherwise specified, all methods supported MUST be used as described in RFC 326 NOTE1 NOTE2 OPTIONS SHALL be used to probe reachability and availability of the VoIP Interconnection peers: periodic SIP OPTIONS messages SHALL be sent to the other party to check if the peer is still alive; after 3 unanswered messages, the peer SHALL be marked as out-of-service until the next positive response has been received. UPDATE MAY be used to refresh the SIP session as an alternative to Re-INVITE. 2 SIP Header Support The following SIP headers MUST (m) be supported both on the sending and receiving side: Allow [RFC 3261, chapter 20.5] Call-ID [RFC 3261, chapter 20.8] Contact [RFC 3261, chapter 20.10] Content-Length [RFC 3261, chapter 20.14] Content-Type [RFC 3261, chapter 20.15] CSeq [RFC 3261, chapter 20.16] From [RFC 3261, chapter 20.20] History-Info NOTE3 [RFC 4244, chapter 1] Max-Forwards NOTE4 [RFC 3261, chapter 20.22] P-Asserted-Identity NOTE5 [RFC 3325, chapter 9.1] P-Charging-Vector NOTE6 [RFC 3455, chapter 6] Privacy NOTE7 [RFC 3323, chapter 2] Gültig ab /27

8 Reason [RFC 3326, chapter 2] To [RFC 3261, chapter 20.39] Via [RFC 3261, chapter 20.42] The following SIP headers MAY (o) be supported, i.e. they MAY be received but can be ignored if the receiving side does not support them: Accept [RFC 3261, chapter 20.1] Alert-Info [RFC 3261, chapter 20.4] Content-Disposition [RFC 3261, chapter 20.11] Expires [RFC 3261, chapter 20.19] Info-Package [RFC 2976, chapter 4] MIME-Version [RFC 3261, chapter 20.24] Min-SE [RFC 4028, chapter 5] P-Early-Media [RFC 5009, chapter 9] RAck [RFC 3262, chapter 7.2] Record-Route [RFC 3261, chapter 20.30] Recv-Info [RFC 2976, chapter 5] Retry-After [RFC 3261, chapter 20.33] Route [RFC 3261, chapter 20.34] RSeq [RFC 3262, chapter 7.1] Session-Expires NOTE8 [RFC 4028, chapter 4] Supported [RFC 3261, chapter 20.37] Timestamp [RFC 3261, chapter 20.38] Unsupported [RFC 3261, chapter 20.40] User-Agent [RFC 3261, chapter 20.41] Warning [RFC 3261, chapter 20.43] The following SIP headers SHALL NOT (n/a) be used, i.e. neither sent nor received: Accept-Contact [RFC 3841, chapter 9.2] Accept-Encoding [RFC 3261, chapter 20.2] Accept-Language [RFC 3261, chapter 20.3] Allow-Events [RFC 3265, chapter 7.2] Authentication-Info [RFC 3261, chapter 20.6] Authorization [RFC 3261, chapter 20.7] Call-Info [RFC 3261, chapter 20.9] Content-Encoding [RFC 3261, chapter 20.12] Content-Language [RFC 3261, chapter 20.13] Date [RFC 3261, chapter 20.17] Error-Info [RFC 3261, chapter 20.18] Event [RFC 3265, chapter 7.1] Flow-Timer [RFC 5626, chapter 10] Geolocation [RFC 6442, chapter 1] Geolocation-Error [RFC 6442, chapter 4] Geolocation-Routing [RFC 6442, chapter 2] In-Reply-To [RFC 3261, chapter 20.21] Gültig ab /27

9 Join [RFC 3911, chapter 7.1] Min-Expires [RFC 3261, chapter 20.23] Organization [RFC 3261, chapter 20.25] P-Access-Network-Info [RFC 3455, chapter 4] P-Answer-state [RFC 4964, chapter 7.1] P-Asserted-Service [RFC 6050, chapter 1] P-Associated-URI [RFC 3455, chapter 5.1] P-Called-Party-ID [RFC 3455, chapter 2] P-Charging-Function-Addresses [RFC 3455, chapter 5] P-Media-Authorization [RFC 3313, chapter 5.1] P-Preferred-Identity [RFC 3325, chapter 9.2] P-Preferred-Service [RFC 6050, chapter 2] P-Profile-Key [RFC 5002, chapter 5] P-Served-User [RFC 5502, chapter 6] P-User-Database [RFC 4457, chapter 4] P-Visited-Network-ID [RFC 3455, chapter 3] Path [RFC 3327, chapter 4] Permission-Missing [RFC 5360, chapter 5.9.3] Priority [RFC 3261, chapter 20.26] Priv-Answer-Mode [RFC 5373, chapter 2] Proxy-Authenticate [RFC 3261, chapter 20.27] Proxy-Authorization [RFC 3261, chapter 20.28] Proxy-Require [RFC 3261, chapter 20.29] Referred-By [RFC 3892, chapter 3] Refer-Sub [RFC 4488, chapter 4] Refer-To [RFC 3515, chapter 1] Reject-Contact [RFC 3841, chapter 9.2] Replaces [RFC 3891, chapter 6.1] Reply-To [RFC 3261, chapter 20.31] Request-Disposition [RFC 3841, chapter 9.1] Require [RFC 3261, chapter 20.32] Security-Client [RFC 3329, chapter 2] Security-Server [RFC 3329, chapter 2] Security-Verify [RFC 3329, chapter 2] Server [RFC 3261, chapter 20.35] Service-Route [RFC 3608, chapter 5] SIP-ETag [RFC 3903, chapter 11] SIP-If-Match [RFC 3903, chapter 12] Subject [RFC 3261, chapter 20.36] Subscription-State [RFC 3265, chapter 7.3] Trigger-Consent [RFC 5360, chapter 5.12] WWW-Authenticate [RFC 3261, chapter 20.44] NOTE3 History-Info header as defined in RFC 4244 SHALL be used to reflect Call Deflection/Forwarding. Diversion header as described in the historic (obsolete) RFC 5806 MAY be used as well for Gültig ab /27

10 backward compatibility with older systems who have not yet depreciated the use of the Diversion header. If both headers are present in a single call, the History-Info header takes precedence over the Diversion header. If an interconnection partner chooses to perform interworking between Diversion and History-Info at the border of his network, RFC 6044 SHALL be used to do so. NOTE4 NOTE5 NOTE6 NOTE7 NOTE8 For SIP OPTIONS, if possible/supported by the partner interconnection SBC, the Max- Forwards header parameter SHALL be set to 0 to terminate SIP probing right at the ingress point. For all other SIP messages, the Max-Forwards header SHALL be left to the default value. Interconnection SBCs SHALL respond with a 200 OK or 483 Too Many Hops in case the hop count has been set to 0 by the partner interconnection SBC. SIP OPTIONS requests are specified in section 11 of RFC 326 P-Asserted-Identity: The transmission of a trusted identity in form of a calling party number in the SIP header field P-Asserted-Identity among interconnection partners is mandatory. The originating network SHALL ensure that the subscriber s information in the P-Asserted Identity (user part and host portion) are verified, screened and hence can uniquely be assigned to a certain subscriber. The P-Asserted-Identity header shall be set up by the originating network operator and SHALL be transmitted transparently through the networks. For calls originating from a circuit switched network, the P-Asserted-Identity header is set up in general from the interworking network. P-Charging-Vector: If not already created in the interconnection partner network, the interconnection partner SBC MAY generate and insert an ICID value along with its own IPaddress in the icid-generated-at field and the orig-ioi specifying the carriers origin domain. Already existing P-Charging information MAY be transparently sent by the interconnection SBCs. The Privacy header MUST be used as defined in RFC 3323 if a subscriber has requested privacy (CLIR). The Session-Expires header as per RFC 4028 SHALL be set to 1800 in all relevant SIP messages (INVITE, 200 OK). 3 SIP Response Codes Unless otherwise specified, SIP response codes SHALL be used according to RFC 326 In the context of the VoIP NNI, the following response codes SHALL be used for specific scenarios: If a number has been sent across the NNI which is not expected/agreed to be routed across the VoIP NNI, the terminating network SHALL respond with a 403 Forbidden and the originating network SHALL NOT repeat the request across the 2 nd VoIP NNI path. If the partner interconnection network can not support any of the offered codecs even though G.711 A-law has been specified as mandatory, it SHALL respond with a 415 Unsupported Media Type or a 488 Not Acceptable Here. If the partner interconnection network can not support a method requested (e.g. due to REQUIRE header), it SHALL respond with a 405 Method Not Allowed. Gültig ab /27

11 All other responses SHALL follow the intended purpose as described in RFC 326 The exact definition of proper SIP response codes MAY require adoption on a bilateral agreement. 4 SDP Requirements The SBC MUST support the SDP requirements defined in RFC If an interconnection SBC receives an SDP offer containing multiple media descriptors, it MUST act on the media descriptors and include all of them in the same order in the response, including non-zero ports and zero ports for the offered media according to its capabilities as specified in RFC 326 While a Content-Type of application/sdp MAY be appropriate for basic telephony calls, SIP MIME types along with a Content-Type of multipart/mixed MUST be supported across the NNI to support future services and functions such as emergency calls or other media types. If an interconnection partner does not support this within his network, he MAY decide to strip these messages at the interconnection SBC until support has been agreed and ratified in a future release of the VoIP Interconnection NNI described in this document. 5 Call Flow Scenarios The following call flow scenarios are in reference to the IETF Speermint Working Group Draft drafthancock-sip-interconnect-guidelines and have been used as the guiding principal for the VoIP Interconnection NNI. Where applicable, call flows have been adapted or removed to adopt to the VoIP Interconnection NNI. 5.1 Basic Call Setup This section describes the procedures required to establish a 2-way session for a basic voice call between two users. In this case it is assumed that no originating or terminating features are applied (no call blocking, forwarding, etc.), and that the called line is available to accept the call. Both, early- and delayed offer MUST be supported by the interconnection SBCs to setup a basic call as per RFC 326 In the case of an early offer (which is the preferred method over the VoIP Interconnection NNI), the originating SBC MUST include an SDP offer in the initial INVITE. Likewise, unreliable- and reliable call setup MUST be supported by the interconnection SBCs. However, SIP provisional acknowledgement (PRACK) as per RFC 3262 SHALL be used as the preferred method. In the case of PRACK, the terminating SBC MUST include an SDP answer in the first reliable response to INVITE. The terminating SBC MAY also include an SDP body in a non-reliable provisional 18x response to the INVITE. The SDP contained in a non-reliable 18x provisional response can be considered a "preview" of the actual SDP answer to be sent in the 200 OK to INVITE. The originating SBC can act on this "preview" SDP to establish an early media session. The terminating SBC MUST ensure that the "preview" SDP matches the actual SDP answer contained in the 200 OK response to INVITE. The SBC SHALL always set the SDP mode attribute in the initial offer/answer to "a=sendrecv". Setting the mode to "a=sendrecv" on the initial SDP offer/answer exchange avoids an additional SDP offer/answer exchange to update the mode to send-receive after the call is answered. This should help mitigate the problem of voice-clipping on answer. Gültig ab /27

12 Interconnection SBCs that advertise support for different but overlapping sets of codecs in the SDP offer/answer exchange for a given call SHALL negotiate a common codec for the call to avoid transcoding. Codec negotiation SHALL occur according to the RFC 3264 and RFC A minimal set of mandatory codecs are described later in this document. If no common codec can be agreed, the terminating SBC SHALL respond with a SIP 415 Unsupported Media Type or SIP 488 Not Acceptable Here. An SDP offer/answer exchange occurs within the context of a single dialog. Therefore, the requirement for matching SDPs in the provisional and final responses to INVITE applies only when the provisional and final response are in the same dialog. If the provisional and final response are on different dialogs (say, when the INVITE is forked), the requirement for matching SDPs does not apply. 5.2 Session Refresh If a SIP session is refreshed by sending a Re-INVITE and the SDP is identical to the SDP in the previous INVITE, the answerer SHALL NOT interpret this as a new offer and thus SHALL respond with the same SDP as the previous SDP from the answerer. If the answerer nevertheless responds with a different SDP (e.g. because the answerer deliberately wants to modify the characteristics of the session), then the offerer is strongly RECOMMENDED to forward the new SDP answer to the originating (calling) user agent. This behaviour should reduce the risk of asymmetric codec usage which ultimately may cause loss of end-to-end media. 5.3 Call Hold To avoid dropped calls or calls that can not be retrieved after Call Hold, Call Hold MUST be based on the RFC 3264 (Offer/Answer in SDP) method. The obsolete RFC 2543 using a null address (c=in IP ) MUST NOT be used at the NNI. The interconnection SBC (on behalf of the calling party) that wishes to place a media stream "on hold" MUST offer an updated SDP to its peer network with an attribute of "a=inactive" or "a=sendonly" in the media description block. An SBC that receives an SDP offer with an attribute of "a=inactive" in the media description block MUST place the media stream "on hold" and MUST answer with an updated SDP containing a media attribute of "a=inactive". It MUST NOT set the connection data of the answer SDP to c= Call Transfer A user can perform the various forms of Call Transfer (consultive transfer, blind transfer). SIP Re-INVITE is the supported method to be used for Call Transfer across the VoIP Interconnection NNI. The SIP REFER method according to RFC 3515 MUST NOT be used at the NNI. If the SIP REFER method is used within the partner network, the REFER MUST be interworked latest at the NNI into Re-INVITE. Call Transfer using Re-INVITE is based on the Call Hold model explained further above in this document. To transfer the call, the B-party (called party) puts the A-party (calling party) on hold using the method for Call Hold above and establishes a new call to party C. After the call between the B- and C-Parties is Gültig ab /27

13 5. established, the B-party modifies both call legs media information to connect A and C together while the B-party s proxy remains in the signaling path. Whenever possible, the media path SHALL be optimized by the originating SBC. 5.5 Call Diversion/Deflection If a user s endpoint is configured for Call Diversion and the forwarded destination is outside the originating network, then the forwarding proxy/sbc SHALL remain in the signaling path of the forwarded call in order to support separate billing of forward-from and forward-to legs. The History-Info header SHALL be used as defined in RFC 4244 to reflect call forwarding condition and detect call forwarding loops. A reason cause SHALL be presented if known. For backward compatibility reasons, the Diversion header as described in RFC 5806 MUST be supported as well. A partner interconnection SBC MAY apply interworking functions between the two methods as described in RFC CANCEL Message A CANCEL message MAY contain a reason header (RFC 3326) to indicate the reason for the CANCEL message. The interconnection SBC SHALL transparently transport this reason header. 5.7 Ringback Tone and Early Media During the call setup phase, while the originating network is waiting for the terminating network to answer the call, the originating line is either playing local ringback tone to the calling user or connected to a receive-only or bi-directional early-media session with the terminating network. For example, early media can be supplied by the terminating endpoint (e.g. custom ringback tone) while waiting for answer. During session establishment, an SBC MUST use the following procedures in the following paragraphs to control whether the originating line applies local ringback tone or establishes an early media session while waiting for the call to be answered. The terminating user (network node) MUST send the following provisional response to a call-initiating INVITE: a 180 (Alerting) response containing no SDP if the call scenario requires the originating network to apply local ringback tone, a 183 (Progressing) response containing SDP that describes the terminating media endpoint if the call scenario requires the originating network to establish an early-media session with the terminating media endpoint. The originating user (network node) MUST perform the following action on receipt of a provisional response to a call-initiating INVITE: on receiving a 180 (Ringing) response containing no SDP, apply local ringback tone, Gültig ab /27

14 5. 6. on receiving a 180 (Ringing) or 183 (Progressing) response containing SDP, establish an early media session with the media endpoint described by the SDP, on receiving any other provisional response (with or without SDP) do nothing (e.g. continue to apply local ringback tone if it was already being applied when response was received). The above complies with the emerging IETF Proposal RFC The use of the P-Early-Media header field as described in IETF RFC 5009 to control the flow of media in the early dialog state may be useful in any SIP network that is interconnected with other SIP networks, but the support by the partner network is OPTIONAL. 5.8 Early Media with Multiple Terminating Endpoints There are some call scenarios that require media sessions to be established (serially) between the originating user agent and one or more intermediate media endpoints before the call is connected to the final target called user agent. For example, the terminating network can insert a media server in the call to interact with the calling user in some way (e.g. to collect a blocking-override PIN) before offering the call to the called user. Another case occurs when the called user fails to answer within an allotted time and the call is redirected to voic , or forwarded to another user via Call Forwarding Don't Answer (CFDA). These different cases can be combined in the same call. For each terminating media endpoint that is associated with a call before the call is answered, the terminating network must decide whether to establish an early media session or apply ringback tone at the originating user agent. For example, consider the case where the called user has call blocking with PIN override, and CFDA. First, an early-media session is established with the call-blocking server to collect the PIN, next the originating user agent is instructed to play local ringback tone while waiting for the called user to answer, and finally an early media session is established with the forward-to party to play custom ringback tone. 5.9 Forking the INVITE Forking is a mechanism for supporting multiple terminating media endpoints before answer. For each terminating media endpoint that requires an early media session to be established with the originating media endpoint, the terminating SBC MUST signal the attributes of the terminating media endpoint to the originating SBC within the SDP of a 183 (Progressing) response. The terminating SBC MUST ensure that 18x responses containing different SDP copies are not sent within the same dialog. The terminating SBC does this by specifying a different To: tag for each provisional response that contains a unique SDP, as if the INVITE had been sequentially forked. The originating SBC MUST honour the most recently received 18x response to INVITE, based on the procedures defined above in the Basic Call section Calling Name and Number Delivery (with Privacy support) An originating SBC MUST pass the network-provided, verified number of the originating user in the P- Asserted-Identity (PAI) header of dialog-initiating requests. The calling number is contained in the telephone-subscriber syntax form of the SIP URI, containing an E.164 number as described in the SIP URI format section of this document. Gültig ab /27

15 5. In addition to the above mentioned PAI header, a second PAI header containing the tel URI (Telephone number URI) MAY be present (as described in RFC 3325 chapter 9.1). The originating SBC SHOULD also pass the calling number in the From header, which generally contains the originating user identity to be presented to the called user. The number in the From header MAY be user-provided and unverified to support Special Arrangement. Delivery of the calling name as part of the Display-Info header is OPTIONAL and the support by the terminating endpoint is equally OPTIONAL. The calling name is contained in the display-name component of the P-Asserted-Identity header or From Header. Privacy (CLIR) MUST be signaled by the originating user indicated by the Privacy header containing the value id as specified in RFC 3323 and RFC Both SBC s MUST honour and transparently pass the privacy settings as requested. Swisscom does not support and honour the values user or critical for the Privacy header. In addition and if not already properly set by the originating user, the originating SBC SHALL obscure the identity of the originating user in other headers as follows: Set the identity information in the 'From' header to "Anonymous using the following URI Syntax : sip:anonymous@anonymous.invalid", Obscure any information from the Call-ID and Contact headers, such as the originating FQDN (Fully Qualified Domain Name), that could provide a hint to the originating user's identity In cases where privacy is requested by the originating user indicated by a SIP identity equal to sip:anonymous@anonymous.invalid" in the From header but not properly indicated in the Privacy header as explained above, the originating SBC SHALL insert the proper Privacy header containing the value id on behalf of the originating user. If privacy (CLIR) is signaled by the originating user as described above, the identity of the originating user SHALL NOT be presented to the terminating user by the terminating network. Beside the common headers like From and PAI, also other SIP elements (e.g. Call-ID and Contact headers) indicating the identity of the originating user SHALL be obscured Detecting Call Forwarding Loops Partner network nodes and/or interconnection SBCs MUST be able to detect call forwarding loops. A call forwarding loop is defined to be the scenario that occurs when a targeted subscriber for a call routes or forwards the call to another destination. If the forwarded-to destination also has call forwarding configured or a misconfigured routing table exists, the call can forward back (directly or indirectly) to the original targeted subscriber. When a loop is detected, the network that performs the detection MUST reject the call. In the context of VoIP Interconnection, interconnection SBCs MUST support a configurable limit on the number of times an individual call may be subject to forwarding. If the number of forwarding attempts for a single call exceeds this limit, the SBC MUST reject the call. Loop detection can occur in various ways and is lacking on proper standardisation. Hereafter and in the context of VoIP Interconnection, three methods are described how interconnection partners can detect Gültig ab /27

16 loops Method 1: As a minimum, every interconnection partner SBC (or network) MUST support the basic loop detection built-in based on the Max-Forward Header as specified in RFC 326 Partner SIP Application Servers and partner interconnection SBCs MUST therefore support the Max-Forward Header and MUST NOT reset the value to a new upper limit while a call is in transit. Instead, each SIP node MUST decrement the Hop-Count by one (1) as defined in the RFC. When the Max-Forward counter reaches a value of zero (0), the next node MUST respond back with a 483 Too Many Hops and the call MUST be cancelled. Problems may occur if an intermediate node does not support SIP and protocol conversion in TDM (e.g. ISUP) or H.323 occurs. In that case, Hop-based loop prevention is not possible. Method 2: Additionally, a SBC MAY detect call forwarding loops and limit the number of times a call is forwarded by supporting the History-Info header field as defined in RFC 4244, and by analysing the History-Info entries as described in this section. If the SBC supports the prevention of forwarding loops via analysis of the History-Info header present in the INVITE, then it MUST compare the forward-to address with the set of targeted-to URI (hi-targeted-to-uri) entries from the History-Info header. If there is a match then a loop has occurred. If no History-Info header is present then it is not possible to perform loop detection via this mechanism. If an SBC supports the prevention of forwarding loops by enforcing a maximum number of forwarding attempts, then it MUST calculate the number of forwarding attempts by counting the number of entries in the History-Info header that were added due to call forwarding (i.e. entries containing a nested Reason header which includes a protocol-cause parameter and a reason-text parameter that indicate the call was forwarded. If no History-Info header is present then it is not possible to determine the number of forwarding attempts via this mechanism. Method 3: Finally, loop prevention may occur, based on the Via header analysis. Every SBC (SIP proxy) adds himself in the Via header. If a node detects his own IP-address in a previous Via header entry, a loop may have occurred. If a loop has been detected by method 2 (History-Info header) or method 3 (Via header), the partner SBC SHALL respond with a 482 Loop Detected. 2 Media and Other Payload Media traffic is carried using the RTP protocol as specified in the IETF RFC RTCP (RTP Control Protocol) SHALL be used along with RTP for each media session carried across the NNI. RTP MUST be transported using UDP/IP. SRTP (Secure Real-time Transport Protocol) MUST NOT be used. 1 Audio Codecs G.711 A-law with 20m packetisation SHALL be used among all interconnection partners as a base codec for VoIP calls across the NNI and MUST be offered in the SDP negotiation in every basic telephony call. Further codecs MAY be offered by the partner network in the SDP offer but the support by the partner network is OPTIONAL. Payload Types (PT) used MUST comply with RFC 3551 (chapter 6). Dynamic payload SHALL NOT be used for standard codecs unless explicitly foreseen in the codec standards reference documentation. Gültig ab /27

17 5. 6. Voice Activity Detection (VAD) SHALL NOT be used unless mandatory by the codec profile. Asymmetric packetisation MAY be used for all none-mandatory codecs (all except G.711 A-law), but the support by the partner network is OPTIONAL. Calls MAY be rejected with an appropriate response (415, 488, ) if the partner network can not support asymmetric packetisation. If transcoding or transrating is required, it is in the responsibility of the terminating network. 2 Video Codecs Video codecs (active or inactive) MAY be offered in an INVITE. The support by the other network or endpoints, however, is OPTIONAL. To signal no support for Video, the other party MUST indicate this by setting the port number in the corresponding stream to zero as per RFC 3264 section 6. Swisscom currently does not support Video Calling. 3 DTMF It is strongly RECOMMENDED to transmit DTMF digits according to the IETF RFC 4733, or its predecessor RFC 2833 if compatible to RFC 473 In cases where compressed audio codecs (e.g. G.722) are being offered, the aforementioned RFC method MUST be used to transmit DTMF digits. In cases where DTMF tones are transmitted in-band in a G.711 RTP Stream, it is transparent to the network. A proper DTMF transmission can however not be guaranteed end-to-end. An SDP offer with no telephone-event codec included MUST NOT be rejected for this reason, unless DTMF transmission is absolutely necessary for the session. Out-of-band transmission of DTMF digits with SIP INFO or SIP NOTIFY MUST NOT be used across the NNI. 3 Number Format / URI Structure A Number is a string of decimal digits that uniquely indicates the network termination point (hereafter called dial string). The dial string contains the information necessary to route the call to this point. Over-decadic Numbers MUST NOT be used. A dial string may include only the following characters: 0-9,*,# ( # character is represented as %23, based on RFC 2396). Dial string is expressed in the User-URI portion of the SIP URI according to RFC A Name is a string of characters acting as a more readable alias for a given Number. It MAY be presented to the terminating user depending on the target system. Characters used for Name strings SHALL use the ISO character set in UTF-8 encoding (RFC 2279). 1 Operator Number Portability (ONP) ONP MUST also be supported on the VoIP Interconnection NNI. The mechanism used to route ported numbers between operators in today s TDM (ISUP) network is described in the TelDaS Technical specification for Number Portability in fixed networks. The main attribute behind the concept remains the Number Portability Routing Number (NPRN), which is in essence a 5 digit routing prefix assigned to operators by the OFCOM. Gültig ab /27

18 5. A network operator may use the NPRN internally within his own network to perform proper billing and routing. For calls to non-ported numbers, the NPRN SHALL be removed by the originating network operator at the network boundary (egress interconnection SBC). It is in the responsibility of the terminating network operator to perform an All Call Query (ACQ) at the ingress interconnection SBC and insert the NPRN in a local network specific element of choice if he requires to use the NPRN to perform proper billing and routing within his own network. 6. Unless otherwise agreed between the two interconnection partners, for calls to ported numbers the NPRN SHALL be sent by the originating network operator as a 5-digit prefix in front of the National Significant Number (NSN) (i.e. sip:nprn-nsn or sip:+41-nprn-nsn). 2 SIP URI Addressing Scheme Numbering and addressing scheme used by the SBC SHALL be E.164-based and follow the format defined in RFC 3966 (chapter 5.4 Global Number format). These numbers MUST be expressed using SIP URI. Tel URI (Telephone number URI) is NOT supported for routing. The SIP URI SHALL conform to IETF RFC In order to setup a call, the telephone number used in the SIP URI SHALL be a valid E.164 number preceded by the + character and the user parameter value "phone" SHOULD be present as described in RFC 3261 section 19. If an interconnection partner network uses international numbers without the leading + sign (such as sip: ) internally within its network, it MUST prefix the number with a + at the egress interconnection SBC to comply with RFC Likewise, an interconnection partner MAY strip the + at his ingress SBC if he does not wish to see the + within his own network. If an interconnection partner network requires to obtain the NPRN for ported numbers, numbers MAY be sent prefixed with the corresponding NPRN either in national format or global number format. If sent in global number format, the Swiss country code (+41) MUST be sent in front of the NPRN to avoid potential overlap with country codes (+CC) matching certain NPRN prefixes. The host portion of the SIP URI can either be an IPv4 address or a domain name, as agreed bilaterally between the two interconnection partners (see also following examples and footnotes). Examples of a valid SIP URI are: sip: @xxx.xxx.xxx.xxx;user=phone NOTE9 sip: @domain.com;user=phone NOTE10 sip:anonymous@anonymous.invalid; NOTE11 sip: NPRN @domain.com;user=phone NOTE12 sip:+41 NPRN @xxx.xxx.xxx.xxx.;user=phone NOTE12 7. Examples of invalid SIP URI are: sip: @domain.com; sip: @domain.com;user=phone Gültig ab /27

19 NOTE9 NOTE10 NOTE11 NOTE12 xxx.xxx.xxx.xxx = represents a valid IPv4 address and SHALL be the public IP-address of the originating or Interconnection SBC interface, depending on the SIP header (e.g. R-URI, From, To, PAI). domain.com represents the domain name that matches the corresponding SIP domain of the originating or the terminating network (depending on the header) and is subject to bilateral interconnection agreement. In the PAI header, domain.com SHALL reflect the origin domain of the calling-party if applicable. This format is only valid for a calling party number. This format is only valid for a called party number. 4 Synchronisation and Clocking Both Parties MUST make sure their core network equipment is properly clocked and synchronised as recommended by the ITU-T and described in the various G.8xx standards. since IP-based equipment can not use the same clock synchronisation concept as TDM based networks, it is important pure VoIP devices such as the interconnection SBCs use a highly precise clock source to reduce slips and other clocking issues in VoIP transmission. Proper clocking is also important to insure billing consistency. All interconnection SBCs and other involved VoIP devices MUST be synchronised against a stable Stratum 1 time server. 5 Services 5.1 Supplementary Services The following basic telephony or supplementary services are supported across the NNI. Please note that services with a local network relevance only (i.e. UNI services) are not explicitly listed here. Caller ID Presentation (CLIP) Caller ID Restriction (CLIR) Call Hold (HOLD) Call Transfer Consultive (CTC) Call Transfer Blind (CTB) Call Deflection / Call Forwarding (CD / CF) Call Waiting (CW) Three Party conference (3PTY) 5.2 Facsimile To enable sending and receiving faxes over the NNI, the following modes are supported with Best Gültig ab /27

20 Effort: T.38 Fax Relay (Version 0) according to ITU-T Rec. T.38 Pass through It is up to the A- and B-party to negotiate the appropriate transport. Standard G3 Group facsimile MUST be supported. ITU-T Rec. V.34 Group 3 MUST be supported up to 7 200bps. Higher speeds MAY be supported and are subject of bilateral testing. In pass through mode, fax is transmitted in-band as voice payload through a normal VoIP call using the G.711 A-law voice codec. VAD SHALL be disabled and jitter buffer SHALL allow for larger values (>80ms) to avoid dropped calls. Fax pass-through mode SHALL be used with the following guiding principles: G.711 A-law, 20ms packetisation, no VAD. In T.38 mode, the following stack SHALL be used: IFT (Internet Facsimile Transfer) for T.30 media UDPTL (facsimile UDP Transport Layer). It is RECOMMENDED that all SIP devices that support both modes for fax transmission, support fallback to G.71 The Swisscom SIP devices support either G.711 only or both T.38 and G.711 for fax transmission. All Swisscom SIP devices that support both modes for fax transmission, support fallback to G.71 Transcoding between the two modes SHALL NOT be used, unless the service provider is using SIP devices supporting T.38 only. 5.3 Data Services (Modem) Data services (modem data) across the NNI are carried at best effort and cannot be guaranteed. Modem Traffic SHALL be transmitted in-band as voice payload using the G.711 A-law voice codec. This technique is often referred to as Voice Band Data (VBD). ITU-T Rec. V Data-Relay MUST NOT be used. 6 Quality of Service Quality of Service parameters together with the relevant measurement points MUST be agreed at the NNI interface. The following parameter is relevant to the transport layer: round-trip delay time (RTD) The following parameters are relevant to the service layer: ALOC ASR NER PGRD Gültig ab /27

21 The following parameter is relevant to the call attributes: CLI transparency 6.1 Transport Layer QoS ITU-T Rec. G.114 defines a maximum of 150ms one-way delay for any given call and a total delay budget of 400ms. Therefore, any given national call SHALL NOT exceed the above values for calls originated and terminated between two partner networks. A more reasonable value for calls originated and terminated between two interconnection partner networks, assuming both parties are located within the Swiss network boundaries (i.e. not software abroad), is an RTD of 45ms. It should be noted that actual performance across the NNI and the interconnection partner IP backbone could be even better. In the context of the NNI specification, RTD is the total time that it takes to transmit an IP packet from a given source (phone/gateway) in the partner network to the destination (phone/gateway) in the other partner s network and receive the reply packet from the same destination at the origin source. A best practice for a more accurate RTD for International calls has been defined by the GSMA in the IR.34 reference document and SHALL be used as a reference for transit- and international calls carried across the NNI. 6.2 Service Layer QoS The following service layer KPIs have been taken from the i3 Forum interconnect proposal and are essentially translations from the old SS7 TDM world. However, SIP is a more flexible protocol and has a wider range of response messages. Accordingly, IETF has defined a set of new KPIs described in the IETF draft draft-ietf-pmol-sip-perf-metrics-xx.txt. Due to lack of standardisation and missing implementation, however, legacy TDM KPIs have currently been chosen for VoIP Interconnection. 6.1 ALOC The Average Length of Conversation (ALOC) expresses the average time in seconds of conversations for all the calls successfully set up in a given period of time. In a TDM environment ALOC has been defined in ITU-T Rec. E.437 with the following formula: ALOC = [Time periods between sending answer and release messages / Total number of answers] In the context of the SIP NNI and for the purpose of this document, ALOC is defined as follows: ALOC is measured from the time of SIP message 200 OK (in response to an INVITE initiating a dialog) to the time of call release (SIP BYE message). 6.2 ASR Answer Seizure Ratio (ASR) expresses the ratio of the number of calls effectively answered in a given period of time against the number of call session requests in that time. In a TDM environment, ASR has been defined in ITU-T Rec. E.411 [62] with the following formula: ASR = [Seizures resulting in answer signal / Total seizures] Gültig ab /27

22 In the context of the SIP NNI and for the purpose of this document, ASR is defined as follows: ASR is the ratio between the number of received 200 OK SIP messages (in response to an INVITE initiating a dialog) and the number of sent INVITE initiating a dialog. 6.3 NER Network Efficiency Ratio (NER) expresses the ability of a network to deliver a call without taking into account user interferences (measure of network performance) in a given period of time. In a TDM environment, NER has been defined in ITU-T Rec. E.425 released in 2002 with the following formula: NER= [Answer message or user failure / Total seizures] In the context of the SIP NNI and for the purpose of this document, NER is defined as follows: NER is the ratio of the number of received responses amongst the following responses, with the number of sent INVITE initiating a dialog: a 200 OK response to an initial INVITE or a BYE response or a 3xx response or a 404, 406, 410, 433, 480, 483, 484, 485, 486 or 488 response a 600, 603 or 606 response a CANCEL message (in forward direction i.e. from the calling party) Note that 403 is not included because it is categorized as both Network and User events. 6.4 PGRD Post Gateway Ringing Delay (PGRD) expresses the time elapsed between a request for a call setup and the alerting signal for that call. In a VoIP environment, and for the purpose of this document, PGRD is defined as follows: The PGRD is the elapsed time after INVITE until media is available to the remote device. It can be calculated with the average time between sending an INVITE initiating a dialog and the first received message of the following SIP responses: 180 resulting in local ringing at the remote device. The first 200 OK without preceding 180 or 183, resulting in the call/session being answered. 183 with SDP and if there is no 180, resulting in media being available from the far end to the remote device. The media from the far end to the remote device will typically be ringing, but there are scenarios where the media would be either a tone or an announcement. 7 Billing Since signaling delay in a VoIP network, and especially if TDM Interworking is involved, can be more lengthy compared to a legacy TDM backbone using SS7 ISUP, it is RECOMMENDED that interconnection billing CDRs are taken by both parties from their respective interconnection SBCs to insure the least discrepancy in call duration values. Trigger point for a successful call and hence starting point for billing SHALL be the 200 OK SIP message sent by the interconnection SBC (in response to an INVITE initiating a dialog). The billing SHALL end at call release (SIP BYE message sent be either party). Gültig ab /27

23 Call setup MUST be cancelled latest after 4 minutes as per ITU-T Rec. Q.118 Abnormal Conditions Special Release. The IMS Charging Identity (ICID) carried in the P-Charging-Vector MAY be used for billing correlation between the two parties, unless missing in CDR due to certain call flows or for other reasons. 4 Referenced Documents Reference Title E.164 ITU-T Recommendation E.164 (11/2010) The international public telecommunication numbering plan E.411 ITU-T Recommendation E.411 (03/2000) International network management Operational guidance E.425 ITU-T Recommendation E.425 (03/2002) Internal automatic observations E.437 ITU-T Recommendation E.437 (05/99) Comparative metrics for network performance management G.114 ITU-T Recommendation G.114 (05/2003) One-way transmission time Q.118 ITU-T Recommendation Q.118 (09/97) Abnormal conditions Special release arrangements Q.1915 ITU-T Recommendation Q.1915 (03/2004) Interworking between Session Initiation Protocol (SIP) and Bearer Independent Call Control protocol or ISDN User Part Q.3401 ITU-T Recommendation Q.3401 (03/2007) NGN NNI signalling profile (protocol set 1) T.38 ITU-T Recommendation T.38 (09/2010) Procedures for real-time Group 3 facsimile communication over IP networks V.34 ITU-T Recommendation V.34 (02/98) A modem operating at data signalling rates of up to bit/s for use on the general switched telephone network and on leased point-to-point 2-wire telephonetype circuits V ITU-T Recommendation V (01/2003) Modem-over-IP networks: Procedures for the end-to-end connection of V-series DCEs RFC 1889 RTP: A Transport Protocol for Real-Time Applications (January 1996) RFC 2119 a.k.a. BCP 14 Key words for use in RFCs to Indicate Requirement Levels (March 1997) RFC 2279 UTF-8, a transformation format of ISO (January 1998) RFC 2396 Uniform Resource Identifiers (URI): Generic Syntax (August 1998) RFC 2508 Compressing IP/UDP/RTP Headers for Low-Speed Serial Links (February 1999) Gültig ab /27

INTERNATIONAL INTERCONNECTION FORUM FOR SERVICES OVER IP. (i3 FORUM) Interoperability Test Plan for International Voice services

INTERNATIONAL INTERCONNECTION FORUM FOR SERVICES OVER IP. (i3 FORUM) Interoperability Test Plan for International Voice services INTERNATIONAL INTERCONNECTION FORUM FOR SERVICES OVER IP (i3 FORUM) Workstream Technical Aspects Workstream Operations Interoperability Test Plan for International Voice services (Release 3.0) May 2010

More information

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER CHAPTER 4 Revised: March 24, 2011, This chapter describes features that apply to all SIP system operations. It includes the following topics: SIP Timer Values, page 4-1 SIP Session Timers, page 4-7 Limitations

More information

Overview of SIP. Information About SIP. SIP Capabilities. This chapter provides an overview of the Session Initiation Protocol (SIP).

Overview of SIP. Information About SIP. SIP Capabilities. This chapter provides an overview of the Session Initiation Protocol (SIP). This chapter provides an overview of the Session Initiation Protocol (SIP). Information About SIP, page 1 How SIP Works, page 4 How SIP Works with a Proxy Server, page 5 How SIP Works with a Redirect Server,

More information

NICC ND 1035 V2.1.1 ( )

NICC ND 1035 V2.1.1 ( ) NICC Document SIP Network to Network Interface Signalling Michael Faraday House, Six Hills Way, Stevenage SG1 2AY Tel.: +44(0) 20 7036 3636 Registered in England and Wales under number 6613589 2 NOTICE

More information

N-Squared Software SIP Specialized Resource Platform SIP-SDP-RTP Protocol Conformance Statement. Version 2.3

N-Squared Software SIP Specialized Resource Platform SIP-SDP-RTP Protocol Conformance Statement. Version 2.3 N-Squared Software SIP Specialized Resource Platform SIP-SDP-RTP Protocol Conformance Statement Version 2.3 1 Document Information 1.1 Scope and Purpose This document describes the implementation of the

More information

INTERFACE SPECIFICATION SIP Trunking. 8x8 SIP Trunking. Interface Specification. Version 2.0

INTERFACE SPECIFICATION SIP Trunking. 8x8 SIP Trunking. Interface Specification. Version 2.0 8x8 Interface Specification Version 2.0 Table of Contents Introduction....3 Feature Set....3 SIP Interface....3 Supported Standards....3 Supported SIP methods....4 Additional Supported SIP Headers...4

More information

BT SIP Trunk Configuration Guide

BT SIP Trunk Configuration Guide CUCM 9.1 BT SIP Trunk Configuration Guide This document covers service specific configuration required for interoperability with the BT SIP Trunk service. Anything which could be considered as normal CUCM

More information

CUCM 10.5 / CUBE 9.5. BT SIP Trunk Configuration Guide. 1 BT SIP Trunk Configuration Guide

CUCM 10.5 / CUBE 9.5. BT SIP Trunk Configuration Guide. 1 BT SIP Trunk Configuration Guide 1 BT SIP Trunk Configuration Guide CUCM 10.5 / CUBE 9.5 BT SIP Trunk Configuration Guide This document covers service specific configuration required for interoperability with the BT SIP Trunk service.

More information

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER CHAPTER 4 Revised: October 30, 2012, This chapter describes features that apply to all SIP system operations. It includes the following topics: SIP Timer Values, page 4-1 Limitations on Number of URLs,

More information

SIP System Features. Differentiated Services Codepoint CHAPTER

SIP System Features. Differentiated Services Codepoint CHAPTER CHAPTER 6 Revised: December 30 2007, This chapter describes features that apply to all SIP system operations. It includes the following topics: Differentiated Services Codepoint section on page 6-1 Limitations

More information

Leveraging Amazon Chime Voice Connector for SIP Trunking. March 2019

Leveraging Amazon Chime Voice Connector for SIP Trunking. March 2019 Leveraging Amazon Chime Voice Connector for SIP Trunking March 2019 Notices Customers are responsible for making their own independent assessment of the information in this document. This document: (a)

More information

Voice over IP Consortium

Voice over IP Consortium Voice over IP Consortium Version 1.6 Last Updated: August 20, 2010 121 Technology Drive, Suite 2 University of New Hampshire Durham, NH 03824 Research Computing Center Phone: +1-603-862-0186 Fax: +1-603-862-4181

More information

NICC ND 1635 V 1.1.1( )

NICC ND 1635 V 1.1.1( ) ND 1635 V 1.1.1(2008-06) Document NGN Interconnect: Media Path Technical Specification Network Interoperability Consultative Committee, Ofcom, 2a Southwark Bridge Road, London, SE1 9HA. 2 ND 1635 V 1.1.1(2008-06)

More information

SIP Trunk design and deployment in Enterprise UC networks

SIP Trunk design and deployment in Enterprise UC networks SIP Trunk design and deployment in Enterprise UC networks BRKUCC-2006 Tony Mulchrone Technical Marketing Engineer Cisco Collaboration Technology Group Housekeeping We value your feedback- don't forget

More information

SIP Trunk design and deployment in Enterprise UC networks

SIP Trunk design and deployment in Enterprise UC networks SIP Trunk design and deployment in Enterprise UC networks Tony Mulchrone Technical Marketing Engineer Cisco Collaboration Technology Group Objectives of this session a) Provide a quick overview of SIP

More information

SIP Compliance APPENDIX

SIP Compliance APPENDIX APPENDIX E This appendix describes Cisco SIP proxy server (Cisco SPS) compliance with the Internet Engineering Task Force (IETF) definition of Session Initiation Protocol (SIP) as described in the following

More information

Interworking Signaling Enhancements for H.323 and SIP VoIP

Interworking Signaling Enhancements for H.323 and SIP VoIP Interworking Signaling Enhancements for H.323 and SIP VoIP This feature module describes enhancements to H.323 and Session Initiation Protocol (SIP) signaling when interworking with ISDN, T1 channel associated

More information

The Technical Interconnect Model for IP-based voice services

The Technical Interconnect Model for IP-based voice services The Technical Interconnect Model for IP-based voice services Alessandro Forcina Chairman WS Technical Aspects Telecom Italia Sparkle I3 Forum, 1st Technical Workshop Warsaw, June 15th 16th 2010 Ver. 1

More information

Proximus can't be held responsible for any damages due to the use of an outdated version of this specification.

Proximus can't be held responsible for any damages due to the use of an outdated version of this 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

Compliance with RFC 3261

Compliance with RFC 3261 APPENDIX A Compliance with RFC 3261 This appendix describes how the Cisco Unified IP Phone 7960G and 7940G complies with the IETF definition of SIP as described in RFC 3261. It contains compliance information

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 183 028 V1.1.1 (2006-04) Technical Specification Telecommunications and Internet Converged Services and Protocols for Advanced Networking (TISPAN); Common basic communication procedures; Protocol specification

More information

Overview of the Session Initiation Protocol

Overview of the Session Initiation Protocol CHAPTER 1 This chapter provides an overview of SIP. It includes the following sections: Introduction to SIP, page 1-1 Components of SIP, page 1-2 How SIP Works, page 1-3 SIP Versus H.323, page 1-8 Introduction

More information

Proximus can't be held responsible for any damages due to the use of an outdated version of this specification.

Proximus can't be held responsible for any damages due to the use of an outdated version of this 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

TSIN02 - Internetworking

TSIN02 - Internetworking Lecture 8: SIP and H323 Litterature: 2004 Image Coding Group, Linköpings Universitet Lecture 8: SIP and H323 Goals: After this lecture you should Understand the basics of SIP and it's architecture Understand

More information

The Session Initiation Protocol

The Session Initiation Protocol The Session Initiation Protocol N. C. State University CSC557 Multimedia Computing and Networking Fall 2001 Lecture # 25 Roadmap for Multimedia Networking 2 1. Introduction why QoS? what are the problems?

More information

Department of Computer Science. Burapha University 6 SIP (I)

Department of Computer Science. Burapha University 6 SIP (I) Burapha University ก Department of Computer Science 6 SIP (I) Functionalities of SIP Network elements that might be used in the SIP network Structure of Request and Response SIP messages Other important

More information

Common Components. Cisco Unified Border Element (SP Edition) Configuration Profile Examples 5 OL

Common Components. Cisco Unified Border Element (SP Edition) Configuration Profile Examples 5 OL The following components of the Cisco Unified Border Element are common to all of the configuration profile examples in this document. Secure Media Adjacencies Call Policies CAC Policies SIP Profiles 5

More information

[MS-TURNBWM]: Traversal using Relay NAT (TURN) Bandwidth Management Extensions

[MS-TURNBWM]: Traversal using Relay NAT (TURN) Bandwidth Management Extensions [MS-TURNBWM]: Traversal using Relay NAT (TURN) Bandwidth Management Extensions Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open

More information

VoIP Basics. 2005, NETSETRA Corporation Ltd. All rights reserved.

VoIP Basics. 2005, NETSETRA Corporation Ltd. All rights reserved. VoIP Basics Phone Network Typical SS7 Network Architecture What is VoIP? (or IP Telephony) Voice over IP (VoIP) is the transmission of digitized telephone calls over a packet switched data network (like

More information

Session Initiation Protocol (SIP)

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

More information

SERIES Q: SWITCHING AND SIGNALLING Signalling requirements and protocols for the NGN Service and session control protocols supplementary services

SERIES Q: SWITCHING AND SIGNALLING Signalling requirements and protocols for the NGN Service and session control protocols supplementary services International Telecommunication Union ITU-T Q.3613 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (05/2012) SERIES Q: SWITCHING AND SIGNALLING Signalling requirements and protocols for the NGN Service

More information

Cisco ATA 191 Analog Telephone Adapter Overview

Cisco ATA 191 Analog Telephone Adapter Overview Cisco ATA 191 Analog Telephone Adapter Overview Your Analog Telephone Adapter, page 1 Your Analog Telephone Adapter The ATA 191 analog telephone adapter is a telephony-device-to-ethernet adapter that allows

More information

Circuit #1 - PTC Lab Reference Circuit.

Circuit #1 - PTC Lab Reference Circuit. NET Certification PBX Guide for Voice Connect (GVC2) SIP-T Service (PTC 229 Limited Certification) Circuit #1 - PTC Lab Reference Circuit. In order to connect the SIP-enabled CPE to Telecom Network, the

More information

SIP Transparency. Supported Features CHAPTER

SIP Transparency. Supported Features CHAPTER CHAPTER 10 Cisco Unified Communications Manager (Unified CM) is a Back to Back User Agent (B2BUA). Therefore, any SIP to SIP call consists of 2 SIP dialogs. It is often useful to pass information from

More information

ETSI TS V ( ) Technical Specification

ETSI TS V ( ) Technical Specification TS 124 628 V10.3.0 (2011-06) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Common Basic Communication procedures

More information

FFT Doc v (September 2017) French Federation of Telecoms Standards Committee IP Interconnection Working Group Architecture Sub-group

FFT Doc v (September 2017) French Federation of Telecoms Standards Committee IP Interconnection Working Group Architecture Sub-group FFT Doc 10.001 v2.0.1.7 (September 2017) French Federation of Telecoms Standards Committee IP Interconnection Working Group Architecture Sub-group IP interconnection Interface specification based on SIP/SDP

More information

SIP SIP Stack Portability

SIP SIP Stack Portability SIP SIP Stack Portability Implements capabilities to the SIP gateway Cisco IOS stack involving user-agent handling of messages, handling of unsolicited messages, support for outbound delayed media, and

More information

Application Notes for Configuring Tidal Communications tnet Business VoIP with Avaya IP Office using SIP Registration - Issue 1.0

Application Notes for Configuring Tidal Communications tnet Business VoIP with Avaya IP Office using SIP Registration - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Tidal Communications tnet Business VoIP with Avaya IP Office using SIP Registration - Issue 1.0 Abstract These Application Notes

More information

White Paper. Mapping of Signalling Protocols ISUP to/from SIP, SIP-I (Release1.0, May 2009)

White Paper. Mapping of Signalling Protocols ISUP to/from SIP, SIP-I (Release1.0, May 2009) INTERNATIONAL INTERCONNECTION FORUM FOR SERVICES OVER IP (www.i3forum.org) (i3 FORUM) Workstream Technical Aspects White Paper Mapping of Signalling Protocols ISUP to/from SIP, SIP-I (Release1.0, May 2009)

More information

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Abstract These Application Notes describe the procedures

More information

Interconnection & Roaming IMS Signalling Profile (Release 2.0) May 2013

Interconnection & Roaming IMS Signalling Profile (Release 2.0) May 2013 INTERNATIONAL INTERCONNECTION FORUM FOR SERVICES OVER IP (www.i3forum.org) (i3 FORUM) Source: Workstream Technical Aspects i3 forum keyword: IMS, Signalling Interconnection & Roaming IMS Signalling Profile

More information

SIP for Telephony. Third-Party Call Control (3PCC) 6 5 ACK SDP(B) 1 INVITE no SDP. Supplementary Services. Call Hold and Retrieve

SIP for Telephony. Third-Party Call Control (3PCC) 6 5 ACK SDP(B) 1 INVITE no SDP. Supplementary Services. Call Hold and Retrieve Third-Party Call Control (3PCC) for Telephony yet another set of services!! Examples: Click-to-dial, conference bridge control,!! Several approaches with different advantages / drawbacks!! Simplest call

More information

Session Initiation Protocol (SIP) Basic Description Guide

Session Initiation Protocol (SIP) Basic Description Guide Session Initiation Protocol (SIP) Basic Description Guide - 1 - Table of Contents: DOCUMENT DESCRIPTION... 4 SECTION 1 NETWORK ELEMENTS... 4 1.1 User Agent... 4 1.2 Proxy server... 4 1.3 Registrar... 4

More information

All-IP Network Migration and Interconnect

All-IP Network Migration and Interconnect All-IP Network Migration and Interconnect Rohde & Schwarz Topex All-IP Network Migration and Interconnect At a glance Rohde & Schwarz Topex All-IP Network Migration and Interconnect range of products will

More information

Application Notes for Configuring SIP Trunking between Global Crossing SIP Trunking Service and an Avaya IP Office Telephony Solution Issue 1.

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

More information

draft-ietf-sip-info-method-02.txt February 2000 The SIP INFO Method Status of this Memo

draft-ietf-sip-info-method-02.txt February 2000 The SIP INFO Method Status of this Memo HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 07:53:57 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Tue, 15 Feb 2000 17:03:00 GMT ETag: "3239a5-465b-38a986c4" Accept-Ranges: bytes Content-Length: 18011 Connection:

More information

Application Notes for Configuring CenturyLink SIP Trunking with Avaya IP Office Issue 1.0

Application Notes for Configuring CenturyLink SIP Trunking with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring CenturyLink SIP Trunking with Avaya IP Office 6.1 - Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

NanoCUBE -- Emergency Number Preemption

NanoCUBE -- Emergency Number Preemption The emergency number preemption (also called 911-preemption) feature enables you to configure a list of emergency numbers. When the maximum number of incoming or outgoing connections on a dial-peer is

More information

Request for Comments: 3578 Category: Standards Track dynamicsoft J. Peterson NeuStar L. Ong Ciena August 2003

Request for Comments: 3578 Category: Standards Track dynamicsoft J. Peterson NeuStar L. Ong Ciena August 2003 Network Working Group Request for Comments: 3578 Category: Standards Track G. Camarillo Ericsson A. B. Roach dynamicsoft J. Peterson NeuStar L. Ong Ciena August 2003 Mapping of Integrated Services Digital

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking between Sotel IP Services SIP Edge Advanced SIP Trunking Solution and an Avaya IP Office Telephony Solution Issue

More information

Application Notes for Configuring Windstream SIP Trunking with Avaya IP Office - Issue 1.0

Application Notes for Configuring Windstream SIP Trunking with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Windstream SIP Trunking with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

Request for Comments: 4083 Category: Informational May 2005

Request for Comments: 4083 Category: Informational May 2005 Network Working Group M. Garcia-Martin Request for Comments: 4083 Nokia Category: Informational May 2005 Input 3rd-Generation Partnership Project (3GPP) Release 5 Requirements on the Session Initiation

More information

Application Note. ShoreTel / Ingate / Verizon Business SIP Trunking. 09 June 2017 Version 1 Issue 2

Application Note. ShoreTel / Ingate / Verizon Business SIP Trunking. 09 June 2017 Version 1 Issue 2 Product: ShoreTel Ingate Verizon Business I n n o v a t i o n N e t w o r k A p p N ote TPP-10466 Date: October, 2012 System version: ShoreTel 13.x Application e ShoreTel / Ingate / Verizon Business SIP

More information

SIP TRUNKING CARRIER CERTIFICATION OXE-SIP configuration

SIP TRUNKING CARRIER CERTIFICATION OXE-SIP configuration OXE version: R11.0.1 K1.400.33 SIP TRUNKING CARRIER CERTIFICATION OXE-SIP configuration System SIP parameters Path: System / Other System Param. / SIP Parameters OXE default value new value (if modified)

More information

Configuring Transcoding in AOS

Configuring Transcoding in AOS 6AOSCG0040-29A August 2012 Configuration Guide This configuration guide outlines the use and configuration of the transcoding feature in ADTRAN Operating System (AOS) products. The guide includes an overview

More information

Allstream NGNSIP Security Recommendations

Allstream NGNSIP Security Recommendations Allstream NGN SIP Trunking Quick Start Guide We are confident that our service will help increase your organization s performance and productivity while keeping a cap on your costs. Summarized below is

More information

Setting up Alcatel 4400 Digital PIMG Integration

Setting up Alcatel 4400 Digital PIMG Integration up Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection, on page 1 Up an Alcatel 4400 Digital PIMG Integration with

More information

Why we need a single. SIP <--> ISUP Release. Cause mapping FORUM. 3GPP CT3 Chairman. Dr. Ragnar Huslende. presented by. May 26, 2011.

Why we need a single. SIP <--> ISUP Release. Cause mapping FORUM. 3GPP CT3 Chairman. Dr. Ragnar Huslende. presented by. May 26, 2011. i3 FORUM www.i3forum.org Why we need a single SIP ISUP Release Cause mapping presented by Dr. Ragnar Huslende Ericsson 3GPP CT3 Chairman May 26, 2011 Agenda Why is an unambiguous SIP ISUP mapping

More information

SERIES Q: SWITCHING AND SIGNALLING

SERIES Q: SWITCHING AND SIGNALLING International Telecommunication Union ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Series Q Supplement 60 (01/2010) SERIES Q: SWITCHING AND SIGNALLING Supplement to Recommendations ITU-T Q.3610

More information

KX-NCP500/KX-NCP1000: PBMPR

KX-NCP500/KX-NCP1000: PBMPR http://www.voicesonic.com Phone: 877-289-2829 Programming Manual for Virtual SIP CO Line Card Pure IP-PBX Model No. KX-NCP500/KX-NCP1000 KX-TDE100/KX-TDE200/KX-TDE600 Thank you for purchasing a Panasonic

More information

Application Notes for Configuring Avaya IP Office 8.1 with Etisalat SIP Trunk service Issue 1.0

Application Notes for Configuring Avaya IP Office 8.1 with Etisalat SIP Trunk service Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avaya IP Office 8.1 with Etisalat SIP Trunk service Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

Information About SIP Compliance with RFC 3261

Information About SIP Compliance with RFC 3261 APPENDIX A Information About SIP Compliance with RFC 3261 This appendix describes how the Cisco SIP IP phone complies with the IETF definition of SIP as described in RFC 3261. It has compliance information

More information

Session Initiation Protocol (SIP) Overview

Session Initiation Protocol (SIP) Overview Session Initiation Protocol (SIP) Overview T-110.7100 Applications and Services in Internet 5.10.2010 Jouni Mäenpää NomadicLab, Ericsson Research Contents SIP introduction, history and functionality Key

More information

SIP Trunk design and deployment in Enterprise UC networks

SIP Trunk design and deployment in Enterprise UC networks SIP Trunk design and deployment in Enterprise UC networks BRKUCC-2006 Tony Mulchrone Technical Marketing Engineer Cisco Collaboration Technology Group Housekeeping We value your feedback- don't forget

More information

3GPP TS V9.3.0 ( )

3GPP TS V9.3.0 ( ) TS 29.165 V9.3.0 (2010-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Inter-IMS Network to Network Interface (NNI) (Release 9)

More information

ETSI TS V ( )

ETSI TS V ( ) TS 124 182 V12.2.0 (2018-04) TECHNICAL SPECIFICATION Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; IP Multimedia Subsystem (IMS) Customized

More information

Internet Engineering Task Force (IETF) Request for Comments: Acme Packet January 2011

Internet Engineering Task Force (IETF) Request for Comments: Acme Packet January 2011 Internet Engineering Task Force (IETF) Request for Comments: 6086 Obsoletes: 2976 Category: Standards Track ISSN: 2070-1721 C. Holmberg Ericsson E. Burger Georgetown University H. Kaplan Acme Packet January

More information

3GPP TR V ( )

3GPP TR V ( ) TR 24.930 V10.1.0 (2011-12) Technical Report 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Signalling flows for the session setup in the IP Multimedia core

More information

Setting Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection

Setting Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection up Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection, page 1 Up an Alcatel 4400 Digital PIMG Integration with Cisco

More information

SIP Profiles on the Session Border Controller

SIP Profiles on the Session Border Controller 16 CHAPTER You can configure the Session Border Controller (SBC) with method and header profiles on Session Initiation Protocol (SIP) messages. These profiles are used to control which SIP requests are

More information

This sequence diagram was generated with EventStudio System Designer (

This sequence diagram was generated with EventStudio System Designer ( This call flow covers the handling of a CS network originated call with ISUP. In the diagram the MGCF requests seizure of the IM CN subsystem side termination and CS network side bearer termination. When

More information

Setting Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection

Setting Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection Up a Mitel SX-2000 Digital PIMG Integration, page 1 Up a Mitel SX-2000 Digital PIMG Integration Task List for Mitel SX-2000 PIMG

More information

Comparative table of the call capacity of KMG 200 MS: Number of SBC calls Maximum TDM channels Total calls Bridge**

Comparative table of the call capacity of KMG 200 MS: Number of SBC calls Maximum TDM channels Total calls Bridge** LOW DENSITY MEDIA GATEWAY WITH MODULAR INTERFACES AND SBC Main Characteristics Modular, with 1 or 2 internal E1/T1 + 2 external modules * Integrated SBC Option with BNC or RJ45 connectors Up to 60 TDM

More information

3GPP TS V ( )

3GPP TS V ( ) TS 29.165 V10.10.0 (2012-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Inter-IMS Network to Network Interface (NNI) (Release

More information

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

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

More information

ETSI TS V1.3.1 ( ) Technical Specification. Corporate telecommunication Networks (CN); Tunnelling of QSIG over SIP

ETSI TS V1.3.1 ( ) Technical Specification. Corporate telecommunication Networks (CN); Tunnelling of QSIG over SIP TS 102 345 V1.3.1 (2008-10) Technical Specification Corporate telecommunication Networks (CN); Tunnelling of over SIP 2 TS 102 345 V1.3.1 (2008-10) Reference RTS/ECMA-00351 Keywords IP, PISN,, signalling

More information

Transparent Tunneling of QSIG and Q.931 over SIP TDM Gateway and SIP-SIP Cisco Unified Border Element

Transparent Tunneling of QSIG and Q.931 over SIP TDM Gateway and SIP-SIP Cisco Unified Border Element Transparent Tunneling of QSIG and Q.931 over SIP TDM Gateway and SIP-SIP Cisco Unified Border Element Transparent Tunneling of QSIG and Q.931 over Session Initiation Protocol (SIP) Time-Division Multiplexing

More information

Avaya PBX SIP TRUNKING Setup & User Guide

Avaya PBX SIP TRUNKING Setup & User Guide Avaya PBX SIP TRUNKING Setup & User Guide Nextiva.com (800) 285-7995 2 P a g e Contents Description... 3 Avaya IP PBX Configuration... 3 Licensing and Physical Hardware... 4 System Tab Configuration...

More information

8.4 IMS Network Architecture A Closer Look

8.4 IMS Network Architecture A Closer Look 8.4 IMS Network Architecture A Closer Look 243 The anchoring of the media in TrGW also has an implicit topology-hiding effect. Without anchoring, the SDP answer provided to the other network would contain

More information

TIM Specification for Gm Interface between an User Equipment and the Fixed IMS Network: MultiMedia Telephony Supplementary Services

TIM Specification for Gm Interface between an User Equipment and the Fixed IMS Network: MultiMedia Telephony Supplementary Services TIM Specification for Gm Interface between an User Equipment and the Fixed IMS Network: MultiMedia Telephony Supplementary Services Rev. 1.1 06/11/2018 1 INDICE DEGLI ARGOMENTI 1. SCOPE... 3 2. APPLICABILITY...

More information

Proximus can't be held responsible for any damages due to the use of an outdated version of this specification.

Proximus can't be held responsible for any damages due to the use of an outdated version of this 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

Application Notes for Phonect SIP Trunk Service and Avaya IP Office 7.0 Issue 1.0

Application Notes for Phonect SIP Trunk Service and Avaya IP Office 7.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Phonect SIP Trunk Service and Avaya IP Office 7.0 Issue 1.0 Abstract These Application Notes describe the procedures for configuring Session

More information

SIP profile setup. About SIP profile setup. SIP profile reset. SIP profile deletion

SIP profile setup. About SIP profile setup. SIP profile reset. SIP profile deletion SIP profile setup This chapter provides information to configure and locate SIP profiles. A SIP profile comprises the set of SIP attributes that are associated with SIP trunks and SIP endpoints. SIP profiles

More information

PacketCable. PacketCable Residential SIP Telephony Accounting Specification PKT-SP-RST-ACCT-C CLOSED. Notice

PacketCable. PacketCable Residential SIP Telephony Accounting Specification PKT-SP-RST-ACCT-C CLOSED. Notice CLOSED Notice This PacketCable specification is the result of a cooperative effort undertaken at the direction of Cable Television Laboratories, Inc. for the benefit of the cable industry and its customers.

More information

ETSI TS V9.0.0 ( ) Technical Specification

ETSI TS V9.0.0 ( ) Technical Specification TS 129 231 V9.0.0 (2010-02) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Application of SIP-I Protocols to Circuit Switched

More information

Configuration Guide IP-to-IP Application

Configuration Guide IP-to-IP Application Multi-Service Business Gateways Enterprise Session Border Controllers VoIP Media Gateways Configuration Guide IP-to-IP Application Version 6.8 November 2013 Document # LTRT-40004 Configuration Guide Contents

More information

3GPP TR V7.0.0 ( )

3GPP TR V7.0.0 ( ) TR 29.802 V7.0.0 (2007-06) Technical Report 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; (G)MSC-S (G)MSC-S Nc Interface based on the SIP-I protocol; (Release

More information

VoIP Core Technologies. Aarti Iyengar Apricot 2004

VoIP Core Technologies. Aarti Iyengar Apricot 2004 VoIP Core Technologies Aarti Iyengar Apricot 2004 Copyright 2004 Table Of Contents What is Internet Telephony or Voice over IP? VoIP Network Paradigms Key VoIP Protocols Call Control and Signaling protocols

More information

Request for Comments: 2976 Category: Standards Track October 2000

Request for Comments: 2976 Category: Standards Track October 2000 Network Working Group S. Donovan Request for Comments: 2976 dynamicsoft Category: Standards Track October 2000 Status of this Memo The SIP INFO Method This document specifies an Internet standards track

More information

3GPP TR V7.0.0 ( )

3GPP TR V7.0.0 ( ) TR 24.930 V7.0.0 (2006-12) Technical Report 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Signalling flows for the session setup in the IP Multimedia core

More information

Aastra SIP DECT Software Release Notes for an update from to 1.8.9

Aastra SIP DECT Software Release Notes for an update from to 1.8.9 Aastra SIP DECT Software Release 1.8.9 Notes for an update from 1.8.5 to 1.8.9 1 Software Identification 2 1.1 Current Delivery... 2 1.2 Last Delivery... 2 2 Reason for Software Release 3 2.1 Corrections...

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking between the PAETEC Broadsoft based SIP Trunking Solution and an Avaya IP Office Telephony Solution Issue 1.0 Abstract

More information

SIP Access Interface. Interworking Guide. Release 21.0 Document Version 3

SIP Access Interface. Interworking Guide. Release 21.0 Document Version 3 SIP Access Interface Interworking Guide Release 21.0 Document Version 3 9737 Washingtonian Boulevard, Suite 350 Gaithersburg, MD 20878 Tel +1 301.977.9440 WWW.BROADSOFT.COM BroadWorks Guide Copyright Notice

More information

Multimedia Communication

Multimedia Communication Multimedia Communication Session Description Protocol SDP Session Announcement Protocol SAP Realtime Streaming Protocol RTSP Session Initiation Protocol - SIP Dr. Andreas Kassler Slide 1 SDP Slide 2 SDP

More information

3GPP TS V8.3.0 ( )

3GPP TS V8.3.0 ( ) TS 29.527 V8.3.0 (2009-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Telecommunications and Internet converged Services and Protocols

More information

Request for Comments: 3959 Category: Standards Track December 2004

Request for Comments: 3959 Category: Standards Track December 2004 Network Working Group G. Camarillo Request for Comments: 3959 Ericsson Category: Standards Track December 2004 Status of This Memo The Early Session Disposition Type for the Session Initiation Protocol

More information

Chapter 3: IP Multimedia Subsystems and Application-Level Signaling

Chapter 3: IP Multimedia Subsystems and Application-Level Signaling Chapter 3: IP Multimedia Subsystems and Application-Level Signaling Jyh-Cheng Chen and Tao Zhang IP-Based Next-Generation Wireless Networks Published by John Wiley & Sons, Inc. January 2004 Outline 3.1

More information

Multi-Service Access and Next Generation Voice Service

Multi-Service Access and Next Generation Voice Service Hands-On Multi-Service Access and Next Generation Voice Service Course Description The next generation of telecommunications networks is being deployed using VoIP technology and soft switching replacing

More information

Smart IAD. User s Guide

Smart IAD. User s Guide Smart IAD User s Guide I Trademarks Contents are subject to revise without prior notice. All trademarks belong to their respective owners. FCC Warning This equipment has been tested and found to comply

More information

Technical specifications for connecting SIP PBX to the Business Trunk service by Slovak Telekom without registration, with static routing.

Technical specifications for connecting SIP PBX to the Business Trunk service by Slovak Telekom without registration, with static routing. Technical specifications for connecting SIP PBX to the Business Trunk service by Slovak Telekom without registration, with static routing Author: Peter Hecht Valid from: 1st January, 2019 Last modify:

More information