Forceful NCSI Triggering

raian
raian  Silver  (1)
7 years 11 months ago  View: 1681  Reply: 3
1F

For Forceful NCSI triggering we can use following set of procedures:

1. First Add ADD SCPINFO

ADD SCPINFO is a configuration command. It is used to add an SCP address data record to the configuration database. The setting of the following key parameters of ADD SCPINFO on the MSOFTX3000 must match the setting of corresponding parameters on the peer network element
SCP:

  • SCP address
  • IN protocol version
  • SCF ID

ADD SCPPARA: SCPPARANAME="SCP parameter 1", SCPADDRNAME="SCP address 1 ", SRVKEY=1, DCH=RELESCALL;


 2. Second use ADADD SCPPARA command.

ADD SCPPARA is a configuration command. It is used to add an SCP parameter data record to the configuration database. The setting of the key parameter Service key on the MSOFTX3000 must match the setting of the corresponding parameter on the peer network element SCP.

ADD SCPPARA: SCPPARANAME="SCP parameter 1", SCPADDRNAME="SCP Parameter 1 ", SRVKEY=1, DCH=RELESCALL;
HERE

SCPADDRNAME :  SCP address name :  It specifies the SCP to which the MSOFTX3000 sends the CAP/INAP message when it triggers an IN service. The parameter must be defined by using ADD SCPINFO
before being referenced here.

 

3. Use ADD CNACLR command.

In CANCLR command :

SPNAME ::

It defines the SCP to which the MSOFTX3000 sends the initial DP (IDP) when triggering the caller IN service. It is valid only when Processing type is set to Trigger DP1 of N-CSI or Trigger DP2 of N-CSI .
It must be defined by ADD SCPPARA before being used here.ADD CNACLR: CSCNAME="CALLSRC0", CLIN=K1390231,CS=ALL, P=0, PFX=K666, MINLEN=11, RSSNAME ="INVALID", RSNAME="INVALID", FSNAME ="INVALID", CAT=NO, CHGSC=255,CLINCN="DEFAULT", CLDNCN="DEFAULT", PT=NCSIDP2, SPNAME="SCP0";

 

Thanks



 

 



 
 

 

 

Touhid
Touhid  Diamond 
7 years 11 months ago
2F
Very helpful. Thanks for sharing.
mafiz
mafiz  Platinum 
7 years 11 months ago
3F
good
Armetta
Armetta  Diamond 
7 years 10 months ago
4F
Useful commands