EP1095525A1 - Interface http dans un noeud de reseau intelligent - Google Patents

Interface http dans un noeud de reseau intelligent

Info

Publication number
EP1095525A1
EP1095525A1 EP99932322A EP99932322A EP1095525A1 EP 1095525 A1 EP1095525 A1 EP 1095525A1 EP 99932322 A EP99932322 A EP 99932322A EP 99932322 A EP99932322 A EP 99932322A EP 1095525 A1 EP1095525 A1 EP 1095525A1
Authority
EP
European Patent Office
Prior art keywords
node
web
web browser
telecommunications system
http
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP99932322A
Other languages
German (de)
English (en)
Inventor
Adam Roach
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ericsson Inc
Original Assignee
Ericsson Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ericsson Inc filed Critical Ericsson Inc
Publication of EP1095525A1 publication Critical patent/EP1095525A1/fr
Withdrawn legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q3/00Selecting arrangements
    • H04Q3/0016Arrangements providing connection between exchanges
    • H04Q3/0029Provisions for intelligent networking
    • H04Q3/0045Provisions for intelligent networking involving hybrid, i.e. a mixture of public and private, or multi-vendor systems

Definitions

  • the present invention relates generally to telecommunications systems and methods for accessing and manipulating subscriber or network information stored in an Intelligent Network (IN) node, and specifically to providing a direct hypertext transfer protocol (http) interface to the IN node.
  • IN Intelligent Network
  • http hypertext transfer protocol
  • signaling constitutes the distinct control infrastructure that enables provision of all other services. It can be defined as the system that enables stored program control exchanges, network databases, and other "intelligent" nodes of the network to exchange: (a) messages related to call setup, supervision, and tear-down; (b) information needed for distributed applications processing (inter-process query/response); and (c) network management information.
  • ATN Access Network
  • Telephone service representatives can, therefore, create new services and tailor a subscriber's service from a terminal while talking with the customer. These changes are immediately and inexpensively implemented in the switches, rather than by the more traditional method: expensive programming changes made by certified technicians.
  • the IN consists of a series of intelligent nodes, each capable of processing at various levels, and each capable of communicating with one another over data links.
  • the basic infrastructure needed is composed of various signaling points, which both perform message discrimination (read the address and determine if the message is for that node), and route messages to other signaling points.
  • the basic three types of signaling points are: (1) Service Switching Points (SSPs); (2) Signal Transfer Points (STPs); and (3) Service Control Points (SCPs), each of which are described in more detail hereinafter.
  • the many Service Switching Points (SSPs) 100 serve as the local exchanges in a telephone network 90, a portion of which is shown in FIGURE 1.
  • the SSPs 100 also provide an Integrated Services Digital Network (ISDN) interface for the Signal Transfer Points (STPs) 110, as is understood in the art.
  • ISDN signaling uses a separate channel and is compatible with the IN. The signaling information is handed off to the IN network and transferred to the end office (another SSP) using an ISDN User Part (ISUP) protocol, which is responsible for all call setup and tear down.
  • ISUP ISDN User Part
  • the STP 110 serves as a router, and switches messages received from a particular SSP 100 through the network 90 to their appropriate destinations (another SSP 100). As is also understood in the art, the STP 110 receives messages in packet form from the SSPs 100. These packets are either related to call connections or database queries. If the packet is a request to connect a call, the message must be forwarded to a destination end office (another SSP 100), where the call will be terminated.
  • the destination will be a database. Database access is provided through the Service
  • Control Point (SCP) 120 which does not store the information, but acts as an interface to a computer that houses the requested information.
  • GUIs graphical user interfaces
  • GUIs are generally much easier to use, they require a great deal of time to program and maintain, they must be ported and recompiled for every platform they are to run on, and the user has to use a different program for each type of administration they wish to perform. In fact, due to the overhead in writing and deploying these GUIs, most administrative functions have only text interfaces. With reference now to FIGURE 2 of the drawings, an alternative way of remotely accessing the information contained in these IN nodes 240, which is not widely used today, utilizes a web server 220.
  • a user 200 can request access to a specific web page or file 245 associated with the IN node 240 by entering an address, e ⁇ , http://www.URL.com/file, from a web browser 205, e.g.. Netscape or Internet Explorer, within the computer 200, which can then determine which web server 220 to send the hypertext transfer protocol (http) request to based upon the entered Uniform Resource Locator (URL), which is an identification of the IN node 240 the user 200 wishes to access.
  • http Hypertext transfer protocol
  • URL Uniform Resource Locator
  • the web browser 205 can then send the request to that web server 220 through a data network 210, e ⁇ , the computer's 200 modem can dial a number for an Internet Service Provider (ISP) (not shown), and an SSP 100 or end office serving the user 200 can route the call to the ISP, which can then route the request through various network devices (not shown), such as hubs, routers and bridges, as is understood in the art.
  • ISP Internet Service Provider
  • SSP 100 or end office serving the user 200 can route the call to the ISP, which can then route the request through various network devices (not shown), such as hubs, routers and bridges, as is understood in the art.
  • the web browser 205 can send the request directly to the web server 220 through the various network devices.
  • the web server 220 can then establish a connection with the IN node 240 associated with the address using an intermediating Common Gateway Interface (CGI script) 230.
  • the IN node 240 can then retrieve the requested file (web page) 245 and send the file 245 back to the user 200 through the web server 220 and the data network 210 for display on a computer screen 202.
  • the user 200 can then manipulate the data within the web page 245, which is displayed on the screen 202, from the web browser 205 on the remote computer 200.
  • general-purpose web servers 220 are complex and difficult to administer, and typically require a full- time employee to ensure proper operation.
  • utilizing web servers 220 to access information from IN nodes 240 requires an increase in interprocess communications, which provides for inefficient use of network resources.
  • the code required to create and maintain the interface between the web server 220 and the IN node e.g.. the CGI script, is cumbersome to administer and update. It is, therefore, an object of the present invention to provide a direct hypertext transfer protocol (http) interface to an IN node in order to allow remote administration ofthe lN node.
  • the present invention is directed to telecommunications systems and methods for providing a direct hypertext transfer protocol (http) interface into an IN node containing subscriber and/or network information.
  • the http interface provides a method of remotely administering an IN node that combines the platform independence and manageability of a text interface with the shallow learning curve and useability of a graphical interface.
  • any computer, workstation, or other web-capable machine connected to the same data network as the IN node can start a web browser, e ⁇ , Netscape, Internet Explorer, etc., type in a Uniform Resource Locator (URL), which is an identification of the IN node the user wishes to access, and access the IN node in order to enter administrative functions from the web browser.
  • URL Uniform Resource Locator
  • FIGURE 1 is a block diagram illustrating some of the basic components used in an Intelligent Network (IN) or an Advanced Intelligent Network for signal switching;
  • FIGURE 2 is a block diagram illustrating accessing an IN node using a web server and intermediating Common Gateway Interface (CGI script);
  • CGI script Common Gateway Interface
  • FIGURE 3 is a block diagram illustrating a direct remote connection with an IN node within a telecommunications network using a hypertext transfer protocol (http) interface in accordance with preferred embodiments of the present invention
  • FIGURE 4 shows steps in a sample process of remotely accessing an IN node within the telecommunications network using the http interface and a web browser.
  • http hypertext transfer protocol
  • a hypertext transfer protocol (http) interface 330 can be implemented directly into an Intelligent Network (IN) node 320 to provide a method of remotely administering the IN node 320 that combines the platform independence and manageability of a text interface with the shallow learning curve and useability of a graphical interface.
  • the IN node 320 can contain, for example, network and/or subscriber information.
  • any personal computer (PC) 300, workstation, or other web-capable machine connected to the same data network as the IN node 320 can start a "web browser" 310, £ ⁇ , Netscape or Internet Explorer, within the computer 300, and type in a Uniform
  • URL 308 which is an identification of the information the user wishes to access, in order to enter administrative functions for the IN node 320 directly from the web browser 310.
  • the IN node 320 must first open a listener port 325, e.g., a Transmission Control Protocol/Internet Protocol (TCP/IP) listener port 325, to which the web browser 310 can connect.
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • the TCP/IP was developed as a standard protocol to allow different types of computers to exchange electronic mail and other files over a network.
  • the TCP/IP specifies the addressing of nodes on the Internet and provides a method of sending packets of data from one node to another.
  • the TCP is an application implemented on top of the IP to provide reliable delivery of the data packets end-to-end. It should be understood that other protocols can be used instead of TCP/IP, such as the User Datagram Protocol (UDP), which is faster than the TCP, but less reliable.
  • UDP User Datagram Protocol
  • the "web browser” 310 sends an http request 305 to the IN node 320. Thereafter, the IN node 320 parses the request 305, performs any relevant actions based upon the user's request 305, and sends back the requested data or a confirmation that the requested action has been performed.
  • the user in order to access the IN node 320 (step 450), the user must first start-up the "web browser" 310 on the user's computer 300 (step 400) and type in the URL 308 (step 410) formed by the IN node 320 name and the predetermined TCP port 325 number the IN node 320 listens to. If, for example, the IN node 320 is called “fonzie" and the port 325 number is 9022, the URL 308 can be "http://fonzie:9022/.” The user's "web browser” 310 then attempts to contact fonzie 320 on TCP port 325 number 9022 (step 420). When the "web browser" 310 connects to port 325 number 9022 on fonzie 320
  • the web browser 310 can then send an http request 305 (step 430), as is understood in the art.
  • the http interface 330 within the IN node 320 then decodes the http request 305 (step 440) by determining the type of request 305, such as a "GET" request 305, which instructs the IN node 320 to retrieve information, and the exact type of data being requested.
  • the type of data being requested can be specified by any information after the final slash in the URL 308, e ⁇ , if the user wishes to access system status information, the URL 308 can be "http://fonzie:9022/status".
  • access to certain information can be password protected, and this password can be included in the URL 308 or prompted by the http interface 330 when the URL 308 is received.
  • the actual URL 308, including the type of information required can be kept transparent to the user by displaying a menu on a display or screen 302 of the computer 300 if no indication of the desired information is included.
  • the request 305 can include attributes which modify the request 305. For example, if the user desires information concerning calls placed to the phone number "555-1234" for the past five days, the format of the URL 308 can be:
  • the http interface 330 within the IN node 320 can then generate a markup language page 340, such as a Hypertext Markup Language (HTML) page 340 (step 450), which is sent to the computer 300 from the http interface 330 via the web browser 310 (step 460).
  • HTML page 340 contains the information that the user requested and presents this information to the user via the web browser 310 on the computer screen 302.
  • the HTML page 340 can contain further links to request different information from the IN node 320 and links which point to other information contained on other
  • the web browser 310 can be resident within the IN node 320 itself. Thus, instead of remotely accessing the IN node 320, the administration of the IN node 320 can be performed at the IN node 320 through the use of the web browser 310.
  • XML Extensible Markup Language

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Telephonic Communication Services (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

L'invention concerne un système et un procédé de télécommunications permettant de réaliser une interface (330) http (Hypertext Transfer Protocol) directe dans un noeud (320) de réseau intelligent (IN) contenant des informations relatives aux abonnés et/ou au réseau. L'interface http (325) offre un procédé de gestion à distance d'un noeud IN (320) combinant l'indépendance par rapport à la plate-forme et la gérabilité d'une interface texte présentant une courbe d'apprentissage de faible profondeur et l'utilisabilité d'une interface graphique. Avec cette interface http (325) directe, tout ordinateur, poste de travail, ou autre machine (300) compatible avec le Web reliée au même réseau (210) de données que le noeud IN (320) peut lancer un navigateur (310) Web, par exemple, Netscape, Internet Explorer, etc., fournir une adresse URL (308) identifiant le noeud IN (320) auquel l'utilisateur souhaite avoir accès, et accéder au noeud IN (320) afin de spécifier des fonctions administratives fournies par le navigateur (310) Web.
EP99932322A 1998-07-08 1999-07-07 Interface http dans un noeud de reseau intelligent Withdrawn EP1095525A1 (fr)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US111466 1987-10-22
US11146698A 1998-07-08 1998-07-08
PCT/US1999/015341 WO2000003550A1 (fr) 1998-07-08 1999-07-07 Interface http dans un noeud de reseau intelligent

Publications (1)

Publication Number Publication Date
EP1095525A1 true EP1095525A1 (fr) 2001-05-02

Family

ID=22338713

Family Applications (1)

Application Number Title Priority Date Filing Date
EP99932322A Withdrawn EP1095525A1 (fr) 1998-07-08 1999-07-07 Interface http dans un noeud de reseau intelligent

Country Status (5)

Country Link
EP (1) EP1095525A1 (fr)
CN (1) CN1308817A (fr)
AU (1) AU4865399A (fr)
CA (1) CA2336442A1 (fr)
WO (1) WO2000003550A1 (fr)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2361156B (en) 2000-04-07 2002-08-07 3Com Corp Discovering non managed devices in a network such as a LAN using HTTP
CN100384192C (zh) * 2001-09-28 2008-04-23 华为技术有限公司 一种宽带智能上网业务的实现方法
CN100466640C (zh) * 2005-04-04 2009-03-04 华为技术有限公司 一种智能网系统与支付系统的交互处理方法及系统
CN101001398B (zh) * 2007-01-17 2011-05-04 华为技术有限公司 远程业务逻辑调用接入scp控制逻辑的方法、系统及设备
WO2009002147A1 (fr) * 2007-06-27 2008-12-31 Telefonaktiebolaget Lm Ericsson (Publ) Procédé pour une évaluation d'expression, et noeud de réseau implémentant un tel procédé
CN101227629B (zh) * 2008-01-29 2010-06-02 中兴通讯股份有限公司 支持可扩展标记语言数据接口的实现方法

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997022210A2 (fr) * 1995-12-11 1997-06-19 Hewlett-Packard Company Passerelle d'etablissement de communication pour systeme de telecommunications
GB9526326D0 (en) * 1995-12-22 1996-02-21 British Telecomm Accessing telecommunications services
US5751961A (en) * 1996-01-31 1998-05-12 Bell Communications Research, Inc. Integrated internet system for translating logical addresses of internet documents to physical addresses using integrated service control point
FI111677B (fi) * 1996-05-21 2003-08-29 Sonera Oyj Järjestelmä tilaajakohtaisten palveluiden hallitsemiseksi puhelinverkossa

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO0003550A1 *

Also Published As

Publication number Publication date
WO2000003550A1 (fr) 2000-01-20
AU4865399A (en) 2000-02-01
CN1308817A (zh) 2001-08-15
CA2336442A1 (fr) 2000-01-20

Similar Documents

Publication Publication Date Title
US6714217B2 (en) System and method for providing a graphical user interface to, for building, and/or for monitoring a telecommunication network
EP1679866A1 (fr) Traitement intelligent pour l'etablissement de communication sûr Internet
US7277444B2 (en) Method and system for distributing and executing service logic
AU744645B2 (en) Graphical subscription manager intelligent network
WO1999033285A1 (fr) Appel d'application ne dependant pas de l'architecture dans un reseau telephonique
HU221399B1 (en) Method for processing calls, telecommunication system, telecommunication computer system and processor
US20070036315A1 (en) Platform for rapid development of telecommunication services
US20080037524A1 (en) Remote Control Telephone Dialing System and Method
US20020112009A1 (en) Method and system for providing data applications for a mobile device
US6810034B1 (en) Automatic conversion of telephone number to internet protocol address
WO2000003550A1 (fr) Interface http dans un noeud de reseau intelligent
EP0964567A2 (fr) Interface programmable de télécommunications pour la communication sur un reseau de données
US6791971B1 (en) Method and apparatus for providing a communications service, for communication and for extending packet network functionality
US7881286B2 (en) Method for distributing and executing service logic
Cisco Cisco BTS 10200 Softswitch Release Notes for Release 3.3
US20020030696A1 (en) System and method for analyzing and generating supplementary service data units in packet based multimedia communications systems
WO2003107691A1 (fr) Cache de contexte logique de service pour evenements de signalisation
US7286523B2 (en) Terminal supervising device
EP1155560B1 (fr) Conversion automatique de numeros de telephone en adresses ip
KR100546771B1 (ko) 에이피아이를 이용한 지능망 서비스 제공 장치
CA2313852A1 (fr) Architecture de service a agent mobile pour telephonie sur internet et methode de controle de la mobilite du service
US9049289B1 (en) Remote telephony service management
JP2003501970A (ja) 電気通信装置における追加サービスの管理方法
Vasic The internet integrated intelligent network
KR20000052820A (ko) 데이터 네트워크 및 원거리 통신 네트워크 사이의 통신 장치 및 방법

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20010131

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE

AX Request for extension of the european patent

Free format text: AL;LT;LV;MK;RO;SI

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20030201