Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. As a precaution, save a backup copy of the fcd, pcd and config files which you will be editing

  2. Open the Host's PCD file (4r4v4e4c4s4f4i_hib_pur.pcd) and search for "COMP sigdet" 

  3. Once you've found this section change the InitOption from YES to NO 

  4. Also, while here note the NumInstances, you will need to reference this in the config file.

    [COMP sigdet] 
    {

    Attribute :std_ComponentType:0x07 
    NumInstances :4                      <-------------Note this value
    StartInstanceNum :1 
    ConfigOption :YES 
    InitOption :NO                           <----------- Change from YES to NO
    DependentComp :waveAnalyser

    }

  5. Save and exit the PCD file and open the hosts config file (4r4v4e4c4s4f4i_hib_pur.config) 

  6. Search for the "[sigDet]" section of the config file - if the section does not exist add it at the bottom of the config file

  7. Add "init iNNN” immediately below the [sigDet] line where iNNN is the NumInstances noted in the pcd file

  8. On the next line add “DeletePvd 128193”. The number represents the default PVD qualification ID defined for HMP. 

  9. On the next line, add the new PVD qualification template parameters followed by "CreatePvd". 

  10. On the next line, add “DeletePamd 106561”. The number represents the default PAMD qualification ID defined for HMP. 

  11. On the next line, add the new PAMD qualification template parameters followed by "CreatePamd". 

    [sigDet] 
    init i4 
    !Delete the default PVD qualification template 
    DeletePvd 128193 

    !User defined Pvd template. 
    PvdDesc signalId 128193 
    PvdDesc signalLabel 0000 
    PvdDesc minSnr 50 
    PvdDesc maxSnr 600 
    PvdDesc maxPk 2 
    PvdDesc maxRing 5 
    PvdDesc ringThresh 10000 
    PvdDesc PvdWin 8 
    PvdDesc PvdVthresh 5000 
    PvdDesc PvdRbLow 380 
    PvdDesc PvdRbHigh 510 
    CreatePvd 

    !Delete the default PAMD qualification template 
    DeletePamd 106561 

    !User defined PAMD template. 
    PamdDesc signalId 106561 
    PamdDesc signalLabel 0000 
    PamdDesc minRing 190 
    PamdDesc mask 1 
    PamdDesc maxAnsiz1 159 
    PamdDesc maxAnsiz2 159 
    PamdDesc maxAnsiz3 159 
    PamdDesc loHiss 22 
    PamdDesc hiHiss 16 
    PamdDesc bhParm 5 
    PamdDesc cvThresh1 80 
    PamdDesc cvThresh2 165 
    PamdDesc maxCvThresh 390 
    PamdDesc nMaxBroad 2 
    PamdDesc nMaxErg 65 
    PamdDesc maxSilence 45 
    PamdDesc voiceThresh 25 
    PamdDesc silenceThresh 5000 
    PamdDesc rjFbandLow 0 
    PamdDesc rjFbandHigh 0 
    CreatePamd

  12. Save and exit the config file and run the fcdgen utiltiy to create an fcd file:

    fcdgen 4r4v4e4c4s4f4i_hib_pur.config
    View file
    namepur_config.txt

  13. Restart the Dialogic HMP services.

Please see attached see attached config file (4r4v4e4c4s4f4i_hib_pur.config)

View file
namepur_config.txt
 for completed template changes.

...