JP2900433B2 - External line transmission control method in exchange - Google Patents

External line transmission control method in exchange

Info

Publication number
JP2900433B2
JP2900433B2 JP26446289A JP26446289A JP2900433B2 JP 2900433 B2 JP2900433 B2 JP 2900433B2 JP 26446289 A JP26446289 A JP 26446289A JP 26446289 A JP26446289 A JP 26446289A JP 2900433 B2 JP2900433 B2 JP 2900433B2
Authority
JP
Japan
Prior art keywords
external line
route information
line transmission
program
external
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.)
Expired - Lifetime
Application number
JP26446289A
Other languages
Japanese (ja)
Other versions
JPH03125546A (en
Inventor
隆敦 井原
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
Nippon Electric Co Ltd
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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP26446289A priority Critical patent/JP2900433B2/en
Publication of JPH03125546A publication Critical patent/JPH03125546A/en
Application granted granted Critical
Publication of JP2900433B2 publication Critical patent/JP2900433B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Exchange Systems With Centralized Control (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は交換機の外線発信制御方法に関し、特に、外
線発信ルート情報の読出し方法と外線発信ルート回線の
選択方法に関するものである。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for controlling external line transmission of an exchange, and more particularly to a method for reading external line routing information and a method for selecting an external line route.

〔従来の技術〕[Conventional technology]

第3図は、従来の外線発信制御方法の説明図である。
呼制御プログラム1は、宛先番号情報を入力として、外
線ルート情報読出しプログラム2を関数呼出しする。
FIG. 3 is an explanatory diagram of a conventional outside line transmission control method.
The call control program 1 receives the destination number information as an input and calls the external line route information reading program 2 as a function.

外線ルート情報読出しプログラム2は、入力である宛
先番号情報に対応する外線発信ルート情報を1個、リタ
ーン値として呼制御プログラム1に返却する。
The external line route information reading program 2 returns one external line originating route information corresponding to the input destination number information to the call control program 1 as a return value.

呼制御プログラム1は、受信した外線発信ルート情報
を入力として外線発信規制プログラム3を関数呼出しす
る。
The call control program 1 calls the external line transmission restriction program 3 as a function with the received external line transmission route information as an input.

外線発信規制プログラム3は、入力である外線発信ル
ート情報が発信端末のサービス規制条件に適合するか否
かを判断し、適合/不適合をリターン値として呼制御プ
ログラム1に返却する。
The outside line transmission restriction program 3 determines whether or not the input outside line transmission route information conforms to the service restriction conditions of the transmission terminal, and returns conformance / nonconformance to the call control program 1 as a return value.

呼制御プログラム1は、リターン値として“適合”が
返却されれば、外線発信ルート情報を入力として外線ル
ート回線選択プログラム4を関数呼出しするが、不適合
であった場合は、適合となるまで外線発信ルート情報の
読出し、発信端末のサービス規制条件のチェックを繰り
返し行なう。
When "conformity" is returned as the return value, the call control program 1 calls the external line route selection program 4 with the external line originating route information as a function. The reading of the route information and the checking of the service restriction condition of the calling terminal are repeatedly performed.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

上述した従来の外線発信ルート情報の読出し方法で
は、外線ルート情報読出しプログラム2から複数の外線
発信ルート情報を一度に読み出すことができないため、
外線ルート情報読出しプログラム2と外線発信規制プロ
グラム3とが別々になっており、読み出した外線発信ル
ート情報が発信端末のサービス規制条件に適合しない場
合は、サービス規制条件に適合するまで、外線発信ルー
ト情報の読出し、サービス規制条件のチェックを繰り返
し行なわなければならず、呼制御プログラム1の処理能
力が低下するという欠点があった。
In the above-described conventional method for reading outside line transmission route information, a plurality of outside line transmission route information cannot be read at once from the outside line route information reading program 2.
When the outside line route information reading program 2 and the outside line transmission restriction program 3 are separate and the read outside line transmission route information does not conform to the service restriction conditions of the calling terminal, the outside line transmission route is continued until the service restriction conditions are met. Reading of information and checking of service regulation conditions must be repeated, and there is a disadvantage that the processing capability of the call control program 1 is reduced.

〔課題を解決するための手段〕[Means for solving the problem]

このような課題を解決するために本発明は、外線ルー
ト情報読み出しプログラムにより、発信端末の外線発信
サービス規制条件に適合する外線発信ルート情報を複数
個含む外線発信ルート情報リストを作成し、外線ルート
回線選択プログラムにより、前記外線発信ルート情報リ
ストから利用可能な外線発信ルートの一つの回線を選択
するようにしたものである。
In order to solve such a problem, the present invention provides an external line route information reading program, which creates an external line outgoing route information list including a plurality of external line outgoing route information that conforms to the external line outgoing service restriction conditions of the calling terminal, The line selection program selects one line of the available external line transmission route from the external line transmission route information list.

〔作用〕[Action]

本発明による外線発信制御方法においては、呼制御プ
ログラムによる外線ルート情報読出しプログラムの関数
呼出しの回数を減少できる。
In the outside line transmission control method according to the present invention, the number of function calls of the outside line route information reading program by the call control program can be reduced.

〔実施例〕〔Example〕

以下、本発明による交換機における外線発信制御方法
の一実施例について図を用いて説明する。
Hereinafter, an embodiment of an outside line transmission control method in an exchange according to the present invention will be described with reference to the drawings.

第1図は、本発明の実施例の説明図である。同図にお
いて、5は呼制御プログラム、6は外線ルート情報読出
しプログラム、7は外線ルート回線選択プログラムであ
る。
FIG. 1 is an explanatory diagram of an embodiment of the present invention. In the figure, 5 is a call control program, 6 is an external route information reading program, and 7 is an external route line selection program.

第2図は、外線ルート情報読出しプログラム6の出力
である外線発信ルート情報リスト8を示す情報状態図で
ある。
FIG. 2 is an information state diagram showing an outside line transmission route information list 8 which is an output of the outside line route information reading program 6.

呼制御プログラム5は、宛先番号情報を入力として、
外線ルート情報読出しプログラム6を関数呼出しする。
外線ルート情報読出しプログラム6は、受信した番号情
報に対応した、発信端末のサービス規制条件に適合する
外線発信ルート情報を複数個含む外線発信ルート情報リ
スト8を作成し、呼制御プログラム5にリターン値とし
て返却する。
The call control program 5 receives the destination number information as an input,
The external line route information reading program 6 is called as a function.
The outside line route information reading program 6 creates an outside line outgoing route information list 8 including a plurality of outside line outgoing route information corresponding to the received number information and conforming to the service restriction conditions of the calling terminal, and returns a return value to the call control program 5. Will be returned.

呼発信プログラム5は、外線発信ルート情報リスト8
を入力として、外線ルート回線選択プログラム7を関数
呼出しする。
The call transmission program 5 includes an outside line transmission route information list 8
, And calls the external route line selection program 7 as a function.

外線ルート回線選択プログラム7は、受信した外線発
信ルート情報リスト8から外線発信ルート情報を1つ読
み出し、その外線発信レート回線が利用可能か否かをチ
ェックし、利用可能であれば、その外線発信ルート回線
を選択し、その外線発信ルート回線番号をリターン値と
して呼制御プログラム5に返却する。
The external line route selection program 7 reads out one external line route information from the received external line route information list 8 and checks whether or not the external line rate line is available. The route line is selected, and the external line route number is returned to the call control program 5 as a return value.

利用可能でなければ、利用可能な外線発信ルート回線
を選択するまで外線発信ルート情報を読み出して利用可
能であるか否かのチェックを繰り返し、利用可能な外線
発信ルート回線が選択された後に、呼制御プログラム1
に、選択された外線発信ルート回線番号をリターン値と
して返却する。
If it is not available, the external line routing information is read out until the available external line route is selected, and the check as to whether or not it is available is repeated. Control program 1
Then, the selected external line route number is returned as a return value.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明は、発信端末の外線発信サ
ービス規制条件に適合する外線発信ルート情報を複数個
含む外線発信ルート情報リストを外線ルート情報読出し
プログラムから読み出し、この読み出した外線発信ルー
ト情報リストをもとに利用可能な外線発信ルートの1つ
の回線を外線ルート回線選択プログラムが選択すること
により、呼制御プログラムから外線ルート情報読出しプ
ログラムへの関数呼出しの回数を減らすことができるの
で、呼制御プログラムの処理能力を上げることができる
という効果がある。
As described above, the present invention reads out an external line outgoing route information list including a plurality of external line outgoing route information that conforms to the external line outgoing service restriction conditions of a calling terminal from an external line outgoing information reading program, The external line route selection program selects one of the available external line originating routes based on the above, so that the number of function calls from the call control program to the external line information reading program can be reduced. This has the effect of increasing the processing capacity of the program.

【図面の簡単な説明】[Brief description of the drawings]

第1図は本発明による交換機において外線発信制御方法
の一実施例の説明図、第2図は外線発信ルート情報リス
トを示す情報状態図、第3図は従来の交換機における外
線発信制御方法の説明図である。
FIG. 1 is an explanatory view of an embodiment of an external line transmission control method in an exchange according to the present invention, FIG. 2 is an information state diagram showing an external line transmission route information list, and FIG. 3 is an explanation of an external line transmission control method in a conventional exchange. FIG.

フロントページの続き (58)調査した分野(Int.Cl.6,DB名) H04M 3/00 H04M 3/16 - 3/20 H04M 3/38 - 3/42 H04M 7/00 - 7/16 H04Q 3/54 - 3/56 H04Q 3/64 - 3/68 H04Q 3/76 - 3/78 Continuation of the front page (58) Field surveyed (Int.Cl. 6 , DB name) H04M 3/00 H04M 3/16-3/20 H04M 3/38-3/42 H04M 7/00-7/16 H04Q 3 / 54-3/56 H04Q 3/64-3/68 H04Q 3/76-3/78

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】外線発信のサービスが提供可能な交換機に
おいて、 外線ルート情報読み出しプログラムにより、発信端末の
外線発信サービス規制条件に適合する外線発信ルート情
報を複数個含む外線発信ルート情報リストを作成し、 外線ルート回線選択プログラムにより、前記外線発信ル
ート情報リストから利用可能な外線発信ルートの一つの
回線を選択することを特徴とする交換機における外線発
信制御方法。
In an exchange capable of providing an external line transmission service, an external line transmission route information list including a plurality of external line transmission route information that conforms to the external line transmission service restriction conditions of a transmitting terminal is created by an external line route information reading program. An external line transmission control method in an exchange, wherein one of the available external line transmission routes is selected from the external line transmission route information list by an external line line selection program.
JP26446289A 1989-10-11 1989-10-11 External line transmission control method in exchange Expired - Lifetime JP2900433B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26446289A JP2900433B2 (en) 1989-10-11 1989-10-11 External line transmission control method in exchange

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26446289A JP2900433B2 (en) 1989-10-11 1989-10-11 External line transmission control method in exchange

Publications (2)

Publication Number Publication Date
JPH03125546A JPH03125546A (en) 1991-05-28
JP2900433B2 true JP2900433B2 (en) 1999-06-02

Family

ID=17403551

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26446289A Expired - Lifetime JP2900433B2 (en) 1989-10-11 1989-10-11 External line transmission control method in exchange

Country Status (1)

Country Link
JP (1) JP2900433B2 (en)

Also Published As

Publication number Publication date
JPH03125546A (en) 1991-05-28

Similar Documents

Publication Publication Date Title
JP2900433B2 (en) External line transmission control method in exchange
JPH0222582B2 (en)
JP2774648B2 (en) Telephone system
JP2577592B2 (en) Incoming call selection method
JPH0638257A (en) Line selection system for exchange
JP3408274B2 (en) Private branch exchange
JP2842557B2 (en) Electronic exchange system and external extended control device for electronic exchange
JP3351300B2 (en) Detour information collection method in PBX network management system
JPS59144256A (en) Subscriber imformation modification system
JPS58101549A (en) Traffic controlling system for service overall exchange
JP2556140B2 (en) Multiple access switching system
JPH0311158B2 (en)
JPH0239761A (en) Security code converting system in communication system
KR960001939Y1 (en) Circuits interfacing private exchanger and personal computer
JPS61135269A (en) Incoming control system
JPS60142657A (en) Composite terminal control system
JPS642969B2 (en)
JP3313245B2 (en) Representative selection method for extension terminals
JPH05260088A (en) Facsimile store and forward exchange system
JPH01264493A (en) Speaking level compensating system
JPH0723436A (en) Incoming call control method
JPH0258838B2 (en)
JPH01190064A (en) Private branch exchange
JPS59168774A (en) Facsimile device
JPH02246647A (en) Facsimile system