[go: up one dir, main page]

CN1315082C - Multi-speech prompting method for intelligent network - Google Patents

Multi-speech prompting method for intelligent network Download PDF

Info

Publication number
CN1315082C
CN1315082C CNB011125195A CN01112519A CN1315082C CN 1315082 C CN1315082 C CN 1315082C CN B011125195 A CNB011125195 A CN B011125195A CN 01112519 A CN01112519 A CN 01112519A CN 1315082 C CN1315082 C CN 1315082C
Authority
CN
China
Prior art keywords
voice
index
language
category
currency type
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
CNB011125195A
Other languages
Chinese (zh)
Other versions
CN1377193A (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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CNB011125195A priority Critical patent/CN1315082C/en
Priority to PCT/CN2002/000148 priority patent/WO2002078361A1/en
Priority to RU2003131406/09A priority patent/RU2279126C2/en
Publication of CN1377193A publication Critical patent/CN1377193A/en
Application granted granted Critical
Publication of CN1315082C publication Critical patent/CN1315082C/en
Anticipated expiration legal-status Critical
Expired - Lifetime 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Machine Translation (AREA)
  • Telephonic Communication Services (AREA)

Abstract

本发明公开一种智能网多语音提示方法,用于确定语音的播放方式,其特征是:在语音标识编码中设置一个“种类索引”区,并设置一个“种类索引表”,当需要对每个具体的语音进行播放时,读取其“种类索引区”中的索引号码,然后通过查找“种类索引表”,根据“种类索引表”中该语音的属性,确定该语音的播放方式。本发明能支持的属性种类大大增加,并且大大增强了适应性和灵活性。The invention discloses a method for prompting multiple voices in an intelligent network, which is used to determine the playback mode of the voice. When playing a specific voice, read the index number in its "category index area", then by searching the "category index table", determine the playback mode of the voice according to the attribute of the voice in the "category index table". The types of attributes supported by the present invention are greatly increased, and the adaptability and flexibility are greatly enhanced.

Description

智能网多语音提示方法Multi-voice Prompt Method for Intelligent Network

本发明涉及一种在电信网中用智能网方式在智能业务中实现多语音提示的方法。The invention relates to a method for realizing multi-voice prompting in intelligent business in the form of intelligent network in telecommunication network.

在现有的智能网业务中,系统与用户之间的信息交互是必不可少的过程,同时它也是我们智能网业务的一大特色。在系统与用户交互的过程中,系统向用户提供相关的提示信息是非常必要的。为了完成向用户播放提示信息的功能,中国INAP(Intelligent Network Application Protocol)规程中规定了SCP(Service Control Point)与SSP(Service Switch Point)之间,SCP与IP(Intelligent Peripheral)之间,SSP与SRF(Specialized ResourceFunction)之间的操作结构。其中有关播放通知音操作中涉及到对业务语音的标识。然而,规程除了说明语音标识用4字节的参数描述外,并未对语音标识的方法提供其它的描述。In the existing intelligent network business, the information interaction between the system and the user is an indispensable process, and it is also a major feature of our intelligent network business. In the process of interaction between the system and the user, it is very necessary for the system to provide relevant prompt information to the user. In order to complete the function of playing prompt information to users, the Chinese INAP (Intelligent Network Application Protocol) regulations stipulate that between SCP (Service Control Point) and SSP (Service Switch Point), between SCP and IP (Intelligent Peripheral), between SSP and The operation structure between SRF (Specialized ResourceFunction). The operation of playing the notification sound involves the identification of the service voice. However, the procedure does not provide other descriptions on the method of voice identification except that the voice identification is described by a 4-byte parameter.

由于目前INAP规程既没有规定各种业务的语音编码,也没有给出具体的编码方法,现有的交换机设备对各种语音均以没有任何编码规则的数字来标识语音,因而导致以下问题:Since the current INAP regulations neither stipulate the voice coding of various services nor give specific coding methods, the existing switch equipment uses numbers without any coding rules to identify voices for various voices, which leads to the following problems:

1.由于没有对各个业务语音的编码值象交换机的信号音一样做出统一规定,各个厂家的交换机设备和智能网设备对同一语音内容给出的编码也各不相同,且编码不具有属性上的含义。这样就不利于各个厂家设备的互联,有悖于INAP发展的初衷;1. Since there is no unified regulation on the coding value of each business voice like the signal tone of the switch, the switching equipment and intelligent network equipment of each manufacturer give different codes for the same voice content, and the coding does not have attributes. meaning. This is not conducive to the interconnection of equipment from various manufacturers, and is contrary to the original intention of INAP development;

2.当业务需要按不同的放音顺序播放一条语音的某种语言类型或多种语言类型语音时,传统的方法则是按顺序发送多个操作给放音设备。在实现上,多个操作的发送则是各个模块之间通过网络或串口发送消息,大量的操作发送势必加重网络和串口的传输负荷,导致系统性能下降;2. When the business needs to play a voice of a certain language type or multiple language types in different playback sequences, the traditional method is to send multiple operations to the playback device in sequence. In terms of implementation, the sending of multiple operations is to send messages between each module through the network or serial port. A large number of operation sending will inevitably increase the transmission load of the network and serial port, resulting in a decrease in system performance;

3.由于INAP规程对目前的语音编码没有具体属性的规定,导致通过数据库查询语音资源和管理语音资源比较困难,效率很低。3. Since INAP regulations do not specify the specific attributes of the current speech coding, it is difficult to query and manage speech resources through the database, and the efficiency is very low.

因此如果对语音的标识不采用任何编码规则,而仅以一个32位的语音标识码(messageID)来标识各种业务中的语音资源,则一个标识将是从0x00000000到0xFFFFFFFF中的任意一个数值。这种方案没有关于业务描述的位域,使语音的查找和管理非常困难,而且由于缺少关于放音语种及放音顺序的描述位域,导致当业务需要按不同的放音顺序播放一条语音的某种语言类型或多种语言类型语音时,要按各个语种分别发送操作,增加了通信负荷,导致系统性能下降。为了解决这个问题,深圳市华为技术有限公司曾提出一种对语音标识进行编号的方案。该方案丰富了messageID的信息表达能力,提高了业务语音编码效率,提高了语音数据查询和网络资源的使用效率。为了与本发明进行对比,下面对该方案进行简单介绍:Therefore, if no coding rules are used for the identification of voice, and only a 32-bit voice identification code (messageID) is used to identify voice resources in various services, then an ID will be any value from 0x00000000 to 0xFFFFFFFF. This solution has no bit field for service description, which makes it very difficult to search and manage voices. Moreover, due to the lack of description bit fields for the playback language and playback sequence, when the service needs to play a piece of voice in a different playback sequence When speaking in a certain language type or multiple language types, the operation needs to be sent separately for each language type, which increases the communication load and leads to a decrease in system performance. In order to solve this problem, Shenzhen Huawei Technology Co., Ltd. once proposed a scheme for numbering the voice identification. This solution enriches the information expression ability of messageID, improves the efficiency of business voice coding, and improves the efficiency of voice data query and network resource usage. In order to compare with the present invention, this scheme is briefly introduced below:

该方案的语音编码的种类包括通知音编码和录音编码。其中通知音编码用于SCP和IP、SCP与SSP、SSP与邮箱、IP与邮箱之间的交互,32位编码中被分成多个位域来标识语音内容和各种属性(业务号、语种数、语种、语种播放顺序、业务举办单位、业务语音序号)。录音编码用于SMS(Service Management System业务管理系统)和IP(智能外设)、SMS与SSP(业务交换点)、SMS与邮箱之间的交互,32位编码中被分成多个位域来标识具有特定属性(业务号、语种、业务举办单位、业务语音序号)的一条语音。The types of speech coding in this solution include notification tone coding and recording coding. Among them, the notification tone code is used for the interaction between SCP and IP, SCP and SSP, SSP and mailbox, IP and mailbox, and the 32-bit code is divided into multiple bit fields to identify voice content and various attributes (service number, number of languages) , language, language playback sequence, business organizer, business voice serial number). The recording code is used for the interaction between SMS (Service Management System) and IP (Intelligent Peripheral), SMS and SSP (Service Switching Point), SMS and mailbox, and the 32-bit code is divided into multiple bit fields to identify A piece of voice with specific attributes (business number, language, business organizer, business voice serial number).

其编码格式分别如下:The encoding formats are as follows:

一)通知音编码格式1) Notification tone coding format

通知音编码格式用四个字节来编码,编码中可包含4种不同的语种及放音顺序。The notification tone encoding format is encoded by four bytes, and the encoding can include 4 different languages and playback sequences.

表一   8bit   10bit   5bit   9bit   业务编码位域   4种语言顺序编码位域   业务主办用户编码位域   语音编码位域 Table I 8bit 10bit 5bit 9bit business coding field 4 languages sequentially coded bitfields Service sponsor user code bit field Speech code bit field

31          23                    13                                8          031 23 13 8 0

上表中,下方的标号是位号,其中各域的说明如下:In the above table, the lower label is the bit number, and the description of each field is as follows:

1、业务编码:不同的业务对应于不同的业务编码,业务编码范围是0--254,对于可用于多个业务的通知音编码,业务编码取值为FF。SCE对其生成的所有业务分配不同的编码,在SCE传给SMS的管理逻辑文件中包含此业务编码以及此业务是否与主办用户相关信息。这样对SCE中可生成的业务限制为255。1. Service code: Different services correspond to different service codes. The service code range is 0--254. For notification tone codes that can be used for multiple services, the service code value is FF. SCE assigns different codes to all the services generated by it, and the management logic files sent by SCE to SMS include the service codes and whether the services are related to the host user. In this way, the number of services that can be generated in the SCE is limited to 255.

2、4种语言顺序编码:编码格式如下所示。各语种有无码取值为0和1,0表示无此语言的通知音,1表示有此语言的通知音。各语种顺序码取值可为01、10、11、00,由普通话、英语、本地话在这四种码值中各取一值,从而确定其它语的顺序码,缺省取值为01。其格式如下所示:2. Sequential encoding of 4 languages: the encoding format is as follows. Each language has a code value of 0 and 1, 0 indicates that there is no notification sound in this language, and 1 indicates that there is a notification sound in this language. Each language sequence code value can be 01, 10, 11, 00, each of these four code values is taken by Mandarin Chinese, English, and local dialect, so as to determine the sequence codes of other languages, and the default value is 01. Its format is as follows:

表二   1bit   2bit   1bit   2bit   1bit   2bit   1bit   普通话有无码位域   普通话顺序码位域   英语有无码位域   英语顺序码位域   本地语有无码位域   本地语顺序码位域   其它语有无码位域 Table II 1 bit 2bit 1 bit 2bit 1 bit 2bit 1 bit Mandarin with or without code bit field Mandarin Sequential Codepoint Field English with and without code point fields English sequential code point field Native with or without code point field Vernacular order code point field Code point field for other languages

             23        21         20      18        17    15    14         1323 21 20 18 17 15 14 13

业务主办用户编码:若业务语音此业务主办用户无关,它的取值为00000。若业务与此业务主办用户相关,对于与主办用户无关部分的编码由SCE生成,其取值为00000:对于与主办用户相关的编码由SMS生成,取值不为00000。Service Sponsor User Code: If the service voice is irrelevant to the service sponsor, its value is 00000. If the service is related to the sponsoring user of this service, the code for the part not related to the sponsoring user is generated by SCE, and its value is 00000; the code related to the sponsoring user is generated by SMS, and the value is not 00000.

语音编码位域:若业务与此业务主办用户无关,此语音编码由SCE生成。若业务与此业务主办用户相关,对于与主办用户无关部分的编码由SCE生成:对于与主办用户相关部分的编码由SCE(Service CreateEnvironment)规定编码范围,具体编码由SMS在此范围内生成。Speech code bit field: If the service has nothing to do with the sponsoring user of the service, the speech code is generated by the SCE. If the service is related to the sponsoring user of this service, the codes for the part not related to the sponsoring user will be generated by SCE: the coding range for the part related to the sponsoring user will be specified by SCE (Service Create Environment), and the specific code will be generated by SMS within this range.

用上述方案的典型通知音编码如:A typical notification tone encoding using the above scheme is as follows:

0xABa000CD:表示AB号业务的第CD号语音的中文。0xABa000CD: Indicates the Chinese voice of the CD number of the AB number service.

0xABb800CD:表示AB号业务的第CD号语音的中文、英文,先中文后英文。0xABb800CD: Indicates the Chinese and English voices of the CD number of the AB number service, first in Chinese and then in English.

0xABd400CD:表示AB号业务的第CD号语音的中文、英文,先英文后中文。0xABd400CD: Indicates the Chinese and English voices of the CD number of the AB number business, first in English and then in Chinese.

二)录音编码格式2) Recording encoding format

录音编码格式:用四个字节来编码,编码中不包含不同的语种的放音顺序,只在编码中说明是那一种语言。Recording encoding format: four bytes are used to encode, the encoding does not include the playback order of different languages, only the language is indicated in the encoding.

表三   8bit   1bit   1bit   1bit   1bit   6bit   5bit   9bit   业务编码   普通话有无码   英语有无码   本地语有无码   其他语有无码   不用   业务主办用户编码   语音编码 Table three 8bit 1 bit 1 bit 1 bit 1 bit 6bit 5bit 9bit business code Mandarin with or without code English with or without code Local language with or without code Other languages with or without code Need not Business Sponsor User Code speech coding

31        23          22         21        20        19        13        8        031 23 22 21 20 19 13 8 0

其中业务编码和语音编码同通知音编码。4种语种编码只用4位,用每位取0或1来表示此录音编码的语种。这四位中只能有一位为1。录音编码方案应与通知音编码的方案一致。Wherein, the business coding and the speech coding are the same as the notification tone coding. The 4 languages are coded with only 4 bits, and each bit is 0 or 1 to indicate the language of the recording code. Only one of these four bits can be 1. The recording coding scheme should be consistent with the notification tone coding scheme.

典型录音编码如:Typical recording codes such as:

0xAB8000CD:AB号业务的第CD号语音的中文语音文件录音编码。0xAB8000CD: The Chinese voice file recording code of the CD voice of the AB business.

0xAB4000CD:AB号业务的第CD号语音的英文语音文件录音编码。0xAB4000CD: The recording code of the English voice file of the CD voice of the AB business.

0xAB2000CD:AB号业务的第CD号语音的本地语语音文件录音编码。0xAB2000CD: Local language voice file recording code of the CD voice of the AB business.

0xAB1000CD:AB号业务的第CD号语音的其它语语音文件录音编码。0xAB1000CD: Recording and encoding of voice files in other languages for the CD voice of the AB business.

从上面的阐述中我们可以发现,上述方案确实解决了前面所说的规范、效率和管理上的问题,基本满足了智能网产品在国内的需求。但是,随着智能网技术的发展,随着智能网产品海外市场的拓展,该编码方案已经不能满足海外用户的要求,其主要缺点有以下几个方面:From the above description, we can find that the above solution does solve the above-mentioned problems in standardization, efficiency and management, and basically meets the domestic demand for intelligent network products. However, with the development of intelligent network technology and the expansion of overseas markets for intelligent network products, this coding scheme can no longer meet the requirements of overseas users. Its main shortcomings are as follows:

1.业务与语音相关。目前智能网业务生成过程中,将语种的信息直接写入可执行文件中,即业务与该业务提示语言类型相关。如此,当我们的业务应用到其它的国家,当业务提示语言的类型发生变化,业务就需要重新生成、测试和加载,无法满足多个国家对同一个业务但不同提示语言类型的要求;1. The business is related to voice. At present, during the generation process of the intelligent network service, the language information is directly written into the executable file, that is, the service is related to the language type of the service prompt. In this way, when our business is applied to other countries, when the type of business prompt language changes, the business needs to be regenerated, tested and loaded, which cannot meet the requirements of multiple countries for the same business but different prompt language types;

2.支持的语音语言类型少。目前语音编码中最大只能支持四种语言类型,分别是:普通话、英语、地方方言和不属于上述语种的一种语言,对于海外客户要求支持斯瓦希里语、西班牙语、法语、葡萄牙语等多语言支持情况无法满足要求;2. There are few speech language types supported. At present, voice coding can only support up to four language types, which are: Mandarin, English, local dialects, and a language that does not belong to the above-mentioned languages. For overseas customers, it is required to support Swahili, Spanish, French, and Portuguese. Multilingual support cannot meet the requirements;

3.语音提示播放顺序指定不灵活。在目前的语音标识编码方案中,普通话、英语和地方方言的播放顺序可以灵活指定,但是,对于不属于上述三种语言的其它语种,其播放的顺序只能在上述三种语种的后面,这对于海外非中文、非英文为母语的国家来说,就无法满足语音播放顺序上的要求;3. The voice prompt playback order is not flexible. In the current voice identification coding scheme, the playback order of Mandarin, English and local dialects can be flexibly specified, but for other languages that do not belong to the above three languages, the order of playback can only be behind the above three languages. For overseas non-Chinese and non-English-speaking countries, the requirements on the order of voice playback cannot be met;

4.无法满足多货币类型价格数据语音播放的要求。在智能网业务中,系统往往需要向用户播放特殊的数据类型数据提示,比如用户卡上的余额。在现有的语音编码系统中,货币的单位、货币单位的位置是随着提示语言的类型变化的,例如在中文中,货币的单位是“元”,货币单位是在数字的后部播放的。由于货币单位是由提示语言的类型决定的,那么如果想在中文中播放用户有多少美圆的余额就无法进行,因此需要扩充现有的价格播放方案,在播放价格时带上货币单位的信息;4. Unable to meet the requirements of multi-currency price data voice playback. In intelligent network services, the system often needs to play special data type data prompts to users, such as the balance on the user's card. In the existing speech coding system, the currency unit and the position of the currency unit change with the type of prompt language. For example, in Chinese, the currency unit is "Yuan", and the currency unit is played at the back of the number . Since the currency unit is determined by the type of prompt language, if you want to broadcast the user’s balance in US dollars in Chinese, it will not be possible. Therefore, it is necessary to expand the existing price playback solution and bring the information of the currency unit when playing the price;

本发明的目的就是为了解决以上问题,提供一种智能网多语音提示方法,它通过新的语音标识编码方案,实现了支持更多语言、使用更加灵活的目的。The purpose of the present invention is to solve the above problems and provide a multi-voice prompting method for an intelligent network, which realizes the purpose of supporting more languages and using more flexibly through a new voice identification coding scheme.

为实现上述目的,本发明提出一种智能网多语音提示方法,用于确定语音的播放方式,其特征是包括如下步骤:1)对需要播放的语音的语音标识进行编码,编码中含有一个“种类索引”区,用该区中各个位的取值确定一个“种类索引号码”;2)设置一个“种类索引表”,表中列出上述“种类索引”区中每个可能的“种类索引号码”所对应的语音的属性,所述语音的属性包括播放方式;所述“种类索引表”由后台加载设定至SSP中,也可以由SCP动态地填写,所述语音的属性存储至SSP中;3)当需要对具体的语音进行播放时,读取“种类索引”区中的“种类索引号码”,SSP通过查找所述“种类索引表”,根据“种类索引表”中所述“种类索引号码”对应的该语音的属性,确定该语音的播放方式,并根据所确定的播放方式播放该语音。In order to achieve the above object, the present invention proposes a multi-voice prompting method in an intelligent network, which is used to determine the playback mode of the voice, and is characterized in that it comprises the following steps: 1) the voice identification of the voice to be played is encoded, and the encoding contains a " Type index" area, determine a "type index number" with the value of each bit in this area; 2) set a "type index table", list each possible "type index" in the above-mentioned "type index" area in the table The attribute of the voice corresponding to the number", the attribute of the voice includes the playback mode; the "category index table" is loaded and set into the SSP by the background, and can also be dynamically filled by the SCP, and the attribute of the voice is stored in the SSP Middle; 3) when needing to play concrete voice, read " kind index number " in " kind index " area, SSP is by searching described " kind index table ", according to " kind index table " described in " kind index table " The attribute of the voice corresponding to the "category index number", determine the playback mode of the voice, and play the voice according to the determined playback mode.

由于采用了以上的方案,不是将语音的属性直接写入到语音标识码中,而是只在语音标识码中写入一个索引号,语音的属性另用一个索引表来确定,这样就可大大节省了语音标识码的位长,使能支持的属性种类大大增加。如:在用于多语种播放的况下,如用8位码长来确定语音属性,用原方法只能支持四种语言(四个语种),但用本方法则可支持258种语言。另一方面,由于采用本方法后,语音属性本身不写入程序中,而是存在于索引表中,这样在需要修改时,就不必修改程序,而只需对索引表进行修改就可以了,大大增强了其适应性和灵活性。Owing to having adopted above scheme, be not that the attribute of speech is directly written in the speech identification code, but only write an index number in the speech identification code, the attribute of speech is determined with an index table in addition, can greatly like this The bit length of the voice identification code is saved, and the types of attributes supported can be greatly increased. Such as: under the situation that is used for multilingual broadcast, determine voice attribute as with 8 code lengths, can only support four kinds of languages (four languages) with original method, but then can support 258 kinds of languages with this method. On the other hand, after adopting this method, the phonetic attribute itself is not written into the program, but exists in the index table, so when it needs to be modified, it is not necessary to modify the program, but only needs to modify the index table. Greatly enhanced its adaptability and flexibility.

下面通过具体的实施例并结合附图对本发明作进一步详细的描述。The present invention will be described in further detail below through specific embodiments and in conjunction with the accompanying drawings.

实施例一:本例中的智能网多语音提示方法是将所述方法用于在多语种播放的情况下确定语种的类别和各语种的播放顺序,包括如下步骤:1)对需要播放的语音的语音标识进行编码,编码中含有“业务编码”区、“语言种类索引”区和“语音编码”区,用“语言种类索引”区中各个位的取值确定一个“语言种类索引号码”:2)设置一个“语言种类索引表”,表中列出上述“语言种类索引”区中每个可能的索引号码所对应的语音的属性,包括语种类别数量、语种编号及播放顺序;3)当需要对每个具体的语音进行播放时,读取其“语言种类索引区”中的索引号码,然后通过查找“语言种类索引表”,根据“语言种类索引表”中该语音的属性,确定该语音的播放方式,包括:应播放的语种及各语种的播放顺序。Embodiment one: the intelligent network multi-voice prompting method in this example is to use said method to determine the category of languages and the playback sequence of each language under the situation of multilingual playback, including the following steps: 1) to the voice that needs to be played The code contains the "business code" area, the "language type index" area and the "speech code" area, and the value of each bit in the "language type index" area is used to determine a "language type index number": 2) a "language category index table" is set, and the attribute of the voice corresponding to each possible index number in the above-mentioned "language category index" area is listed in the table, including language category quantity, language number and play order; 3) when When each specific voice needs to be played, read the index number in its "language type index area", and then determine the voice type according to the attribute of the voice in the "language type index table" by searching the "language type index table". The voice playback method, including: the languages to be played and the playback order of each language.

本发明优化编码方案的设计还能够支持已有的语音标识编码方法,同时,通过参数配置的方式,支持一种新的语音标识的编码方案。新的编码方案最多支持256种语言类别,同时最多支持8种语言。其格式如下所示:The design of the optimized coding scheme of the present invention can also support the existing coding method of the voice mark, and at the same time, support a new coding scheme of the voice mark through parameter configuration. The new encoding scheme supports up to 256 language categories and supports up to 8 languages at the same time. Its format is as follows:

表四   8bit   8bit   16bit   业务编码   语言种类索引   语音编码 Table four 8bit 8bit 16bit business code Language Type Index speech coding

该方案中,“业务编码”的含义与现有的定义一致,“语音编码”等于现有的“业务主办用户编码”+“语音编码”,“语言种类索引”则对应于现有的“4种语言顺序编码”。为了与中国国家标准兼容,长度定为8个bit(如不考虑标准问题,显然可将其长度定为其他值,如长度更长时可支持更多的组合,长度减小则可以节省字位数)。因为8bit容量有限,不能够容纳8种语言的类型及放音顺序,因此将它作为语音类型及放音顺序的索引,具体的语言类型及放音顺序通过索引查表得到。8个bit的索引有256种组合,能够满足业务语音的需要。为了对旧有格式的messageID兼容,旧格式的语言类型及放音顺序也在这张表中设置,用一定的技巧实现对旧的messageID格式的兼容。In this scheme, the meaning of "service code" is consistent with the existing definition, "speech code" is equal to the existing "service hosting user code" + "speech code", and "language category index" corresponds to the existing "4 language sequence encoding". In order to be compatible with the Chinese national standard, the length is set to 8 bits (if the standard is not considered, it is obvious that the length can be set to other values, such as a longer length can support more combinations, and a smaller length can save word bits number). Because the 8bit capacity is limited, it cannot accommodate the types and playback sequences of 8 languages, so it is used as an index of speech types and playback sequences, and the specific language types and playback sequences are obtained through index lookup tables. The 8-bit index has 256 combinations, which can meet the needs of business voice. In order to be compatible with the old messageID format, the language type and playback order of the old format are also set in this table, and certain techniques are used to achieve compatibility with the old messageID format.

语言种类索引格式如表五:   新格式   语言种类索引   8bit   旧格式   4种语音及顺序前8bit   8bit The language type index format is shown in Table 5: new format Language Type Index 8bit old format 4 voices and the first 8 bits of the sequence 8bit

在这张表中,旧格式的“4种语音及顺序”前8位也被设置,由于编码的特殊规则,“4种语音及顺序”前8个bit能够唯一表示语音种类及语音顺序。这样,无论SCP发送的messageID是新的编码格式还是旧的编码格式,SSP均按照这张表查表处理。实现了对两种编码格式的兼容。In this table, the first 8 bits of the "4 kinds of voices and their order" in the old format are also set. Due to the special rules of encoding, the first 8 bits of "4 kinds of voices and their order" can uniquely represent the voice type and voice order. In this way, no matter whether the messageID sent by the SCP is in a new encoding format or an old encoding format, the SSP will look up the process according to this table. Compatible with the two encoding formats has been achieved.

表六   语言种类索引   语言类别及放音顺序   0b1,010,000,000,0xa0   普通话   0b0001,010,000,0x14   英语   0b0000001010,0x02   方言   ob1011100000 0xb8   普通话、英语   0b1101010000,0xd4   英语、普通话   0b1010001100,0xa3   普通话、方言   0b1100001010,0xc2   方言、普通话   0b0001011100,0x17   英语、方言   0b0001101010,0x1a   方言、英语   0b1011101110,0b1011101000,0xbb,0xba   普通话、英语、方言   0b1011111100,0b1011001100,0xbf,0xb3   普通话、方言、英语   0b1101011110,ob1101011000,0xd7,0xd6   英语、普通话、方言   0b1101111010,ob1101001010,0xde,0xd2   方言、普通话、英语   0b1111011100,ob1001011100,0xf7,0x97   英语、方言、普通话   0b1111101010,ob1001101010,0xfa,0x9a   方言、英语、普通话 Table six Language Type Index Language category and playback order 0b1, 010, 000, 000, 0xa0 mandarin 0b0001, 010, 000, 0x14 English 0b0000001010, 0x02 dialect ob1011100000 0xb8 Mandarin, English 0b1101010000, 0xd4 English, Mandarin 0b1010001100, 0xa3 Mandarin, Dialect 0b1100001010, 0xc2 Dialect, Mandarin 0b0001011100, 0x17 English, dialect 0b0001101010, 0x1a Dialect, English 0b1011101110, 0b1011101000, 0xbb, 0xba Mandarin, English, Dialects 0b1011111100, 0b1011001100, 0xbf, 0xb3 Mandarin, dialect, English 0b1101011110, ob1101011000, 0xd7, 0xd6 English, Mandarin, Dialects 0b1101111010, ob1101001010, 0xde, 0xd2 Dialect, Mandarin, English 0b1111011100, ob1001011100, 0xf7, 0x97 English, Dialect, Mandarin 0b1111101010, ob1001101010, 0xfa, 0x9a Dialect, English, Mandarin

表七是SSP侧的语言种类索引表的格式。   语言种类索引   语言类别数目   语言类别   0~255   1~8   语言类别1   语言类别2   语言类别3   语言类别4   语言类别5   语言类别6   语言类别7   语言类别8 Table 7 is the format of the language type index table on the SSP side. Language Type Index Number of language categories language category 0~255 1~8 language category 1 language category 2 language category 3 Language Category 4 Language Category 5 Language Category 6 Language Category 7 language category 8

语言类别可复选,每种语言的放音顺序依次确定。这张表的具体内容,需要根据具体的需求确定。同时旧有的“4种语音和顺序”对应的编码(见上表)要预留出来,用来支持对老的messageID格式编码的支持,而且新的messageID格式编码也可以使用此索引。这样做的好处是,SSP、SCP等均不用为了兼容性的问题做特殊的标志来区分messageID格式,可以统一进行处理。The language category can be selected multiple times, and the playback order of each language is determined in turn. The specific content of this table needs to be determined according to specific needs. At the same time, the codes corresponding to the old "4 voices and sequences" (see the above table) should be reserved to support the old messageID format codes, and the new messageID format codes can also use this index. The advantage of this is that SSP, SCP, etc. do not need to make special signs to distinguish messageID formats for compatibility issues, and can be processed uniformly.

后台确定的语言类别和被选中的语言类别的放音顺序用下面的数据结构设定到前台进行处理。The language categories determined in the background and the playback sequence of the selected language categories are set to the foreground with the following data structure for processing.

表八   8bit   8bit   8bit   ·····   8bit   语言种类索引   语言类别数目   语言类别1   ·····   语言类别8 table eight 8bit 8bit 8bit ····· 8bit Language Type Index Number of language categories language category 1 ····· language category 8

语音种类索引用8个bit表示,索引范围0~255,语音类别数目8个bit表示本索引放音的语言类别的数目,用8个bit表示本索引对应的1~8个语言类别。语言类别用8个bit表示,最多支持256种语音。表中的语言类别表示依次放音最多能放8种语音,这8种语音是从256种语音中挑出的。The voice category index is represented by 8 bits, the index range is 0 to 255, the number of voice categories is 8 bits, which indicates the number of language categories played by this index, and 8 bits are used to indicate 1 to 8 language categories corresponding to this index. The language category is represented by 8 bits and supports up to 256 voices. The language category in the table indicates that a maximum of 8 voices can be played sequentially, and these 8 voices are selected from 256 voices.

例如下面的结构:For example the following structure:

表九   0   8   1   3   5   8   9   10   11   253   1   3   1   3   5   7   9   255   255   255 Table nine 0 8 1 3 5 8 9 10 11 253 1 3 1 3 5 7 9 255 255 255

表示:express:

放音索引0,播放8种语音,放音的顺序依次是语言类别1、3、5、8、9、10、11、253。The playback index is 0, and 8 kinds of voices are played, and the sequence of playback is language category 1, 3, 5, 8, 9, 10, 11, and 253.

放音索引1,播放3种语音,放音的顺序依次是语言类别1、3、5。因为放音数目为3种,语言类别7、9等就不放音。Playback index 1, play 3 voices, the order of playback is language category 1, 3, 5. Because there are 3 types of sounds to be played, no sounds are played for language categories 7, 9, etc.

上述方案至少可实现以下两点:The above scheme can achieve at least the following two points:

1、对语音语言类型数量的支持1. Support for the number of speech language types

上述编码方案的实施,从原来的支持4种语言类型,支持4种语音同时播放变成了支持最多达256种语言类型,支持8种语音同时播放,有效地解决了对多种语言类型数量支持的问题。The implementation of the above encoding scheme has changed from supporting 4 languages and playing 4 voices at the same time to supporting up to 256 languages and 8 voices playing at the same time, which effectively solves the problem of the number of languages supported. The problem.

2、对业务与具体语音语言类型相关问题的支持2. Support for issues related to business and specific speech language types

采用新的编码方案后,业务在处理语音的过程中填写的不是语音的具体语言类型和播放顺序,而是语音的语言种类索引(该索引也可以由SCP动态地填写),而该索引对应的语音的数量、语言的类型及播放顺序由存储在SSP上的语言种类索引表翻译,因而可以在不修改业务的前提下通过修改SSP上语言种类索引表中相应索引对应的提示语言的数量、语言类型及顺序的方式来满足不同用户对多语言的需求,从而解决了业务与具体提示语音语言类型相关的问题。After adopting the new coding scheme, what the service fills in during the voice processing is not the specific language type and playback order of the voice, but the language type index of the voice (this index can also be dynamically filled in by the SCP), and the corresponding The number of voices, language types and playback order are translated by the language type index table stored on the SSP, so you can modify the number of prompt languages corresponding to the corresponding index in the language type index table on the SSP without modifying the business. Types and sequences are used to meet the needs of different users for multiple languages, thus solving the problems related to the business and specific prompt voice language types.

实施例二:对多货币类型多语音价格数据播放问题的支持Embodiment 2: Support for multi-currency and multi-voice price data playback

在ITU-T的INAP协议中,价格(Pice)据类型是一个OCTET STRING(SIZE(4)),在CINAP中是BCD码,如果用二进制表示这样的价格范围,只需要27个bit,那么剩下的几个bit就可以用来表示货币的类型。因此,把货币类型信息加入到Price数据类型的编码中是可行的,既可以满足ITU_T的规范,又可以表示多种货币类型的信息,并可以实现货币类型可配置的目的。In the INAP protocol of ITU-T, the price (Pice) data type is an OCTET STRING (SIZE (4)), and in CINAP it is a BCD code. If such a price range is expressed in binary, only 27 bits are needed, then the remaining The next few bits can be used to indicate the type of currency. Therefore, it is feasible to add currency type information into the encoding of the Price data type, which can not only meet the specifications of ITU_T, but also represent information of multiple currency types, and realize the purpose of configurable currency types.

为解决此问题,可将所述方法用于在多货币类型、多语种情况下的多语音提示,以确定币种的类别、货币单位的组合规则和发音所用的语种,包括如下步骤:1)对需要播放的语音的语音标识进行编码,编码中含有“币种索引”区和“价格数值”区,用“币种索引”区中各个位的取值确定一个“币种索引号码”;2)设置一个“币种索引表”,表中列出上述“币种索引”区中每个可能的索引号码所对应的语音的属性,包括发音语种、币种及货币单位的组合规则;3)当需要对每个具体的语音进行播放时,读取其“币种索引区”中的索引号码,然后通过查找“币种索引表”,根据“币种索引表”中该语音的属性,确定该语音的播放方式,包括:应播放的币种、语种及各货币单位的组合规则。In order to solve this problem, the method can be used for multi-voice prompts under multi-currency types and multi-language situations, so as to determine the category of currency, the combination rules of currency units and the language used in pronunciation, including the following steps: 1) Encode the voice identification of the voice that needs to be played. The encoding contains a "currency index" area and a "price value" area, and a "currency index number" is determined by the value of each bit in the "currency index" area; 2 ) a "currency index table" is set, and the attribute of the voice corresponding to each possible index number in the above-mentioned "currency index" area is listed in the table, including the combination rules of pronunciation language, currency and currency unit; 3) When it is necessary to play each specific voice, read the index number in its "currency index area", and then determine the The playback method of the voice includes: the currency to be played, the language and the combination rules of each currency unit.

具体地讲,在此种新的多币种支持方案中,采用了如下的编码方法:Specifically, in this new multi-currency support scheme, the following encoding method is adopted:

表十   4bit   28bit   币种索引区   价格数值区 table ten 4bit 28bit currency index area price value area

币种索引区的4bit用来表示价格数值的货币类型,最大可以支持16种货币类型。而价格数值区则采用16进制表示具体的价格值,其值用最小的单位表示。最大可以达到二亿多的数值。The 4 bits in the currency index area are used to indicate the currency type of the price value, and a maximum of 16 currency types can be supported. The price value area uses hexadecimal to represent the specific price value, and its value is represented by the smallest unit. The maximum value can reach more than 200 million.

例如:价格数值是1234.56,语言类型为中文,货币单位为“元”,而中文“元”的币种索引是1,则下发的价格price里的值应为:1001E240币种索引表格式:For example: the price value is 1234.56, the language type is Chinese, the currency unit is "Yuan", and the currency index of Chinese "Yuan" is 1, then the value in the issued price price should be: 1001E240 Currency index table format:

表十一   语种   币种   组合规则   中文   人民币   A+圆+B+角+C+分+D+E   中文   美元   A+美元+BC+美分+D+E   中文   其他币   英文   人民币   。。。 Table Eleven language Currency combination rules Chinese RMB A+circle+B+angle+C+point+D+E Chinese Dollar A+dollar+BC+cent+D+E Chinese other currency English RMB . . .

表中组合规则ABCD指一种标志位,如用0xFF代表A,0xFE代表B,0xFD代表C,0xFC代表D,0xFB代表E,D后面跟一个是否要小数部分放在一起,即BC是否在一起,中文小数部分有角分,美元就没有,只有美分。E表示播放单位和数字的先后顺序,如有E,表示先播放单位,再播放数字。The combination rule ABCD in the table refers to a flag bit, such as 0xFF for A, 0xFE for B, 0xFD for C, 0xFC for D, 0xFB for E, D followed by whether the decimal part should be put together, that is, whether BC is together , the Chinese decimal part has cents, but the dollar does not, only cents. E indicates the order of playing units and numbers, if there is E, it means playing units first, and then numbers.

其它如圆,角,分,美元,美分等信息是一个MsgID,代表该条语音。Other information such as circle, angle, cent, dollar, cent, etc. is a MsgID, which represents the voice.

在智能网上采用本发明的语音编码方案实现业务多语言语音提示的功能,不仅扩充了业务语音提示操作的功能,扩充了INAP规范,也带来了其它的一些好处,具体有:Adopting the speech coding scheme of the present invention to realize the function of business multilingual voice prompts on the intelligent network not only expands the function of business voice prompt operation and expands the INAP specification, but also brings other benefits, specifically:

1.新语音编码方案增强了智能网业务的功能,增加了业务的灵活性;1. The new voice coding scheme enhances the functions of intelligent network services and increases the flexibility of services;

2.新的语音编码方案细化了INAP协议,提出了语音编码的具体方法,将协议中没有明确的语音编码方法具体化了,为INAP协议的发展作出了贡献;2. The new speech coding scheme refines the INAP protocol, proposes a specific method of speech coding, and concretizes the speech coding method that is not clear in the protocol, making contributions to the development of the INAP protocol;

3.新的语音编码方案扩展了INAP操作,提出了通话时长数据类型,增大了INAP协议处理的数据范围,为INAP协议的发展作出了贡献;3. The new speech coding scheme expands the INAP operation, proposes the call duration data type, increases the data range processed by the INAP protocol, and contributes to the development of the INAP protocol;

4.新的语音编码方案增强了INAP的功能,通过改变price数据类型的编码方法,增加了编码的信息含量,丰富了INAP协议的内容,为INAP协议的发展作出了贡献;4. The new speech coding scheme enhances the function of INAP. By changing the coding method of the price data type, the information content of the coding is increased, the content of the INAP protocol is enriched, and it contributes to the development of the INAP protocol;

5.新的语音编码方案加快了业务开发的速度。以往业务实现多语言语音提示(限于四种语言内),需要在业务中根据语音的语言类型利用分支SIB进行选择,每个放音处需要四个SIB才能完成,新的语音编码方案的提出,尤其是语言种类索引可以由业务也可以由SCP填写的功能,使得采用新编码方案后的每个放音操作只需要一个SIB就可以完成,大大地减少了业务中放音及放音相关SIB的个数,加快了业务的开发速度;5. The new voice coding scheme accelerates the speed of business development. In the past, to realize multilingual voice prompts (limited to four languages) in the business, it was necessary to use the branch SIB to select according to the language type of the voice in the business, and each playback place required four SIBs to complete. The proposal of the new voice coding scheme, In particular, the language category index can be filled in by the service or by the SCP, so that each playback operation after adopting the new coding scheme can be completed with only one SIB, which greatly reduces the number of playback and playback-related SIBs in the service. number, speeding up business development;

6.新的语音编码方案加快了业务移植的速度。目前深圳华为技术有限公司秘鲁智能网项目中的智能业务就是由肯尼亚智能网项目中的智能业务修改、移植而来的。秘鲁智能网项目的智能业务主要在肯尼亚智能网项目智能业务的基础上修改或删除了部分业务处理流程,对多语音支持这个部分,由于采用新编码的业务与提示语音语言类型的无关性,移植过程异常简单,只需要修改一下配置文件就可以了。新编码方案的采用大大地加快了业务移植的速度;6. The new voice coding scheme accelerates the speed of service transplantation. At present, the intelligent services in the Peru intelligent network project of Shenzhen Huawei Technologies Co., Ltd. are modified and transplanted from the intelligent services in the Kenya intelligent network project. The intelligent service of the Peru intelligent network project is mainly modified or deleted on the basis of the intelligent service of the Kenya intelligent network project. Part of the service process is supported for multi-voice. Due to the irrelevance between the new coded service and the language type of the prompt voice, the transplantation The process is very simple, just modify the configuration file. The adoption of the new coding scheme has greatly accelerated the speed of business migration;

7.新的语音编码方案解决了多语音下多币种价格放音的问题。该问题的解决不仅满足了海外智能网用户的需求,也为智能网平台、业务的发展提供了解决思路;7. The new voice coding scheme solves the problem of multi-currency price playback under multi-voice. The solution to this problem not only meets the needs of overseas intelligent network users, but also provides solutions for the development of intelligent network platforms and services;

总之,本发明新业务语音编码方案在理论上是可行的,在技术上也是可行的。在实际应用中,该技术以其良好的可操作性、可理解性给业务的开发、维护、移植带来了巨大的便利,为智能网智能业务在海外的推广带来了巨大的经济效益。In a word, the new service speech coding scheme of the present invention is theoretically feasible and technically feasible. In practical applications, this technology brings great convenience to business development, maintenance and transplantation with its good operability and comprehensibility, and brings huge economic benefits to the promotion of intelligent network intelligent services overseas.

Claims (3)

1, a kind of multi-speech prompting method for intelligent network is characterized in that, comprises the steps:
1) voice identifier of the voice that needs are play is encoded, and contains one " species index " district in the coding, determines one " species index number " with each value in this district;
2) one " species index table " is set, list the attribute of each possible " species index number " pairing voice in above-mentioned " species index " district in the table, the attribute of described voice comprises broadcast mode, described " species index table " loaded by the backstage and is set among the SSP, also can dynamically be filled in by SCP, the property store of described voice is to SSP;
3) in the time need playing to concrete voice, read " species index number " in " species index " district, SSP described by searching " species index table ", attribute according to these corresponding voice of " species index number " described in " species index table ", determine the broadcast mode of these voice, and play this voice according to determined broadcast mode.
2, multi-speech prompting method for intelligent network as claimed in claim 1, it is characterized in that: described " species index " is " category of language index ", described " species index table " is " category of language concordance list ", the broadcast mode of required definite voice is meant the playing sequence of classification and each languages of determining languages under the situation of multilingual broadcast, and described three steps are specific as follows described:
1) voice identifier of the voice that needs are play is encoded, contain " operation code " district, " category of language index " district and " voice coding " district in the coding, determine one " category of language index number " with each value in " category of language index " district;
2) one " category of language concordance list " is set, list the attribute of each possible " category of language index number " pairing voice in above-mentioned " category of language index " district in the table, the attribute of described voice comprises languages categorical measure, languages numbering and playing sequence, described " category of language concordance list " loaded by the backstage and is set among the SSP, also can dynamically be filled in by SCP, the property store of described voice is to SSP;
3) in the time need playing to each concrete voice, read " category of language index number " in its " category of language index " district, SSP is by searching " category of language concordance list " then, attribute according to these corresponding voice of " category of language index number " described in " category of language concordance list ", determine the broadcast mode of these voice, described broadcast mode comprises the languages that should play and the playing sequence of each languages, and plays this voice according to determined speech play mode.
3, multi-speech prompting method for intelligent network as claimed in claim 1 is characterized in that:
Described " species index " is " Currency Type index ", described " species index table " is " Currency Type concordance list ", the broadcast mode of required definite voice is meant under many currency types, multilingual situation, determine the classification of Currency Type, the rule of combination of monetary unit and the used languages of pronouncing, described three steps are specific as follows described:
1) voice identifier of the voice that needs are play is encoded, and contains " Currency Type index " district and " price numerical value " district in the coding, determines one " Currency Type index number " with each value in " Currency Type index " district;
2) one " Currency Type concordance list " is set, list the attribute of each possible " Currency Type index number " pairing voice in above-mentioned " Currency Type index " district in the table, the attribute of described voice comprises the rule of combination of pronounce languages, Currency Type and monetary unit, described " Currency Type concordance list " loaded by the backstage and is set among the SSP, also can dynamically be filled in by SCP, the property store of described voice is to SSP;
3) in the time need playing to each concrete voice, read " Currency Type index number " in its " Currency Type index area ", SSP is by searching " Currency Type concordance list " then, attribute according to " Currency Type index number " described in " Currency Type concordance list " pairing these voice, determine the broadcast mode of these voice, described broadcast mode comprises the rule of combination of Currency Type, languages and each monetary unit that should play, and plays this voice according to determined broadcast mode.
CNB011125195A 2001-03-28 2001-03-28 Multi-speech prompting method for intelligent network Expired - Lifetime CN1315082C (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CNB011125195A CN1315082C (en) 2001-03-28 2001-03-28 Multi-speech prompting method for intelligent network
PCT/CN2002/000148 WO2002078361A1 (en) 2001-03-28 2002-03-13 A method of multilanguage prompts in intelligent network
RU2003131406/09A RU2279126C2 (en) 2001-03-28 2002-03-13 Method for organization of multi-language messages in an intellectual network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB011125195A CN1315082C (en) 2001-03-28 2001-03-28 Multi-speech prompting method for intelligent network

Publications (2)

Publication Number Publication Date
CN1377193A CN1377193A (en) 2002-10-30
CN1315082C true CN1315082C (en) 2007-05-09

Family

ID=4659303

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB011125195A Expired - Lifetime CN1315082C (en) 2001-03-28 2001-03-28 Multi-speech prompting method for intelligent network

Country Status (3)

Country Link
CN (1) CN1315082C (en)
RU (1) RU2279126C2 (en)
WO (1) WO2002078361A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010096979A1 (en) * 2009-02-26 2010-09-02 中兴通讯股份有限公司 Method and system for enabling interactive voice response service

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100375490C (en) * 2003-12-05 2008-03-12 中兴通讯股份有限公司 A method of multilingual voice selection and playback based on program-controlled exchange
CN1889701B (en) * 2005-08-19 2010-10-27 华为技术有限公司 How to play notification tone in smart call
CN101137077B (en) * 2007-10-16 2011-08-24 中兴通讯股份有限公司 Digital program controlled exchanger and method to support multilingual audio playback
CN101247536A (en) * 2007-12-27 2008-08-20 华为技术有限公司 Multi-currency play method and system
CN101227627B (en) * 2008-02-02 2011-07-06 华为技术有限公司 System, device and method of supporting for playing multilingual variable sound in the course of calling
CN101729570A (en) * 2009-12-15 2010-06-09 中兴通讯股份有限公司 Multilingual unified development and playback method and system of media server

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5021889A (en) * 1989-02-20 1991-06-04 Ricoh Company, Ltd. Facsimile apparatus
WO1998054656A1 (en) * 1997-06-02 1998-12-03 Harris Corporation Multi-language prompts for prepaid telephone systems
WO1999040709A2 (en) * 1998-01-27 1999-08-12 Nokia Telecommunications Oy Method of playing announcements in telecommunication network exchange

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02240769A (en) * 1989-03-14 1990-09-25 Canon Inc Natural language sentence generation device
JPH08501166A (en) * 1992-09-04 1996-02-06 キャタピラー インコーポレイテッド Comprehensive authoring and translation system
JPH0981569A (en) * 1995-09-12 1997-03-28 Hitachi Ltd Multinational service provision system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5021889A (en) * 1989-02-20 1991-06-04 Ricoh Company, Ltd. Facsimile apparatus
WO1998054656A1 (en) * 1997-06-02 1998-12-03 Harris Corporation Multi-language prompts for prepaid telephone systems
WO1999040709A2 (en) * 1998-01-27 1999-08-12 Nokia Telecommunications Oy Method of playing announcements in telecommunication network exchange

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010096979A1 (en) * 2009-02-26 2010-09-02 中兴通讯股份有限公司 Method and system for enabling interactive voice response service

Also Published As

Publication number Publication date
WO2002078361A1 (en) 2002-10-03
RU2003131406A (en) 2005-04-20
RU2279126C2 (en) 2006-06-27
CN1377193A (en) 2002-10-30

Similar Documents

Publication Publication Date Title
US6621429B2 (en) Huffman decoding method and decoder, huffman decoding table, method of preparing the table, and storage media
CN1391209A (en) Phonetics synthesizing method and synthesizer thereof
CN1315082C (en) Multi-speech prompting method for intelligent network
CN101847406B (en) Speech recognition query method and system
CN1359065A (en) Method and system for converting abstract syntax notation 1 data model to object model
CN101316296B (en) Method and system for managing generation of multiple electronic work orders
CN101699840A (en) Intelligent speech interactive system in converged communication and method for implementing same
US6493662B1 (en) Rule-based number parser
CN101388731B (en) Low-rate equivalent voice underwater acoustic communication technology
CN114879930A (en) Audio output optimization method for android compatible environment
CN101754155A (en) Call bill format conversion method and device and call bill processing method and system
CN101137077B (en) Digital program controlled exchanger and method to support multilingual audio playback
CN1567829A (en) General purpose data file conversion method
CN101119173B (en) Encoding and decoding method of layer 3 message in time division synchronous code division multiple access system
CN1945692A (en) Intelligent method for improving prompting voice matching effect in voice synthetic system
US11758044B1 (en) Prompt list context generator
CN101076057A (en) System, method and customer terminal for issuing color echo record
CN103716127A (en) TTCN-3 based compression coding and decoding method and system
CN101068373A (en) Method for receiving and realizing speech short message
CN101729570A (en) Multilingual unified development and playback method and system of media server
CN1545248A (en) Numbering and Analysis Method of Recorded Announcement in Bearer Control Separation Network
CN1805483A (en) Multimedia transmission and playing method and system in mobile phone network
CN1053073C (en) System for real-time notice of fault from microwave system
CN1838665A (en) Adapting method between different byte sequence styles in network communication
CN1571425A (en) Universal decoding method for No.7 signalling system

Legal Events

Date Code Title Description
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CX01 Expiry of patent term
CX01 Expiry of patent term

Granted publication date: 20070509

DD01 Delivery of document by public notice
DD01 Delivery of document by public notice

Addressee: Yue Ya

Document name: Notice of termination of patent right