April 25, 2024

Configure VoIP PSTN Service (SIP) on Huawei OLT

Configure VoIP PSTN Service (SIP):

Prerequisite:

According to the actual network, a route from the MA5600T/MA5603T/MA5608T to the IMS must be configured to ensure that the MA5600T/MA5603T/MA5608T and the IMS are reachable from each other. Electronic switch 0 must be in  location-1 (indicating that the system goes upstream through only the upstream board). Electronic switch 1 must be in location-0(indicating that the VoIP service is supported). For details about how to configure the electronic switch, see electro-switch. [boxads]

NOTE:

  • The SCUN and SCUH control boards do not support electronic switch.
  • The control board SCUL does not provide the upstream port and the system goes upstream through only the upstream board.

Topology Diagram for Configure VoIP PSTN Service (SIP):

Configure VoIP PSTN Service (SIP) on Huawei OLT
Configure VoIP PSTN Service (SIP) on Huawei OLT

Procedure:

Step 1: Add the upstream VLAN interface:

Configure standard VLAN 20 as the media and signaling upstream VLAN, add upstream port 0/19/0 to the VLAN, and configure the IP address of the Layer 3 interface to 10.10.10.10, which facilitates the configuration of the media and signaling IP address pools.

Huawei-OLT(config)#vlan 20 standard
Huawei-OLT(config)#port vlan 20 0/19 0
Huawei-OLT(config)#interface vlanif 20
Huawei-OLT(config-if-vlanif20)#ip address 10.10.10.10 24
Huawei-OLT(config-if-vlanif20)#quit

[adsense]

Step 2: Configure the media and signaling IP address pools:

Add the IP address of the VLAN Layer 3 interface configured in the previous step to the media and signaling IP address pools respectively, which facilitates the selection of media and signaling IP addresses used for the services from the IP address pools. According to the data plan, IP address 10.10.10.10 is added to the media and signaling IP address pools, and the gateway IP address corresponding to the media IP address is 10.10.10.1.

Huawei-OLT(config)#voip
Huawei-OLT(config-voip)#ip address media 10.10.10.10 10.10.10.1
Huawei-OLT(config-voip)#ip address signaling 10.10.10.10
Huawei-OLT(config-voip)#quit

NOTE:

  • You can configure the attributes of the H248 or MG interface only when the media IP address and the signaling IP address exist in the media and signaling IP address pools.
  • The media IP address and the signaling IP address can be different. You can plan the IP addresses according to the actual network.
    Step 3 Add an SIP interface. Add an SIP interface to communicate with the IMS, which ensures that the IMS can control the
    call connection through the SIP interface. According to the data plan, add SIP interface 0, and configure the interface attributes.
  • Signaling/Media IP address: 10.10.10.10
  • Signaling port ID: 5060
  • Transfer mode: UDP
  • IP address of the primary IMS: 10.10.10.20
  • Signaling port ID of the primary IMS: 5060
  • Homing domain name of SIP interface: huawei
  • SIP profile ID: 1

Huawei-OLT(config)#interface sip 0
Are you sure to add SIP interface?(y/n)[n]:y

Huawei-OLT(config-if-sip-0)#if-sip attribute basic media-ip 10.10.10.10 signal-ip 10.10.10.10 signal-port 5060 transfer udp primary-proxy-ip1 10.10.10.20 primary-proxy-port 5060 home-domain huawei sipprofile-index 1

Step 4: Configure the ringing mapping of SIP interface 0.

Configure the user ringing mode. The break-make ratios of the cadence ringing and the initial ringing are both 1:4. Therefore, the value of parameter cadenceis 0, and the value of parameter initialringis 4.

Huawei-OLT(config-if-sip-0)#ringmode add 0 ringname cadencering 0 initialring 4

Step 5: Enable the SIP interface.

Reset the SIP interface to make the SIP interface register with the IMS (or to make the attributes of the SIP interface take effect), so that the SIP interface can work in the normal state.

Huawei-OLT(config-if-sip-0)#reset
Are you sure to reset the SIP interface?(y/n)[n]:y
Huawei-OLT(config-if-sip-0)#quit

Step 6: Query the running status of the SIP interface:

After the SIP interface is interconnected with the IMS, the SIP interface should be in the normal state, indicating that the SIP interface can work in the normal state.

Huawei-OLT>display if-sip all

display if-sip all
display if-sip all

Step 7: Configure the PSTN subscriber data:

  • a. Configure the PSTN user data (Phone 0-Phone 63) in slot 0/2.

Huawei-OLT(config)#esl user
Huawei-OLT(config-esl-user)#sippstnuser batadd 0/2/0 0/2/63 0 telno 83110000

  • b. Configure the calling priority of the PSTN user in port 0/2/0 as Cat2.

Huawei-OLT(config-esl-user)#sippstnuser attribute set 0/2/0 priority cat2

  • c. Configure the PSTN user data (Phone 64-Phone 127) in slot 0/3.

Huawei-OLT(config-esl-user)#sippstnuser batadd 0/3/0 0/3/63 0 telno 88110000

  • d. Configure the authentication data of the PSTN user in port 0/2/0.

Huawei-OLT(config-esl-user)#sippstnuser auth set 0/2/0 telno 83110000 passwordmode password

User Name(<=64 characters, “-” indicates deletion):user83110000
User Password(<=64 characters, “-” indicates deletion): pwd8311000

NOTE:
Considering users safety, the IMS may require user authentication. You can run the sippstnuser auth set command to configure the user authentication data, including user name, password mode and password. The authentication data should be consistent with that of IMS side.

  • e. Configure the PSTN user type in slot 0/3.

Huawei-OLT(config-esl-user)#sippstnuser attribute batset 0/3/0 0/3/63 potslinetype PayPhone
Huawei-OLT(config-esl-user)#quit

[bodyads]

Step 8: Configure the PSTN port attributes:

Configure the PSTN port in slot 0/3 so that the port supports the polarity reversal.

Huawei-OLT(config)#pstnport
Huawei-OLT(config-pstnport)#pstnport attribute batset 0/3/0 0/3/63 reverse-pole-pulse enable
Huawei-OLT(config-pstnport)#quit

Step 9: Save the data:

Huawei-OLT(config)#save

Result:

After the interface data and the PSTN user data corresponding to the SIP interface are configured on the IMS, check whether the VoIP services can be provisioned normally. In the normal state, users of Phone 0-Phone 127 can communicate with each other successfully.

  • The calling party can hear the dialing tone after picking up the phone.
  • When the calling party dials the phone number of the called party, the phone of the called party can ring normally, and the calling party can hear the ring-back tone.
  • The calling party and the called party can communicate in the normal state.
  • After the called party hooks on, the calling party can hear the busy tone.

Shahed

Hi! I am Shahed Israr. I try to help GPON Technology users with their queries and provide them with relevant and accurate information to the best of my ability. My main goal is to assist and enhance GPON Technology user and help people find the answers they're looking for quickly and easily.

Follow Me:
TwitterFacebookLinkedInPinterestGoogle PlusDiggYouTubeRedditDelicious

Visited 560 times, 1 visit(s) today

Comments

comments

Shahed

Hi! I am Shahed Israr. I try to help GPON Technology users with their queries and provide them with relevant and accurate information to the best of my ability. My main goal is to assist and enhance GPON Technology user and help people find the answers they're looking for quickly and easily.

View all posts by Shahed →

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.

error: Content is protected !!