Jump to content

Open Settlement Protocol

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Lvazquez (talk | contribs) at 15:02, 13 January 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

OSP is a client/server protocol that Internet service providers use to exchange authorization, accounting, and usage information to support IP telephony. OSP is defined by ETSI (European Telecommunications Standards Institute) Project TIPHON (Telecommunications and Internet Protocol Harmonization Over Networks).

OSP provides a way for ISPs to support billing for voice and fax over IP services. The protocol is implemented in voice telephony gateways such as softswitches, H.323 multimedia conferencing gateways, and SIP (Session Initiation Protocol) proxies.

A press release of September 2, 1998, announced that the industry leaders 3Com Corporation, Cisco, GRIC Communications, iPass, and TransNexus had "teamed up to promote inter-domain authentication, authorization and accounting standards for IP telephony through the Open Settlement Protocol (OSP)". The Open Settlement Protocol is being developed under the authority of the European Telecommunications Standards Institute's ETSI project TIPHON, [and Internet Protocol Harmonization Over Networks]. The TIPHON project objective is "to support the market for voice communication and related voiceband communication (such asfacsimile) between users . . . [to] ensure that users connected to IP based networks can communicate with users in Switched Circuit Networks (such as PSTN /ISDN and GSM), and vice versa." One of the benefits of the new Open Settlement Protocol is 'flexible and feature rich information exchange via the Extensible Markup Language (XML).' The message system defined in the protocol architecture uses HTTP to communicate the principal message content; this includes a MIME header together with the XML document in a <Message>.

A provisional (draft, not official) version of the Open Settlement Protocol may be found in the document Telecommunications and Internet Protocol Harmonization Over Networks (TIPHON): Inter-domain pricing, authorisation, and usage exchange = ETSI DTS/TIPHON-03004 V1.3.0 (1998-09). The document's statement of scope: "This document specifies a set of protocols and associated profiles to permit the exchange of inter-domain pricing, authorisation, and settlement information between internet telephony operators. The protocols specified fulfil the essential requirements of such services, by providing appropriate functionality between multiple administrative domains in a secure manner. The specification also provides for non-standard extensions that permit co-operating parties to augment or replace the basic functionality." Section 6 ('XML Content') "specifies the actual message format used to exchange pricing, authentication and authorisation, and usage information. It outlines the overall XML document structure, lists the individual XML elements, and describes how those elements are combined into exchanges." XML element and attribute declarations in this section define the provisional DTD for the Open Settlement Protocol in this draft version.

A revised/corrected version of the TIPHON document cited above is: Telecommunications and Internet Protocol Harmonization Over Networks (TIPHON): Inter-domain pricing, authorisation, and usage exchange = ETSI DTS/TIPHON-03004 V1.4.0 (1998-09). Dated 1998-08-28. It contains revisions based upon TIPHON 9 TD50.

The root as given:

<!DOCTYPE Message [
<!ELEMENT Message ( ( PricingIndication | PricingConfirmation
        | AuthorisationRequest | AuthorisationResponse
        | AuthorisationIndication | AuthorisationConfirmation
        | UsageIndication | UsageConfirmation | ReauthorisationRequest
        | ReauthorisationResponse )+ ) >
...
]>

Note that the approved version of this document (1.4.1) has not yet been made public.

Links: