JPH0537629A - Electronic exchange system - Google Patents
Electronic exchange systemInfo
- Publication number
- JPH0537629A JPH0537629A JP18755991A JP18755991A JPH0537629A JP H0537629 A JPH0537629 A JP H0537629A JP 18755991 A JP18755991 A JP 18755991A JP 18755991 A JP18755991 A JP 18755991A JP H0537629 A JPH0537629 A JP H0537629A
- Authority
- JP
- Japan
- Prior art keywords
- memory
- program
- command
- change
- storage
- 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.)
- Granted
Links
Landscapes
- Exchange Systems With Centralized Control (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は電子交換機にかかわり、
特に保守用端末等を用いて交換機の稼働中にメモリ上の
記憶内容を支障なく変更できるようにしたプログラム蓄
積形の電子交換機システムに関するものである。The present invention relates to an electronic exchange,
In particular, the present invention relates to a program storage type electronic exchange system in which the contents stored in the memory can be changed without trouble while the exchange is in operation by using a maintenance terminal or the like.
【0002】[0002]
【従来の技術】プログラム蓄積形構内交換機は制御の中
枢にプロセッサ(CPU)を使用しており、プロセッサ
に実行させるべきプログラムやプログラム実行に必要な
各種データは書き替え可能なメモリに記憶させて利用す
る。2. Description of the Related Art A program storage type private branch exchange uses a processor (CPU) as a control center, and a program to be executed by the processor and various data necessary for executing the program are stored in a rewritable memory for use. To do.
【0003】そして、プログラム蓄積形構内交換機にお
いては、通話を制御する呼制御プログラムや、交換機の
各部品、装置の自己診断を行い、障害発生時には適宜な
処理を行う運用プログラム、交換機に収容されている内
線やトランク等の収容データを、追加、削除、修正する
ための保守プログラム等、各種プログラムがマクロ的に
は見掛け上、同時に走らせているが、ミクロ的には(す
なわち、極短い時間単位で見れば、)あるタイミングに
は呼制御プログラム、あるタイミングには保守プログラ
ムと云うように、複数のプログラムがオペレーティング
・システム(OS)により、極短い時間単位で切り替え
られて実行されている。In the program storage type private branch exchange, a call control program for controlling a call, an operation program for performing self-diagnosis of each part and device of the exchange, and performing appropriate processing when a failure occurs, are stored in the exchange. Various programs such as maintenance programs for adding, deleting, and correcting accommodation data such as extensions and trunks are apparently running at the same time as a macro, but microscopically (that is, in an extremely short time unit). As can be seen, a plurality of programs are executed by being switched by an operating system (OS) in a very short time unit, such as a call control program at a certain timing and a maintenance program at a certain timing.
【0004】ところで、このようなプログラム蓄積形の
電子交換機ではプログラムの誤りや部分訂正等に対して
即応できるようにするために、プログラム全体を入れ替
えることなしに訂正することができるよう、メモリの内
容を変更するための保守コマンドが用意されており、交
換機として稼働中にメモリ内容の変更が可能となってい
る。By the way, in such a program storage type electronic exchange, the contents of the memory can be corrected so that the entire program can be corrected in order to be able to immediately respond to an error or partial correction of the program. A maintenance command for changing the memory is prepared, and the memory contents can be changed during operation as an exchange.
【0005】これは一般に交換機に接続した保守用ター
ミナルすなわち、キーボードやディスプレイを備えて、
情報の授受を行うことができる保守端末によりコマンド
入力して交換機に指令を与え、変更作業を行うが、この
メモリ内容変更のコマンドは交換機側のCPUでは1行
入力されるたびに処理して、コマンドで指定されたメモ
リ領域の内容を変更する。この1行で記述されるメモリ
変更は不可分の時間内に、一連の処理として実施され
る。つまり、他の処理に割り込まれることなく、終結す
る。しかし、交換機側のCPUでは受け付けるコマンド
は1行分である。It is generally equipped with a maintenance terminal connected to an exchange, that is, a keyboard and a display,
The maintenance terminal capable of exchanging information gives a command to the exchange to give a command to perform the change work. The memory content change command is processed every time one line is input in the CPU of the exchange, Change the contents of the memory area specified by the command. The memory change described in this one line is executed as a series of processes within an indivisible time. In other words, it is terminated without being interrupted by other processing. However, the CPU on the exchange side accepts only one line of commands.
【0006】従って、1行で終わるコマンドで必要な変
更がすべて終わるような場合は問題はないが、交換機の
メモリにおける内容変更が複数行にわたる変更コマンド
になってしまう場合も多々あり、この場合は1つのコマ
ンド行を処理し、次のコマンド行を処理するまでの間
に、前述のように他のプログラムが実行される危険が生
じる。Therefore, there is no problem if all the necessary changes are completed by a command that ends in one line, but the contents change in the memory of the exchange often results in a change command over a plurality of lines. In this case, Between the processing of one command line and the processing of the next command line, there is a risk that another program will be executed as described above.
【0007】これは呼制御を主なものとして複数のイベ
ントがランダムに発生するような構内交換機のソフトウ
ェアでは複数コマンド行の入力のような、時間を要する
処理のために中央処理装置を占有できないからである。This is because the software of the private branch exchange in which a plurality of events occur at random mainly for call control cannot occupy the central processing unit for time-consuming processing such as inputting a plurality of command lines. Is.
【0008】従って、不可分のメモリ変更作業、すなわ
ち、変更の途中段階では使用してはならないようなプロ
グラム変更などの場合、その変更作業が複数の変更コマ
ンドに分割されてしまうようなときは、変更作業の途中
で他のプログラムが割り込み実行されることとなり、こ
の割り込み実行されたプログラムがメモリ変更の対象領
域の内容を利用するようなものであったりすると、変更
途中のプログラムや変更途中のデータを参照したりする
ことになり、プログラムやデータに矛盾が生じて、シス
テムダウンに陥ったり、プログラムの破壊やデータの破
壊等を招く危険性がある。Therefore, in the case of an inseparable memory change work, that is, a program change that should not be used in the middle of the change, when the change work is divided into a plurality of change commands, the change is made. If another program is interrupted during the work, and the interrupted program uses the contents of the target area for memory change, the program under change and the data under change will be There is a risk that the program or data will be inconsistent and the system will be down, or the program or data will be destroyed.
【0009】[0009]
【発明が解決しようとする課題】上述の如く、従来のプ
ログラム蓄積形構内交換機(電子交換機)では、制御の
中枢にプロセッサ(CPU)を使用しており、プロセッ
サに実行させるべきプログラムやプログラム実行に必要
な各種データは書き替え可能なメモリに記憶させて利用
する。As described above, in the conventional program storage type private branch exchange (electronic exchange), the processor (CPU) is used as the center of control, and the program to be executed by the processor or the program execution is executed. Various necessary data are stored in a rewritable memory for use.
【0010】従って、システム変更や各種サービスの変
更等に際してはプログラム変更やデータ変更が必要とな
る。ところがこのような変更に伴い、書き替え可能なメ
モリに対して記憶内容の変更作業を行うにあたり、従来
のシステムでは交換機を動作させたまま、記憶内容の変
更を行うことができるものの、これは交換機として基本
動作(発着呼に対する接続等)を実行しつつ、その合間
にメモリの書き替えや削除等の制御を行うことになる。Therefore, it is necessary to change the program and the data when changing the system or changing various services. However, due to such a change, when the stored contents are changed in the rewritable memory, the stored contents can be changed while the exchange is operating in the conventional system. As a result, while performing basic operations (connection for incoming and outgoing calls, etc.), control such as rewriting and deletion of the memory is performed in the meantime.
【0011】そのため、プログラムの変更や各種サービ
スのためのデータの変更などの場合では、内容の変更途
中の状態で交換機の基本動作等が実行される危険が避け
られない。このようにプログラム等の書き替えのように
不可分のメモリ変更作業(すなわち、変更し終わるま
で、利用してはならないような対象のメモリ変更作業)
を行う際に、変更コマンドの入力上の制限から、複数コ
マンド行への分割を余儀無くされたときに、メモリ変更
作業途中でメモリ変更領域にあるプログラムを実行した
り、メモリ変更領域にあるデータが参照されることによ
り交換機システムの停止(システムダウン)や、プログ
ラム破壊、データ破壊など、重大な障害を招く問題があ
った。Therefore, in the case of changing the program or changing the data for various services, there is an unavoidable risk that the basic operation of the exchange is executed while the contents are being changed. In this way, indivisible memory modification work such as rewriting a program (that is, target memory modification work that should not be used until the modification is completed).
When it is necessary to divide the command into multiple command lines due to the limitation of inputting the change command, execute the program in the memory change area or change the data in the memory change area during the memory change work. There is a problem that causes a serious failure such as stop of the exchange system (system down), program destruction, data destruction, etc. by referring to.
【0012】そこで、この発明の目的とするところは、
稼働中にメモリ変更操作が可能なプログラム蓄積形交換
機において、メモリ変更作業の途中で、変更の対象とな
るメモリ領域のプログラムやデータが利用される心配を
無くし、システムに障害を与えることなくメモリの記憶
内容の変更作業を完了することができるようにした電子
交換機システムを提供することにある。Therefore, the object of the present invention is to
In a program storage type exchange capable of changing memory during operation, there is no need to worry about using programs and data in the memory area to be changed during memory change work, and memory can be An object of the present invention is to provide an electronic exchange system capable of completing a change operation of stored contents.
【0013】[0013]
【課題を解決するための手段】上記目的を達成するた
め、本発明は次のように構成する。すなわち、内容変更
可能な記憶部に記憶された各種プログラムを含む各種情
報に従って制御手段が動作することにより、交換機とし
て稼働する電子交換機システムにおいて、前記記憶部に
はメモリ内容変更処理のための情報を蓄積する格納領域
を設け、また、前記制御手段には外部より入力される前
記記憶部のメモリ内容を変更するための情報を受ける
と、この入力された情報を前記記憶部の前記格納領域に
格納する一時格納機能と、外部より入力されるメモリ内
容の変更一括処理指令情報を受けると、前記格納領域に
格納されているメモリ内容の変更情報に基づく前記記憶
部のメモリ内容変更をその変更処理の分断を生じること
なく一括して実施する一括実施機能とを具備して構成す
る。In order to achieve the above object, the present invention is configured as follows. That is, in the electronic exchange system operating as an exchange by the control means operating in accordance with various information including various programs stored in the storage unit whose contents can be changed, the storage unit stores information for memory content change processing. A storage area for accumulating is provided, and when the control means receives information for changing the memory content of the storage section input from the outside, the input information is stored in the storage area of the storage section. When the temporary storage function and the batch change command for memory content input from the outside are received, the change of the memory content of the storage unit based on the change information of the memory content stored in the storage area is performed. It is configured by including a collective execution function that executes the processing collectively without causing division.
【0014】[0014]
【作用】上記の構成において、外部より前記記憶部のメ
モリ内容を変更するための情報を受けると、前記制御手
段にはこの入力された情報を前記記憶部の前記格納領域
に格納し、外部よりメモリ内容の変更一括処理指令情報
を受けると、前記格納領域に格納されているメモリ内容
の変更情報に基づく前記記憶部のメモリ内容変更をその
変更処理の分断を生じることなく一括して実施する。In the above structure, when the information for changing the memory content of the storage unit is received from the outside, the control unit stores the input information in the storage area of the storage unit and externally When the memory content change batch processing command information is received, the memory content change of the storage unit based on the memory content change information stored in the storage area is collectively performed without division of the change processing.
【0015】このように、不可分のメモリ変更作業が複
数のメモリ変更命令で記述された場合でも、他のプログ
ラムの割り込みを受け付けずに一気に実行して書き替え
を行ってから、他のプログラムの実行を可能にするの
で、書き替え中の内容を他のプログラムが利用すること
を防止できて、システムダウンなどを招くことのない、
信頼性の高いメモリ内容変更処理機能を有する電子交換
機システムを提供できる。As described above, even when the indivisible memory changing operation is described by a plurality of memory changing instructions, the program is executed at once without rewriting the interrupts of other programs and rewriting, and then the other programs are executed. Since it is possible to prevent the contents being rewritten from being used by other programs, the system does not go down.
An electronic exchange system having a highly reliable memory content change processing function can be provided.
【0016】[0016]
【実施例】以下、本発明の一実施例について、図面を参
照して説明する。図1は本発明の一実施例に係わる電子
交換機システムの概略図である。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a schematic diagram of an electronic exchange system according to an embodiment of the present invention.
【0017】図1において、10は通話路スイッチであ
り、内線と外線並びに内線相互間の交換動作を行うもの
である。11は中央制御部であり、通話路スイッチ10
を含めた交換機全体の制御の中枢を担うものである。中
央制御部11はプロセッサ(CPU)を制御の中枢とし
て用いており、制御プログラムを実行することで、これ
らの制御を実施するものである。In FIG. 1, reference numeral 10 is a speech path switch for performing an exchange operation between an extension line, an outside line and an extension line. Reference numeral 11 denotes a central control unit, which is a call path switch 10
It plays a central role in controlling the entire exchange including the above. The central control unit 11 uses a processor (CPU) as a control center, and executes these control by executing a control program.
【0018】また、12は記憶部であって、この記憶部
12はROM(リード・オンリ・メモリ)やRAM(ラ
ンダム・アクセス・メモリ)よりなり、制御プログラム
の他、各種テーブルの保持やワーキングエリアに使用さ
れる。制御内容やサービス機能の変更などに対応するこ
とができるよう、制御プログラムやデータはRAMに記
憶し、ROMには初期化プログラムとイニシャル・プロ
グラム・ローダ程度が記憶されており、交換機を立ち上
げるにあたってはイニシャル・プログラム・ローダによ
るデータ読み込み機能により、外部からプログラムやデ
ータをロードする。Reference numeral 12 denotes a storage unit, which is composed of a ROM (Read Only Memory) and a RAM (Random Access Memory), and holds various tables in addition to the control program and a working area. Used for. The control program and data are stored in the RAM, and the initialization program and the initial program loader are stored in the ROM so that the control content and service functions can be changed. Uses the data read function of the initial program loader to externally load programs and data.
【0019】20a〜20nは通話路スイッチ10と内
線電話機とを接続するためのインタフェ−スであるライ
ン回路であり、21a〜21nは通話路スイッチ10に
接続される内線電話機である。Reference numerals 20a to 20n are line circuits which are interfaces for connecting the speech path switch 10 and the extension telephones, and 21a to 21n are extension telephones connected to the speech path switch 10.
【0020】内線電話機はそれぞれ対応するライン回路
20a〜20nを介して通話路スイッチ10に接続され
る。13は各種トーンシグナルを発生する信号発生器、1
4は保守用端末(保守用ターミナル)である。保守用端
末14はキーボードやディスプレイを有し、図示しない
インタフェースを介して中央制御部11と接続されてお
り、キーボードを操作することで中央制御部11とコマ
ンドやデータの授受を行うことができる。15は受付台
であり、受付台15は受付台インタフェース16を介し
て中央制御部11および通話路スイッチ10に接続され
ている。The extension telephones are connected to the communication path switch 10 via the corresponding line circuits 20a to 20n. 13 is a signal generator for generating various tone signals, 1
Reference numeral 4 is a maintenance terminal (maintenance terminal). The maintenance terminal 14 has a keyboard and a display, and is connected to the central control unit 11 via an interface (not shown). By operating the keyboard, commands and data can be exchanged with the central control unit 11. Reference numeral 15 is a reception board, and the reception board 15 is connected to the central control unit 11 and the communication path switch 10 via a reception board interface 16.
【0021】本電子交換機システムにおいては、通話路
スイッチ10は中央制御部11により制御され、時分割
により割り当てられたタイムスロットを使用して各局線
と各内線および内線相互の音声等の信号の受け渡しを行
うことで、交換動作を行い、通話路を確保して通話を可
能ならしめる。中央制御部11はこのような交換制御及
び内線電話機からの指定時刻呼出登録制御、指定時刻呼
出実施制御等の各種サ−ビスや保守用端末14との情報
授受、記憶部12に対するリードライト制御等、その
他、各種制御を行う機能を具備する。In the present electronic exchange system, the speech path switch 10 is controlled by the central control unit 11 and uses time slots assigned by time division to exchange signals such as voices between each station line and each extension line and each extension line. By doing, the exchange operation is performed, the call path is secured, and the call is made possible. The central control section 11 exchanges information with various services such as exchange control, designated time call registration control from the extension telephone, designated time call execution control and maintenance terminal 14, read / write control for the storage section 12, etc. In addition, it has a function of performing various controls.
【0022】31a,〜31nは通話路スイッチ10に
収容される局線(外線)とのインタフェ−スをとるトラ
ンク回路であり、このトランク回路31a,〜31nは
局線に対する発信や着信に伴う直流の極性反転、終話等
の検出を行うことができる。Reference numerals 31a to 31n are trunk circuits for interfacing with the office line (outside line) accommodated in the speech path switch 10. The trunk circuits 31a to 31n are direct currents associated with transmission and reception of calls to the office line. It is possible to detect the polarity reversal and the end of call.
【0023】17は図示しない入出力インタフェースを
介して中央制御部11に接続されたフロッピディスク装
置あるいは光ディスク装置あるいはハードディスク装置
等の大容量外部記憶装置である。Reference numeral 17 is a large-capacity external storage device such as a floppy disk device, an optical disk device, or a hard disk device, which is connected to the central control unit 11 via an input / output interface (not shown).
【0024】図2は本発明に係るメモリ変更コマンド群
の構成と、メモリ変更命令を格納する領域との関係を概
念的に示すものである。メモリ変更コマンド群は中央制
御部11に対し、記憶部12のRAM領域の内容を変更
するための指令等を与えるためのコマンド群であり、こ
のコマンドに従ってメモリ変更処理プログラムが必要な
処理を実施する。FIG. 2 conceptually shows the relationship between the structure of the memory change command group according to the present invention and the area for storing the memory change command. The memory change command group is a command group for giving to the central control unit 11 a command and the like for changing the contents of the RAM area of the storage unit 12, and the memory change processing program executes the necessary processing in accordance with this command. ..
【0025】メモリ変更コマンド群は本システムの場
合、記憶部12のRAM領域における特別に割り当てら
れた領域に格納される。この領域がメモリ変更命令格納
領域41であり、メモリ変更命令格納領域41には一つ
以上のメモリ変更命令42を格納することができると共
に、他のプログラムではこの領域を一切、利用すること
が無いようにしてある。In the case of this system, the memory change command group is stored in a specially assigned area in the RAM area of the storage unit 12. This area is the memory change instruction storage area 41. One or more memory change instructions 42 can be stored in the memory change instruction storage area 41, and no other program uses this area at all. Is done.
【0026】メモリ変更コマンド43は本発明で述べて
いるメモリ変更処理に必要な各種機能を提供するコマン
ド群である。メモリ変更コマンド43にはメモリ変更表
示コマンド44、メモリ変更命令追加コマンド45、メ
モリ変更命令修正コマンド46、メモリ変更削除コマン
ド47、メモリ変更命令一括実行コマンド48等があ
る。The memory change command 43 is a command group that provides various functions necessary for the memory change processing described in the present invention. The memory change command 43 includes a memory change display command 44, a memory change instruction addition command 45, a memory change instruction correction command 46, a memory change deletion command 47, and a memory change instruction batch execution command 48.
【0027】これらのうち、メモリ変更表示コマンド4
4はメモリ変更命令格納領域41に格納されているメモ
リ変更命令の全部または一部を保守用端末14のディス
プレイに表示するためのコマンドである。メモリ変更命
令追加コマンド45はメモリ変更命令格納領域41に対
して、新たにメモリ変更命令を追加あるいは挿入するた
めのコマンドである。Of these, the memory change display command 4
Reference numeral 4 is a command for displaying all or part of the memory change instruction stored in the memory change instruction storage area 41 on the display of the maintenance terminal 14. The memory change instruction addition command 45 is a command for newly adding or inserting a memory change instruction to the memory change instruction storage area 41.
【0028】また、メモリ変更命令修正コマンド46は
メモリ変更命令格納領域41に格納されたメモリ変更命
令42を修正するものであり、メモリ変更削除コマンド
47はメモリ変更命令格納領域41に格納された複数の
メモリ変更命令の一部または全部を削除するものであ
る。The memory change command modification command 46 is for modifying the memory modification command 42 stored in the memory modification command storage area 41, and the memory modification deletion command 47 is a plurality of memory modification command storage areas 41. This is to delete a part or all of the memory change instruction.
【0029】メモリ変更命令一括実行コマンド48はメ
モリ変更命令格納領域41に格納された複数のメモリ変
更命令の一部または全部を順次、実行するものであり、
その命令実行は不可分の時間内に行われ、他のプログラ
ムはその間は実行できない。すなわち、一連の処理を、
他のプログラムの割り込みを与えることなく連続して実
行し、処理を一気に完成させる。The memory change instruction batch execution command 48 sequentially executes some or all of the plurality of memory change instructions stored in the memory change instruction storage area 41.
The instruction is executed within an indivisible time, and other programs cannot be executed during that time. That is, a series of processing,
The program is executed continuously without interrupting other programs to complete the process at once.
【0030】上記の各コマンドを処理するために記憶部
12にはメモリ変更処理プログラムが用意されており、
このメモリ変更処理プログラムは、保守用端末14もし
くは外部の大容量記憶装置17から与えられるメモリ変
更命令を受けると、この命令をメモリ変更命令格納領域
41に格納し、保守用端末14もしくは外部の大容量記
憶装置17から与えられるメモリ変更命令一括実行コマ
ンド48を受けると、メモリ変更命令格納領域41に格
納してある内容の全部、もしくは指定される一部を連続
的に実行し、記憶部12におけるRAMのメモリ内容を
このコマンドに従って変更したり削除したりして行くと
云った処理を行う。A memory change processing program is prepared in the storage unit 12 for processing each of the above commands.
When this memory change processing program receives a memory change instruction given from the maintenance terminal 14 or the external mass storage device 17, the memory change processing program stores this instruction in the memory change instruction storage area 41, and the memory change instruction storage area 41 stores the instruction. When the memory change instruction batch execution command 48 given from the capacity storage device 17 is received, all the contents stored in the memory change instruction storage area 41 or a part of the specified contents are continuously executed, and the storage unit 12 stores According to this command, the memory contents of the RAM are changed and deleted.
【0031】そして、実行すべきコマンドがすべて実行
し終わるまでの間は、他のプログラムに割り込みをかけ
られることが無いように処理プログラムの内容を設定し
てある。The contents of the processing program are set so that other programs cannot be interrupted until all the commands to be executed have been executed.
【0032】図3はプログラム蓄積形交換機において、
オペレーティング・システムOSが呼制御プログラムP
1、保守プログラムP2、運用プログラムP3をそれぞ
れ極短い時間間隔t1毎に順次走行する様子を示してい
る。図において、横軸は時間軸であり、OS,P1,P
2,P3,OS,P1,P2,P3の順で実行されてい
る様子を示している。この他に、交換機のソフトウェア
を構成するプログラムがあっても良いし、また、各プロ
グラムの実行順序、時間間隔などは交換機それぞれが有
するオペレーティング・システムOSの機能により異な
る。FIG. 3 shows a program storage type exchange.
The operating system OS is the call control program P
1, the maintenance program P2, and the operation program P3 are sequentially run at extremely short time intervals t1. In the figure, the horizontal axis is the time axis, and OS, P1, P
2, P3, OS, P1, P2, P3 are executed in this order. In addition to this, there may be a program that constitutes the software of the exchange, and the execution order of each program, the time interval, etc. differ depending on the function of the operating system OS of each exchange.
【0033】図4は不可分のメモリ変更作業を行う手順
をフローチャートで示したものである。このフローチャ
ートに従って説明すると、まず、メモリ変更作業の内容
を1つ以上のメモリ変更命令コマンドやデータを記述し
たメモリ変更命令を入力する(S1)。入力作業中はメ
モリ変更命令の追加、修正、削除を行うこともできる
(S3)。入力作業が完了すれば(S2)、メモリ変更
命令の一括実行を行い、作業を終了する(S4)。FIG. 4 is a flow chart showing a procedure for performing an indivisible memory changing operation. Explaining in accordance with this flowchart, first, the content of the memory change operation is input with one or more memory change instruction commands or a memory change instruction describing data (S1). It is also possible to add, modify, or delete the memory change command during the input work (S3). When the input work is completed (S2), the memory change instructions are collectively executed, and the work is finished (S4).
【0034】図5はメモリ変更命令の入力作業とオペレ
ーティング・システム(OS)の管理のもとに実行され
るプログラムとの関係を示した図であって、図5(a)
は従来の方式を示したものであり、図5(b)は本発明
の方式を示したものである。FIG. 5 is a diagram showing the relationship between the input work of the memory change command and the program executed under the control of the operating system (OS).
Shows the conventional system, and FIG. 5 (b) shows the system of the present invention.
【0035】図5(a)に示すように、従来はタイミン
グt51,t54,t55において、それぞれ1行分の
メモリ変更命令が入力されるとすると、その1行分のメ
モリ変更命令が入力されるたびにメモリ変更コマンドが
起動される。そして、タイミングt51において入力さ
れた1行分のメモリ変更命令に対してはタイミングt5
2において与えられる時間間隔において入力の処理とメ
モリ変更命令の実行が行われ、その間、メモリ変更プロ
グラム意外の他のプログラム実行は停止されている。入
力の処理とメモリ変更命令の実行が終わると、次のメモ
リ変更命令が入力されるまでの間は(タイミングt5
4)、有意の時間間隔があり(タイミングt53)、こ
の間ではOSは他のプログラムを起動する。As shown in FIG. 5A, conventionally, if a memory change instruction for one row is input at timings t51, t54, and t55, the memory change instruction for one row is input. The memory change command is activated each time. Then, with respect to the memory change instruction for one line input at the timing t51, the timing t5
In the time interval given in 2, the processing of the input and the execution of the memory change instruction are performed, while the execution of other programs other than the memory change program is stopped. After the input processing and the execution of the memory change instruction are completed, the next memory change instruction is input (timing t5).
4) There is a significant time interval (timing t53), during which the OS activates another program.
【0036】このように入力されたコマンド1行ずつを
実行し、次のコマンドが入力されるまでは他のプログラ
ムの実行に供されるが、タイミングt51におけるメモ
リ変更命令とタイミングt54におけるメモリ変更命令
が不可分のものであるとすれば、すなわち、メモリ内容
の変更が完結するに、タイミングt51において受けた
メモリ変更命令とタイミングt54において受けたメモ
リ変更命令の実行が必要であったような場合は、タイミ
ングt51において受けたメモリ変更命令の実行が終わ
ってもメモリ内容は不完全であり、この状態で他のプロ
グラムが実行されることになるタイミングt53での時
間間隔の期間はメモリ上に矛盾が生じていることにな
り、もしも、タイミングt53での時間間隔の期間に実
行されたプログラムが、メモリ変更の対象としている領
域の情報を利用するとしたならば、この矛盾により、シ
ステムに重大な障害を引き起こす危険がある。The command thus input is executed line by line, and is used for execution of another program until the next command is input. However, the memory change instruction at the timing t51 and the memory change instruction at the timing t54. Is indivisible, that is, when it is necessary to execute the memory change instruction received at the timing t51 and the memory change instruction received at the timing t54 in order to complete the change of the memory contents, Even if the execution of the memory change instruction received at the timing t51 ends, the memory contents are incomplete, and a contradiction occurs on the memory during the time interval at the timing t53 at which another program is executed in this state. The program executed during the time interval at timing t53. If set to use the information of the region that is an object of memory changes, this contradiction, there is a risk of causing serious damage to the system.
【0037】これに対し、図5(b)に示す本発明の方
式ではメモリ変更命令入力コマンドが入力されると(t
61)、このコマンドに伴いメモリ変更処理プログラム
はメモリ変更コマンド時間間隔の期間に起動され(t6
2)、t61で得たメモリ変更命令を記憶部12におけ
るRAM領域のメモリ変更命令格納領域41に格納す
る。On the other hand, in the method of the present invention shown in FIG. 5B, when a memory change command input command is input (t
61), along with this command, the memory change processing program is activated during the memory change command time interval (t6).
2) The memory change instruction obtained at t61 is stored in the memory change instruction storage area 41 in the RAM area of the storage unit 12.
【0038】そして、本発明方式ではこの格納が終わっ
てもコマンドの実行には入らない。そして、次のメモリ
変更命令入力コマンド64が入力されるまでには有意の
時間間隔があり(t63)、OSはこの間に他のプログ
ラムを実行させる。In the system of the present invention, the command cannot be executed even after the storage. Then, there is a significant time interval until the next memory change command input command 64 is input (t63), and the OS executes another program during this time.
【0039】従来方式と異なり、タイミングt61,t
64において入力されたメモリ変更命令入力コマンドは
メモリ変更命令格納領域41に対して格納のみ行う。こ
こで、メモリ変更命令格納領域41はプログラムの領域
やプログラムが実行のために参照するデータ領域とは区
別した特別の領域であるため、タイミングt63におけ
る時間間隔では記憶部12におけるRAM領域のメモリ
変更対象となっている領域には未だメモリ上に矛盾を生
じてはいない。Unlike the conventional method, timings t61 and t
The memory change instruction input command input at 64 is only stored in the memory change instruction storage area 41. Here, since the memory change instruction storage area 41 is a special area that is distinct from the program area and the data area referred to by the program for execution, at the time interval of timing t63, the memory change of the RAM area in the storage unit 12 is performed. The target area has not caused any contradiction in memory yet.
【0040】一連のメモリ変更命令42が記憶部12に
おけるRAM領域内のメモリ変更命令格納領域41に格
納された後に、メモリ変更命令一括実行コマンドが入力
されると(t65)、再びメモリ変更コマンドが実行さ
れ、タイミングt66における時間間隔の間に、指定さ
れた複数のメモリ変更命令を実行する。すなわち、メモ
リ変更命令格納領域41に格納された内容に従い、この
時点で一気にメモリ変更対象の内容を変更して行く。こ
のタイミングt66から始まる時間間隔の期間ではOS
により、他のプログラムが実行されることはない。When a memory change command batch execution command is input after a series of memory change commands 42 are stored in the memory change command storage area 41 in the RAM area of the storage unit 12 (t65), the memory change commands are again issued. When executed, the plurality of designated memory change instructions are executed during the time interval at timing t66. That is, in accordance with the contents stored in the memory change command storage area 41, the contents of the memory change target are changed at once at this point. During the time interval starting from this timing t66, the OS
Therefore, other programs are not executed.
【0041】次に本発明装置におけるメモリ変更命令格
納領域41とメモリ変更コマンド43との関係を説明す
る。メモリ変更命令追加コマンド45により、不可分の
メモリ変更作業を記述した一連のメモリ変更命令42を
入力し、順次、メモリ変更命令格納領域41に格納す
る。このときメモリ変更命令表示コマンド44により、
既に入力したメモリ変更命令42の表示、メモリ変更命
令修正コマンド46による修正、メモリ変更命令削除コ
マンド47による削除が随時可能である。Next, the relationship between the memory change command storage area 41 and the memory change command 43 in the device of the present invention will be described. With the memory change instruction addition command 45, a series of memory change instructions 42 describing an indivisible memory change operation are input and sequentially stored in the memory change instruction storage area 41. At this time, by the memory change instruction display command 44,
The already input memory change command 42 can be displayed, the memory change command correction command 46 can be used for correction, and the memory change command deletion command 47 can be used for deletion.
【0042】このようにして、一連のメモリ変更命令4
2をメモリ変更命令格納領域41に格納し終われば、次
にメモリ変更命令一括実行コマンド48を入力し、メモ
リ変更命令格納領域41に格納したメモリ変更命令の全
部または一部を実行する。In this way, a series of memory change instructions 4
When 2 is completely stored in the memory change instruction storage area 41, the memory change instruction batch execution command 48 is next input to execute all or part of the memory change instruction stored in the memory change instruction storage area 41.
【0043】メモリ変更命令一括実行コマンド48は指
定された複数のメモリ変更命令を不可分の1つの時間間
隔内に実行する機能を有する。従って、指定された複数
のメモリ変更命令42を実行している間に、他のプログ
ラムが起動され実行されることはない。通常の構内交換
機システムのソフトウェアにおいては、このように不可
分の処理が行えるようになっているのが一般的である。The memory change instruction batch execution command 48 has a function of executing a plurality of designated memory change instructions within one inseparable time interval. Therefore, other programs are not activated and executed while the plurality of designated memory change instructions 42 are being executed. In general, the software of an ordinary private branch exchange system is capable of performing such indivisible processing.
【0044】このような構成の本システムは、通常はO
Sの管理のもとに、呼制御プログラムや運用プログラム
など、交換動作などに必要なプログラムが実行され、交
換機としての運用がなされる。The present system having such a configuration is normally
Under the management of S, programs necessary for switching operations such as a call control program and an operation program are executed, and the system is operated as an exchange.
【0045】ここで、呼制御プログラムや運用プログラ
ムなどのバグ訂正や、処理内容一部追加等、あるいは交
換機の各種サ−ビス機能実施のための必要なデータの変
更等の必要が生じたときは、例えば、保守用端末14の
キーボードを操作して変更のための必要なコマンドやデ
ータの入力操作を行う。Here, when it becomes necessary to correct a bug in the call control program or the operation program, add a part of the processing contents, or change the data necessary for implementing various service functions of the exchange. For example, the keyboard of the maintenance terminal 14 is operated to input necessary commands and data for changing.
【0046】すると中央制御部11はこの操作に基づく
情報を保守用端末14から受け、メモリ変更処理プログ
ラムを実行させる。このプログラムの実行は、例えば、
保守用端末14のキーボード操作による場合、保守用端
末14からコマンドライン1行分の入力を受け付ける処
理から開始し、この受け付けが完了するまでは、呼制御
プログラムや運用プログラムなどの実行の合間をぬって
行われる。Then, the central control unit 11 receives the information based on this operation from the maintenance terminal 14 and executes the memory change processing program. To run this program, for example,
When the keyboard of the maintenance terminal 14 is operated, the process starts from the process of accepting one line of command line input from the maintenance terminal 14, and until the acceptance is completed, the call control program, the operation program, and the like are executed between executions. Is done.
【0047】保守用端末14からコマンドライン1行分
の入力を受け付けると、メモリ変更処理プログラムによ
り中央制御部11はコマンドライン1行分の入力を記憶
部12のメモリ変更命令格納領域41に格納する。この
ようにして、保守用端末14からコマンドライン1行分
の入力を受け付ける毎にメモリ変更処理プログラムによ
り中央制御部11はコマンドライン1行分の入力を記憶
部12のメモリ変更命令格納領域41に格納する。Upon receiving an input of one command line from the maintenance terminal 14, the memory control processing program causes the central control unit 11 to store the one command line input in the memory change instruction storage area 41 of the storage unit 12. .. In this way, every time the command for one line of the command line is received from the maintenance terminal 14, the memory control processing program causes the central control unit 11 to input the command line for one line to the memory change command storage area 41 of the storage unit 12. Store.
【0048】この格納においてはメモリ変更命令の実行
コマンド、追加コマンド、削除コマンド、修正コマンド
などのメモリ変更操作コマンドを使用して、該格納領域
に格納されるメモリ変更命令を自由に編集することが可
能である。In this storage, it is possible to freely edit the memory change instruction stored in the storage area by using a memory change operation command such as a memory change instruction execution command, an add command, a delete command, or a correction command. It is possible.
【0049】そして、保守用端末14からメモリ変更命
令一括実行コマンド48を受けると、メモリ変更命令格
納領域41に格納してある内容の全部、もしくは指定さ
れる一部を連続的に実行し、記憶部12におけるRAM
のメモリ内容をこのコマンドに従って変更したり削除し
たりして行くと云った処理を行う。Then, when the memory change instruction batch execution command 48 is received from the maintenance terminal 14, the entire contents stored in the memory change instruction storage area 41 or a part of the designated contents are continuously executed and stored. RAM in section 12
According to this command, the contents of memory are changed and deleted.
【0050】このように、メモリ変更命令を該格納領域
に格納し終わった後、一括実行命令を入力することによ
り、該格納領域に格納されたメモリ変更命令を順に実施
し、且つ、この間、他のプログラムによって中断される
ことなく実行して、不可分のメモリ変更作業を一括完了
させる。As described above, after the memory change instruction is stored in the storage area, the batch execution instruction is input to sequentially execute the memory change instructions stored in the storage area, and during the other period, The program is executed without interruption by the program to complete the inseparable memory modification work at once.
【0051】従って、本発明によれば、これらの作業は
図5に示すような順序で実施され、変更の必要なメモリ
領域の内容は一気に変更されて変更終了させることがで
き、この間、他のプログラムの割り込み処理が無いの
で、変更途中のメモリ内容を他のプログラムが利用する
ことによるシステムダウン等の異常発生が防止できる。Therefore, according to the present invention, these operations are carried out in the order shown in FIG. 5, and the contents of the memory area that needs to be changed can be changed at a stroke and the change can be completed. Since there is no interrupt processing of the program, it is possible to prevent the occurrence of an abnormality such as a system down due to the use of the memory contents being changed by another program.
【0052】このように、本システムは内容変更可能な
記憶部に記憶された各種プログラムを含む各種情報に従
って制御手段が動作することにより、交換機として稼働
する電子交換機システムにおいて、前記記憶部にはメモ
リ内容変更処理のための情報を蓄積する格納領域を設
け、また、前記制御手段には外部より入力される前記記
憶部のメモリ内容を変更するための情報を受けると、こ
の入力された情報を前記記憶部の前記格納領域に格納す
る一時格納機能と、外部より入力されるメモリ内容の変
更一括処理指令情報を受けると、前記格納領域に格納さ
れているメモリ内容の変更情報に基づく前記記憶部のメ
モリ内容変更をその変更処理の分断を生じることなく一
括して実施する一括実施機能とを具備して構成したもの
である。As described above, in this system, in the electronic exchange system that operates as an exchange by the control means operating according to various information including various programs stored in the storage unit whose contents can be changed, the storage unit has a memory. A storage area for accumulating information for content change processing is provided, and when the control unit receives information for changing the memory content of the storage unit input from the outside, the input information is stored in the storage unit. When the temporary storage function of storing in the storage area of the storage unit and the change batch processing command information of the memory content input from the outside are received, the storage unit of the storage unit based on the change information of the memory content stored in the storage area is received. It is configured to have a batch execution function for collectively changing the memory contents without dividing the change processing.
【0053】そして、このような構成において、外部よ
り前記記憶部のメモリ内容を変更するための情報を受け
ると、前記制御手段にはこの入力された情報を前記記憶
部の前記格納領域に格納し、外部よりメモリ内容の変更
一括処理指令情報を受けると、前記格納領域に格納され
ているメモリ内容の変更情報に基づく前記記憶部のメモ
リ内容変更をその変更処理の分断を生じることなく一括
して実施する。In this configuration, when the information for changing the memory content of the storage unit is received from the outside, the control unit stores the input information in the storage area of the storage unit. When the memory content change batch processing command information is received from the outside, the memory content change of the storage unit based on the memory content change information stored in the storage area is collectively performed without the change processing being divided. carry out.
【0054】このように、本装置は読み書き可能なメモ
リ(記憶部)を有し、このメモリにプログラムを格納し
て動作するプログラム蓄積方式を採用し、且つ、付属の
保守端末等の外部装置から該メモリ上にあるプログラム
あるいはデータの一部を変更可能な交換機において、外
部からのメモリ変更命令を受ける毎にこの命令を即時実
行するのではなく、逐次メモリ上のメモリ変更命令格納
用の領域に格納し、外部からのメモリ変更命令の一括実
行命令を以て、該メモリ変更命令格納領域に格納された
1つ以上の該メモリ変更命令を、複数の時間帯に分割す
ることなく、一連のものとして一気に実行することを特
徴としている。As described above, this device has a readable / writable memory (storage unit), adopts a program storage system in which a program is stored in this memory to operate, and is operated from an external device such as an attached maintenance terminal. In a switch capable of changing a part of a program or data in the memory, each time a memory change instruction is received from the outside, this instruction is not immediately executed, but a memory change instruction storage area is sequentially stored in the memory. One or more memory change instructions stored in the memory change instruction storage area are stored as a batch execution instruction of the memory change instruction from the outside, and are all divided into a plurality of time zones at once, without being divided into a plurality of time zones. It is characterized by executing.
【0055】従って、本システムによれば、複数のメモ
リ変更命令で記述された不可分のメモリ変更作業をシス
テムに何等影響を与えることなく、安全に行うことがで
きるため、プログラム蓄積形交換機のプログラム保守作
業をシステムダウンなどを招くことなく信頼性を以て実
施できるようになる。Therefore, according to this system, the indivisible memory changing work described by a plurality of memory changing instructions can be safely performed without any influence on the system. Therefore, the program maintenance of the program storage type exchange is performed. The work can be carried out with reliability without inviting the system down.
【0056】なお、本発明は上記し、且つ、図面に示す
実施例に限定することなく、その要旨を変更しない範囲
内で適宜変形して実施し得るものであり、例えば、メモ
リ変更命令を変更命令格納領域に格納する方式として
は、保守用端末より入力しなくとも、フロッピディスク
装置等の外部大容量記憶装置から入力し、格納しても良
い。また、保守用端末操作はバッチ処理として外部大容
量記憶装置から命令を読出して実行させるようにしても
良い。The present invention is not limited to the embodiments described above and shown in the drawings, and can be appropriately modified and implemented within the scope of not changing the gist thereof. For example, the memory change instruction is changed. As a method of storing in the instruction storage area, it may be input from an external mass storage device such as a floppy disk device and stored without inputting from a maintenance terminal. Further, the operation of the maintenance terminal may be executed as a batch process by reading an instruction from the external mass storage device.
【0057】[0057]
【発明の効果】以上説明したように、本発明によれば、
稼働中にメモリ変更操作が可能なプログラム蓄積形交換
機において、メモリ変更作業の途中で、変更の対象とな
るメモリ領域のプログラムやデータが利用される心配を
無くし、システムに障害を与えることなくメモリの記憶
内容の変更作業を完了することができるようにした電子
交換機システムを提供することができる。As described above, according to the present invention,
In a program storage type exchange capable of changing memory during operation, there is no need to worry about using programs and data in the memory area to be changed during memory change work, and memory can be It is possible to provide an electronic exchange system capable of completing a change operation of stored contents.
【図1】本発明の一実施例を示す交換機システムの概略
的な構成を示すブロック構成図。FIG. 1 is a block configuration diagram showing a schematic configuration of an exchange system showing an embodiment of the present invention.
【図2】本発明に係るメモリ変更コマンド群の構成と、
メモリ変更命令を格納する領域との関係を概念的に示す
図。FIG. 2 is a configuration of a memory change command group according to the present invention,
The figure which shows notionally the relationship with the area which stores a memory change command.
【図3】プログラム蓄積形交換機において、オペレーテ
ィング・システムOSが呼制御プログラムP1、保守プ
ログラムP2、運用プログラムP3をそれぞれ極短い時
間間隔t1毎に順次走行する様子を示した図。FIG. 3 is a diagram showing a state in which an operating system OS sequentially runs a call control program P1, a maintenance program P2, and an operation program P3 at extremely short time intervals t1 in a program storage switch.
【図4】本発明システムにおける不可分のメモリ変更作
業を行う手順を示すフローチャート。FIG. 4 is a flowchart showing a procedure for performing an indivisible memory changing operation in the system of the present invention.
【図5】メモリ変更命令の入力作業とオペレーティング
・システムの管理のもとに実行されるプログラムとの関
係を示す図。FIG. 5 is a diagram showing a relationship between a task of inputting a memory change command and a program executed under the control of an operating system.
10…通話路スイッチ、11…中央制御部、12…記憶
部、14…保守用端末、17…外部の大容量記憶装置、
20a〜20n…ライン回路、21a〜21n…内線電
話機。10 ... Call path switch, 11 ... Central control unit, 12 ... Storage unit, 14 ... Maintenance terminal, 17 ... External mass storage device,
20a to 20n ... Line circuits, 21a to 21n ... Extension telephones.
Claims (1)
ログラムを含む各種情報に従って制御手段が動作するこ
とにより、交換機として稼働する電子交換機システムに
おいて、 前記記憶部にはメモリ内容変更処理のための情報を蓄積
する格納領域を設け、また、前記制御手段には外部より
入力される前記記憶部のメモリ内容を変更するための情
報を受けると、この入力された情報を前記記憶部の前記
格納領域に格納する一時格納機能と、外部より入力され
るメモリ内容の変更一括処理指令情報を受けると、前記
格納領域に格納されているメモリ内容の変更情報に基づ
く前記記憶部のメモリ内容変更をその変更処理の分断を
生じることなく一括して実施する一括実施機能とを具備
して構成することを特徴とする電子交換機システム。Claim: What is claimed is: 1. An electronic exchange system that operates as an exchange when a control unit operates according to various information including various programs stored in a storage unit whose contents can be changed. A storage area for accumulating information for memory content change processing is provided, and when the control unit receives information for changing the memory content of the storage unit input from the outside, the input information is stored. Upon receiving a temporary storage function of storing in the storage area of the storage section and change batch processing command information of the memory content input from the outside, the storage section based on the change information of the memory content stored in the storage area. Electronic exchange, characterized in that it is provided with a collective execution function for collectively modifying the memory contents of the above without causing a break in the modification process. Stem.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP18755991A JP3226566B2 (en) | 1991-07-26 | 1991-07-26 | Electronic exchange system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP18755991A JP3226566B2 (en) | 1991-07-26 | 1991-07-26 | Electronic exchange system |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0537629A true JPH0537629A (en) | 1993-02-12 |
JP3226566B2 JP3226566B2 (en) | 2001-11-05 |
Family
ID=16208204
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP18755991A Expired - Fee Related JP3226566B2 (en) | 1991-07-26 | 1991-07-26 | Electronic exchange system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3226566B2 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06350697A (en) * | 1993-06-02 | 1994-12-22 | Nec Corp | Electronic switching software overwrite method |
JP2011258245A (en) * | 2011-09-27 | 2011-12-22 | Toshiba Corp | Server device, start control method, and information processor |
US8234487B2 (en) | 2010-04-30 | 2012-07-31 | Kabushiki Kaisha Toshiba | Server apparatus and startup control method |
-
1991
- 1991-07-26 JP JP18755991A patent/JP3226566B2/en not_active Expired - Fee Related
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06350697A (en) * | 1993-06-02 | 1994-12-22 | Nec Corp | Electronic switching software overwrite method |
US8234487B2 (en) | 2010-04-30 | 2012-07-31 | Kabushiki Kaisha Toshiba | Server apparatus and startup control method |
JP2011258245A (en) * | 2011-09-27 | 2011-12-22 | Toshiba Corp | Server device, start control method, and information processor |
Also Published As
Publication number | Publication date |
---|---|
JP3226566B2 (en) | 2001-11-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US3348210A (en) | Digital computer employing plural processors | |
EP0796461B1 (en) | Method of synchronization allowing state transfer | |
JP2000000002U (en) | Automatic call dispenser with programmable data window display system | |
US5875341A (en) | Method for managing interrupt signals in a real-time computer system | |
US3657736A (en) | Method of assembling subroutines | |
US5093826A (en) | Method for the operation of a multi-processor central control unit of a switching system | |
EP0924943B1 (en) | Method and system for merging telephone switching office databases | |
US6865636B1 (en) | Multitasking processor system for monitoring interrupt events | |
US5548640A (en) | Method for updating a system program in a switching equipment | |
JPS62226234A (en) | Stack pointer control circuit | |
US5321844A (en) | Method for error correction of software errors in a communication system | |
JPH0537629A (en) | Electronic exchange system | |
JP2550945B2 (en) | Control method of time division multiple time switch | |
JP2902157B2 (en) | Conflict detection system using work area of call processing memory | |
JPH04339492A (en) | Automatic private branch exchange | |
JPH10156910A (en) | Production control system | |
JPS60134695A (en) | Call processing control system | |
JPS61139182A (en) | File access control method in electronic exchange | |
JPS6016655B2 (en) | I/O device access control method | |
JPH0759129A (en) | Loading system and addressing system | |
JPS6041133A (en) | Correcting method of control program | |
JPH04219837A (en) | Data taking-over system | |
JPH01201728A (en) | Program correcting system | |
JPH01297732A (en) | Interruption control system | |
KR20040057041A (en) | Apparatus for controlling switching system and method of the same |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |