Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

C&C08 Digital SPC

Document code Product name Switching System l


Target readers Huawei Engineers/Partner Engineers Product version OVSV610R106

Edited by Fixed network technical support department Document version V2.0

Address Complete Tone Deployment


Guide

Drafted by: Zhang Xuelong Date: 2004-03-02

Reviewed by: Zhang Min Date: 2005-3-17

Reviewed by: Date:

Approved by: Huang Yong Date: 2005-3-17

Huawei Technologies Co, Ltd


All Rights Reserved

Huawei Confidential. No disclosure without permission.


Confidentiality Level:
Address Complete Tone Deployment Guide Internal Use Only

Revision Record
Date Revised version Description Author

2004-03-02 1.00 First draft completed Zhang Xuelong


Add information of tone ID of address
2004-09-22 1.01 Su Zhenxiong
complete

Huawei Confidential. No disclosure without permission.


Confidentiality Level:
Address Complete Tone Deployment Guide Internal Use Only

Contents

Chapter 1 Address Complete Tone Deployment Guide ............................................................... 1


1.1 Overview ............................................................................................................................... 1
1.1.1 Feature Description.................................................................................................... 1
1.1.2 Principle...................................................................................................................... 1
1.2 Data Configuration ................................................................................................................ 2
1.2.1 Configuring Software Parameters .............................................................................. 2
1.2.2 Configuring Timer Duration ........................................................................................ 2
1.3 Attention................................................................................................................................ 3

Huawei Confidential. No disclosure without permission.


Confidentiality Level:
Address Complete Tone Deployment Guide Internal Use Only

Keyword:
address complete tone

Summary:
By using the address complete tone service, the C&C08 switch applies the address complete tone
to the caller subscriber after he finishes dialing the called number. Operators can set the duration
of the address complete tone.

Abbreviations list:
CCB Call Control Block

Reference list:

Huawei Confidential. No disclosure without permission.


Confidentiality Level:
Address Complete Tone Deployment Guide Internal Use Only

Chapter 1 Address Complete Tone Deployment


Guide

1.1 Overview

1.1.1 Feature Description

The address complete tone feature requires that the switch first send a 425-Hz tone
of 0.3 seconds after a subscriber completes dialing of the called number, then other
normal connection tones such as the ring back tone or busy tone. For variable-length
numbers such as international numbers, the switch should set address complete flag
and apply the address complete tone after no-dialing time-out. The default duration of
the no-dialing timer is five seconds.
You can set the duration of the address complete tone and that of the no-dialing timer.
Use software parameters to control whether to enable the address complete tone.

1.1.2 Principle

The following text describes how the C&C08 switch achieves the address complete
tone feature.
z The CCB side itself achieves the address complete tone feature and there is no
concern of the subscriber side.
z After sending the address complete tone, the CCB side ensures restoration to
possible pre-tone-sending network connection statuses. The CCB side also
controls when to send the tone and when to stop, and ensures no impact on
subsequent call connections.
z For intra-office calls or the outgoing calls that the switch can immediately make
the address-complete judgment (for example, the maximum number length is
reached), the switch ensures 0.3-second tone-sending. In practice, the switch
adds a sub-status "CSS_INFO_RCV_ADDR_CMP_TONE" to the status
"CS_INFORMATION_RECEIVING" to ensure complete sending of the address
complete tone to the caller party before the sending of the SETUP message to
the called side. In this case, the CCB_timer (that is, common CCB status timer)
"CTN_ADDR_COMPLETE_TONE" is used. The design has referred to the
principle of delay alerting.
z For the outgoing calls that the switch cannot immediately make the
address-complete judgment, the switch ensures tone-sending as complete as
possible. In this case, the switch uses the CCB_CR_timer, which is independent
of the CCB_timer, to control the duration of tone-sending and control whether to
enable the address complete tone feature in the case of time-out.
z From the above two points, it is known that three timers are needed, namely, the
CCB_timer "CTN_ADDR_COMPLETE_TONE" and the CCB_CR_timer
"TN_ADDR_COMPLETE_TONE/TN_INTEL_ADDR_DIALLING". Among them,
both the timer "CTN_ADDR_COMPLETE_TONE" and the timer

2004-02-25 Huawei Confidential. No disclosure without permission. Page 1 of 7


Confidentiality Level:
Address Complete Tone Deployment Guide Internal Use Only

"TN_ADDR_COMPLETE_TONE" control the duration of tone-sending and have


the same value, which should be noted during data configuration.
z On receipt of the CONNECT_NET message, the CCB need record related
information. After sending the address complete tone, the CCB judges whether
there has been a network connection operation. If there has been one, the CCB
will restore to the pre-tone-sending network connection status. If the CCB
receives the CONNECT_NET message when sending the tone, only after the
tone is completely sent will it transfer the message to the caller side.
z In the case of delayed alerting, the switch sends the address complete tone as
soon as the address is complete and will not wait until the delayed time elapses.
In summary, the address complete tone feature concerns only the CCB module. It
involves three CCB timers and restoration of several network connection statuses
before and after tone-sending.

1.2 Data Configuration

1.2.1 Configuring Software Parameters

Commands: [MOD SFP], [LST SFP]


The switch uses two software parameters to support the address complete tone
feature, namely, Bit 0 of the OVS_VER_CON_PARA1 (P134) and Bit 1 of the
OVS_VER_CON_PARA1 (P134).
[P134 Bit 0]: It controls whether to support sending of the address complete tone.
=1 (default value): Not support
=0: Support
[P134 Bit 1]: It controls whether to enable sending of the address complete tone in the
case of no-dialing time-out.
=1 (default value): Not support
=0: Support
Bit 1 of the software parameter P134 is effective only when Bit 0 of the P134 is set to
"0".
To enable the address complete tone feature, type the following commands:
MOD SFP: ID=P134, VAL="FFFE"; (Enables sending of the address complete tone)
MOD SFP: ID=P134, VAL="FFFC"; (Enables sending of the address complete tone in
the case of no-dialing time-out)

1.2.2 Configuring Timer Duration

Commands: [MOD REALTIMER], [LST REALTIMER]


Carry out the MOD REALTIMER command to configure the duration of the sending of
the address complete tone (0.3 seconds by default) and the no-dialing time-out
duration (5 seconds by default).

2004-02-25 Huawei Confidential. No disclosure without permission. Page 2 of 7


Confidentiality Level:
Address Complete Tone Deployment Guide Internal Use Only

Use different timers for intra-office calls and outgoing calls to control the duration of
the sending of the address complete tone.
z For intra-office calls, use the CCB_timer. In the CCB module, the timer group
number of the CCB_timer is "0" and the timer index is "38". Type the command
"MOD REALTIMER: PID=7, GRP=0, IDX=38, NVL=3;" to set the duration of
tone-sending to 0.3 seconds. The [NVL] parameter is expressed in 100 ms.
z For outgoing calls, use the CCB_CR_timer. In the CCB module, the timer group
number of the CCB_CR_timer is "2" and the timer index is "4". Type the
command "MOD REALTIMER: PID=7, GRP=2, IDX=4, NVL=3;" to set the
duration of tone-sending to 0.3 seconds. The [NVL] parameter is expressed in
100 ms.
Note: For intra-office calls and outgoing calls, the duration of the sending of the
address complete tone should be the same. So configure the same duration for the
above two timers.
Use the CCB_CR_timer to control the no-dialing time-out duration. In the CCB
module, the timer group number of the CCB_CR_timer is "2" and the timer index is
"5". Type the command "MOD REALTIMER: PID=7, GRP=2, IDX=5, NVL=5;" to set
the time-out duration for variable-length dialing to 5 seconds. The [NVL] parameter is
expressed in 1 s.

1.3 Attention
z There are differences between the realization of the tone-sending for intra-office
calls and that for outgoing calls. For intra-office calls, the switch ensures that
calling parties can hear complete tone. For outgoing calls, if the opposite office
responds quickly, it is possible that calling parties hear no address complete tone
or hear no complete tone. Such phenomena are normal because the address
complete tone feature should not affect subsequent call connection processes.
z Configure the same duration for the sending of the address complete tone for
intra-office calls and outgoing calls.
z After sending the address complete tone, the switch considers the address
complete and disallows number dialing any longer.
z The switch does not send the address complete tone in the case of wrong dialing,
empty number, and supplementary services.
z The address complete tone feature supports only basic services and Centrex
basic services.
z The address complete tone feature does not support the calls originated by PRA
subscribers.
z The tone ID of address complete tone is 62(TID_DIAL_TONE_TEST).When
other service use this tone ID, it will conflict with address complete tone service.

2004-02-25 Huawei Confidential. No disclosure without permission. Page 3 of 7

You might also like