JPS63125088A - Data access system in multi-switching system - Google Patents

Data access system in multi-switching system

Info

Publication number
JPS63125088A
JPS63125088A JP27156186A JP27156186A JPS63125088A JP S63125088 A JPS63125088 A JP S63125088A JP 27156186 A JP27156186 A JP 27156186A JP 27156186 A JP27156186 A JP 27156186A JP S63125088 A JPS63125088 A JP S63125088A
Authority
JP
Japan
Prior art keywords
data
exchange
data access
subroutine
subscriber
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.)
Pending
Application number
JP27156186A
Other languages
Japanese (ja)
Inventor
Masaaki Nakano
雅昭 中野
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP27156186A priority Critical patent/JPS63125088A/en
Publication of JPS63125088A publication Critical patent/JPS63125088A/en
Pending legal-status Critical Current

Links

Landscapes

  • Exchange Systems With Centralized Control (AREA)

Abstract

PURPOSE:To change only a sub-routine only for a data access at the time of changing the type and the structure of data by making a data reading sub-routine and abstracting the data in a high order program for analyzing and processing. CONSTITUTION:An exchange A and an exchange B manage respectively subs subscribers a1-an, b1-bn individually play a switching function. Further the exchanges A, B use a common line C to deliver the data and execute one complete switching operation as a whole. The exchanges A, B have the plural sub-routine Sa1-Sam, Sb1-Sbm only for the data access and the high order programs Pa, Pb for calling them and analyzing and processing required for a switching control. The high order programs Pa, Pb, when certain/data is required in a logical development, declare a previously commonly defined data name, call the proper sub-routine and obtain the data.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は蓄積プログラム方式による電子交換機をメソシ
ェ型、ループ型などの各種形態にマルチ接続したマルチ
交換システムにおけるデータアクセス方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data access system in a multi-switching system in which electronic switching systems using a storage program type are connected in various forms such as a mesochet type and a loop type.

〔従来の技術〕[Conventional technology]

従来、電子交換機における交換ソフトウェアは、データ
の型、構成が複雑であるにもかかわらず、交換ソフトウ
ェア中の分析、処理の各プログラムで必要となるたびに
データの型、構成を識別して論理展開を行なっており、
データ間の構成上の差異が、交換制御に必要な分析、処
理を行なう各プログラムの各所に表れることとなってい
た。
Traditionally, switching software in electronic exchanges identifies data types and structures and logically develops them whenever necessary for each analysis and processing program in the switching software, even though the data types and structures are complex. We are conducting
Differences in the structure of the data appeared in various parts of each program that performed the analysis and processing necessary for exchange control.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

複数の交換機が主に負荷分散を目的としてメツシュ型、
ループ型など各種の形態で接続されるマルチ交換システ
ムにおいては、呼の生成、推移。
Multiple exchanges are mesh type, mainly for the purpose of load distribution,
In multi-switching systems connected in various forms such as loop type, call generation and transition.

消滅に応じて、各交換機が管理している加入者属性など
のデータを交換機間で転送する必要が生しる。この場合
、各交換機では他より受信したデータを自ら管理してい
るデータとともに一時的に併用してサービスの決定およ
び処理を実施するが、近来の交換機の接続形態の複雑化
に応じて、これらのデータの型および構成が多種多様と
なる。この為、これら複雑化したデータを上述した従来
の方式でアクセスすると、交換制御に必要な分析。
In response to the disappearance, it becomes necessary to transfer data such as subscriber attributes managed by each exchange between exchanges. In this case, each exchange temporarily uses the data received from other exchanges together with the data it manages to determine and process services. Data types and structures become diverse. For this reason, accessing these complicated data using the conventional methods described above requires analysis necessary for exchange control.

処理を行なうプログラムにおけるデータのアクセス部分
が増大し、本来の目的であるサービスの決定や処理を行
なうプログラム部分を圧迫する。その結果、プログラム
自体も複雑となり、プログラム設計および製造に多大の
労力と時間を費やすこととなり、また当然のことながら
、これはプログラム品質の低下を招来する。さらに従来
方式で構成されたブリグラムは、マルチ交換システムの
接続形態や交換機間の転送情報の変更によるデータの型
、構成の変更に対して、そのデータにアクセスしている
プログラムの各所の改造が必要となり、これにも多大の
労力と時間が要求されるという欠点がある。
The data access portion of the processing program increases, putting pressure on the program portion that performs service determination and processing, which is the original purpose. As a result, the program itself becomes complex, requiring a great deal of effort and time to design and manufacture the program, which of course leads to a decrease in program quality. Furthermore, in the case of Brigram, which is configured using the conventional method, changes to the data type and configuration due to changes in the connection form of the multi-exchange system and transfer information between exchanges require modification of various parts of the program that accesses the data. This also has the drawback of requiring a great deal of effort and time.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は上述した従来の問題点を解決するために、各交
換機に、一つ或いは複数のデータアクセス専用のサブル
ーチンと、このサブルーチンをコールし交換制御に必要
な分析、処理を行なう上位プログラムとを設ける。そし
て、上位プログラムはその論理展開上あるデータが必要
になったとき、自らメモリより読出すことは行なわず、
予め共通に定義されたデータ名を宣言し、適当なデータ
アクセス専用サブルーチンをコールすることにより、そ
のデータを入手する。また、データアクセス専用のサブ
ルーチンは、入力されたデータ名等をもとに、そのデー
タが自ら管理しているデータか他の交換機から転送され
たデータかを判定し、更にそのデータの型および構成を
考慮してメモリより読出し、上位プログラムへ返送する
。データアクセス専用のサブルーチンが複数ある場合、
それらをデータの論理的種別により、例えば加入者に関
するデータを読出す加入者データアクセスサブルーチン
、トランクに関するデータを読出すトランクデータアク
セスサブルーチンなどに分けることが、処理能力の面か
らサブルーチンの規模を適当にする上で好適である。
In order to solve the above-mentioned conventional problems, the present invention provides each exchange with one or more subroutines dedicated to data access, and a host program that calls these subroutines and performs analysis and processing necessary for exchange control. establish. When the higher-level program needs certain data for its logical development, it does not read it from memory itself.
The data is obtained by declaring a commonly defined data name in advance and calling an appropriate data access dedicated subroutine. In addition, the subroutine dedicated to data access determines, based on the input data name, etc., whether the data is managed by itself or data transferred from another exchange, and also determines the type and structure of the data. is read from the memory and sent back to the upper program. If you have multiple subroutines dedicated to data access,
By dividing them into logical types of data, such as subscriber data access subroutines that read subscriber-related data and trunk data access subroutines that read trunk-related data, it is possible to appropriately reduce the scale of the subroutines in terms of processing power. It is suitable for

〔作用〕[Effect]

データアクセス専用のサブルーチンを設け、分析や処理
を行なう上位プログラムにおいてデータを抽象化するこ
とにより、上位プログラムはデータの型、構造を意識す
ることなく必要なデータを取得することができ、データ
の型、構造の変更時にはデータアクセス専用のサブルー
チンのみを変更すれば良く、上位プログラムの変更は不
要となる。
By providing a subroutine dedicated to data access and abstracting data in the higher-level program that performs analysis and processing, the higher-level program can obtain the necessary data without being aware of the data type or structure. When changing the structure, only the subroutines dedicated to data access need to be changed, and there is no need to change the higher-level program.

〔実施例〕〔Example〕

次に本発明の実施例について図面を参照して説明する。 Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の実施例のシステム概略図であり、2台
の交換機A、Bで構成されたマルチ交換システム例を示
す、同図において、交換機Aおよび交換機Bはそれぞれ
配下に加入者al=an、 bl〜bnを管理し、単独
としても交換機能を果たす、更に、交換機A、Bは共通
線Cを使用してデータの授受を行なうことにより、全体
としても一つの完全な交換動作を実現する。つまり、サ
ービス上、このマルチ交換システムは交換機Aや交換機
B単独と同等であるように動作する。
FIG. 1 is a system schematic diagram of an embodiment of the present invention, showing an example of a multi-switching system composed of two exchanges A and B. In the figure, exchanges A and B each have subscriber al =an, manages bl to bn, and performs the switching function independently.Furthermore, by sending and receiving data using the common line C, exchanges A and B perform one complete switching operation as a whole. Realize. In other words, in terms of service, this multi-exchange system operates in the same way as exchange A or exchange B alone.

交換機A、Bは、複数のデータアクセス専用のサブル−
チンSal=Sam、Sbl”Sb−と、これをコール
し交換制御に必要な分析、処理を行なう上位プログラム
Pa+Pbとを有する。上位プログラムPa、Pbはそ
の論理展開上あるデータが必要になったとき、予め共通
に定義されたデータ名を宣言し、適当なデータアクセス
専用のサブルーチンSal−3am+  SSb1−3
bをコールすること岬より、そのデータを入手する。以
下、一つのデータアクセス専用のサブルーチンS al
、 S blが、第2図に示すような構成を有する加入
者データアクセスサブルーチンとし、第1図において加
入者a1と加入者btとの間の内線相互通話を例にとり
、本実施例の動作を説明する。なお、第3図はそのとき
の動作説明図である。
Exchanges A and B have subroutines dedicated to multiple data accesses.
It has a program named Sal=Sam, Sbl"Sb-, and a higher-level program Pa+Pb that calls this program and performs analysis and processing necessary for exchange control. The higher-level programs Pa and Pb are used when certain data is required due to their logical expansion. , declare a commonly defined data name in advance, and create a subroutine dedicated to appropriate data access Sal-3am+ SSb1-3
Call b to obtain the data from Misaki. Below, a subroutine dedicated to one data access S al
, S bl is a subscriber data access subroutine having the configuration shown in FIG. explain. Note that FIG. 3 is an explanatory diagram of the operation at that time.

第3図(alに示すように、交換機への加入者a1が発
呼し、同図fblに示すように交換機Bの加入者b1の
電番(電話番号)をダイヤルすると、交換機への上位プ
ログラムPaは加入者a1に関する発信規制クラス、@
未種別、電番などサービス決定に必要となるデータのデ
ータ名を宣言して加入者データアクセスサブルーチンS
atをコールする。
As shown in Figure 3 (al), when subscriber a1 to the exchange makes a call and dials the telephone number of subscriber b1 in exchange B as shown in figure fbl, the upper level program to the exchange is Pa is the calling restriction class for subscriber a1, @
The subscriber data access subroutine S declares the data name of data necessary for service determination, such as unspecified type and telephone number.
Call at.

加入者データアクセスサブルーチンSalは、そのデー
タ名と加入者alの収容位置番号とから自交換機管理の
加入者データか否かを判別し、今の場合自交換機管理の
加入者データであるので、パーマネントなメモリPMa
より加入者alに関するデータを読出し、これを上位プ
ログラムPaに出力する。
The subscriber data access subroutine Sal determines from the data name and the accommodation location number of subscriber al whether or not it is subscriber data managed by the own exchange. memory PMa
The data regarding subscriber al is read out and outputted to the upper level program Pa.

上位プログラムPaは加入者a1に関するデータを取得
すると、第3図1blに示すように交換機へから交換機
Bに対して加入者a1に関する発信規制クラス、端末種
別などサービス決定に必要となるデータを付加した起動
信号を転送する。
When the upper level program Pa obtains the data regarding subscriber a1, it adds data necessary for service determination regarding subscriber a1, such as call restriction class and terminal type, from the exchange to exchange B, as shown in FIG. 3, 1bl. Transfer the activation signal.

交換aBでは、上記起動信号を受信することにより、第
3図telに示すように加入者a1に関するデータを一
時メモリTMbへ退避させ、次に、着加入者b1の同等
なデータを収集するために、加入者データアクセスサブ
ルーチンsbtを抽象化されたデータ名でコールする。
Upon receiving the activation signal, the exchange aB saves the data regarding the subscriber a1 to the temporary memory TMb as shown in tel in FIG. , calls the subscriber data access subroutine sbt with the abstracted data name.

これに応じて加入者データアクセスサブルーチンSbl
は第2図に示すようにそのデータ名と加入者blの収容
位置番号とから自交換機管理の加入者データか否かを判
別し、今の場合自交換機管理の加入者データであるので
、パーマネントなメモリPMbより加入者b1に関する
データを読出し、これを上位プログラムPbに出力する
In response, subscriber data access subroutine Sbl
As shown in Figure 2, it is determined from the data name and the accommodation location number of subscriber bl whether or not it is subscriber data managed by the own exchange.In this case, since it is subscriber data managed by the own exchange, it is Data regarding subscriber b1 is read from the memory PMb and outputted to the host program Pb.

上位プログラムPbは加入者b1に関するデータを取得
すると、第3図1blに示すように呼出し完了信号と共
に交換機Aへ返送する。
When the host program Pb acquires the data regarding the subscriber b1, it sends it back to the exchange A along with a call completion signal, as shown in FIG. 3, 1bl.

交換機Aでは第3図telに示すようにこの加入者bl
に関するデータを一時メモリTMaに記憶する。
At exchange A, as shown in Figure 3, this subscriber bl
The related data is stored in the temporary memory TMa.

以上の手順により、各交換機A、Bは自交換機で管理す
る加入者以外の加入者に関するデータを自交換機の一時
メモリに退避しておくことができた。従って、以後のサ
ービスに関しては、自交換機で管理している加入者相互
間の通話時と同等なサービスの提供が可能となる0例え
ば、加入者b1から発呼者の電番の要求があった場合に
、交換機Bは一時メモリTMbに退避されている加入者
alの電番を加入者blに出力することで、この種の要
求に応えることができる。そして、このようなシステム
での呼の各種のサービスを決定するプログラムを設計す
る場合、起動元あるいは接続先が自らの交換機の管理す
る加入者なのか否かということは問題にならず、これに
起因するデータの型、構成の差異はデータ名を宣言し加
入者データアクセスサブルーチンをコールし、サブルー
チンの中で、他の交換機からの起動であれば一時的に退
避された一時メモリから必要データを読出すことで解消
される。
Through the above procedure, each exchange A and B was able to save data regarding subscribers other than those managed by the exchange in the temporary memory of the exchange. Therefore, with regard to subsequent services, it is possible to provide the same service as when calling between subscribers managed by the own exchange.For example, when subscriber b1 requests the telephone number of the caller. In this case, exchange B can respond to this kind of request by outputting the telephone number of subscriber al saved in temporary memory TMb to subscriber bl. When designing a program that determines various services for calls in such a system, it does not matter whether the invocation source or connection destination is a subscriber managed by the own exchange; To determine the difference in data type and configuration, declare the data name, call the subscriber data access subroutine, and in the subroutine, if the activation is from another exchange, the required data is retrieved from the temporarily saved temporary memory. This can be resolved by reading it out.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明は、マルチ接続の交換シス
テムにおいて、データ読出しをサブルーチン化し、分析
や処理を行なう上位プログラムにおいてデータを抽象化
することにより、上位プログラムの論理展開上不要なデ
ータの型、構成を締め出すことができる。これにより、
上位プログラムの論理性が明らかになり、プログラム機
能も階層化でき効率的に設定、製造、デバッグを実施で
きる。また、交換機の接続形態の変更や交換機間の転送
情報の変更などがあったとしても、データアクセスサブ
ルーチンのみに変更を加えれば良く、上位プログラムの
変更を必要としない。また逆に、サービスに変更がある
場合は上位プログラムの論理を変更するだけで、データ
アクセスサブルーチンは従来のままで良い。このように
本発明を適用することにより、各種の変更に強く保守性
においても高い効果がある。
As explained above, in a multi-connection switching system, the present invention converts data reading into a subroutine and abstracts the data in the higher-level program that performs analysis and processing, thereby eliminating data types that are unnecessary for the logical development of the higher-level program. , the configuration can be locked out. This results in
The logic of the upper-level program becomes clear, and program functions can be layered, allowing efficient configuration, manufacturing, and debugging. Further, even if there is a change in the connection form of exchanges or a change in the transfer information between exchanges, it is only necessary to change the data access subroutine, and there is no need to change the upper level program. Conversely, if there is a change in the service, just change the logic of the upper level program, and the data access subroutine can remain as it is. By applying the present invention in this way, it is resistant to various changes and highly effective in terms of maintainability.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の実施例のシステム概略図、第2図は加
入者データアクセスサブルーチンの概略フローチャート
および、 第3図は第1図に示したシステムの内線相互通話サービ
スの通信の流れとデータの一時退避とを示す本発明の実
施例の動作説明図である。 図において、A、B・・・交換機、C・・・共通線、a
l〜an、 bl−bn・・・加入者、Pa、Pb・・
・上位プログラム、Sal〜Sa麟、Sbl〜sb鋼・
・・データアクセス専用のサブルーチン。
FIG. 1 is a schematic diagram of a system according to an embodiment of the present invention, FIG. 2 is a schematic flowchart of a subscriber data access subroutine, and FIG. FIG. 3 is an explanatory diagram of the operation of the embodiment of the present invention, showing the temporary saving of the data. In the diagram, A, B... exchange, C... common line, a
l~an, bl-bn...subscriber, Pa, Pb...
・Top program, Sal~Sarin, Sbl~sb steel・
...A subroutine dedicated to data access.

Claims (1)

【特許請求の範囲】 複数の独立した交換機をマルチ接続したマルチ交換シス
テムにおいて、 各交換機は、扱うデータの型、構成に合致して作成され
たデータアクセス専用のサブルーチンと、該サブルーチ
ンをコールして交換制御に必要な分析、処理を行なう上
位プログラムとを有し、前記上位プログラムは抽象化し
たデータ名を持って前記サブルーチンをコールすること
により必要とするデータを前記サブルーチンを介して取
得するように構成されたマルチ交換システムにおけるデ
ータアクセス方式。
[Claims] In a multi-exchange system in which a plurality of independent exchanges are multi-connected, each exchange has a subroutine dedicated to data access created in accordance with the type and structure of the data it handles, and a subroutine that calls the subroutine. and a higher-level program that performs analysis and processing necessary for exchange control, and the higher-level program acquires required data via the subroutine by calling the subroutine with an abstracted data name. A data access method in a structured multi-switching system.
JP27156186A 1986-11-14 1986-11-14 Data access system in multi-switching system Pending JPS63125088A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27156186A JPS63125088A (en) 1986-11-14 1986-11-14 Data access system in multi-switching system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27156186A JPS63125088A (en) 1986-11-14 1986-11-14 Data access system in multi-switching system

Publications (1)

Publication Number Publication Date
JPS63125088A true JPS63125088A (en) 1988-05-28

Family

ID=17501793

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27156186A Pending JPS63125088A (en) 1986-11-14 1986-11-14 Data access system in multi-switching system

Country Status (1)

Country Link
JP (1) JPS63125088A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019521430A (en) * 2016-06-03 2019-07-25 アビニシオ テクノロジー エルエルシー Format-specific data processing operations

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019521430A (en) * 2016-06-03 2019-07-25 アビニシオ テクノロジー エルエルシー Format-specific data processing operations
US11347484B2 (en) 2016-06-03 2022-05-31 Ab Initio Technology Llc Format-specific data processing operations

Similar Documents

Publication Publication Date Title
US4993017A (en) Modularly structured ISDN communication system
US5363121A (en) Multiple protocol communication interface for distributed transaction processing
JPH07236000A (en) Communication system
US6457056B1 (en) Network interface card controller and method of controlling thereof
US6219801B1 (en) Work inheriting system
US5826019A (en) Modular application software and data providing mobility in telecommunication networks
JPS63125088A (en) Data access system in multi-switching system
JP3067712B2 (en) SCP call control system
JP3223953B2 (en) Service logic program identification method
CA2350922A1 (en) Concurrent processing for event-based systems
US5925121A (en) Data processing system and method for accessing a common data memory
KR100385223B1 (en) Service Switching System for Multi Protocol Providing in Intelligent Network
JPH04339492A (en) Automatic private branch exchange
JP2820942B2 (en) Communication protocol processing method
JPH07203501A (en) Distributed exchange system
KR100476291B1 (en) Processor road data roading method for saving visitor subscriber data
AU3087800A (en) Subscription handler interface between a customer administrative system and database network elements of communications network
JPH08305666A (en) Virtual terminal connection type distributed service system
JPS63108894A (en) Station data managing system for distributed exchange
JPS5923695A (en) Dispersed function electronic switchboard
JPH07123311B2 (en) Subscriber data management method
Jackson et al. The Harris 20-20 integrated network switch
Karhinen et al. An architectural style decoupling coordination, computation and data
JPH07193635A (en) Service state management system
JPH08166931A (en) Load distribution method for parallel computer