PC PORT not working on CISCO 7942 with SIP

Dear all,
I’m unable to make pc port on my Cisco 7942 working on Asterisk.
Asterisk Version: 13.15.0
SIP version: 42.9-4-2SR2-2S
Model: Cisco 7942

SEPxxxxxxxxxxxx.cnf.xml file as following:

> <messageWaitingLampPolicy>1</messageWaitingLampPolicy>
>         <messagesNumber>*97</messagesNumber>
>         <ringSettingIdle>4</ringSettingIdle>
>         <ringSettingActive>5</ringSettingActive>
>         <contact>287</contact>
>         <forwardCallInfoDisplay>
>           <callerName>true</callerName>
>           <callerNumber>true</callerNumber>
>           <redirectedNumber>true</redirectedNumber>
>           <dialedNumber>true</dialedNumber>
>         </forwardCallInfoDisplay>
>       </line>
>     </sipLines>
>     <voipControlPort>5060</voipControlPort>
>     <dscpForAudio>184</dscpForAudio>
>     <ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
>     <dialTemplate>dialplan.xml</dialTemplate>
>   </sipProfile>
>   <commonProfile>
>     <phonePassword>1234</phonePassword>
>     <backgroundImageAccess>true</backgroundImageAccess>
>     <callLogBlfEnabled>2</callLogBlfEnabled>
>   </commonProfile>
>   <loadInformation>SIP42.9-4-2SR2-2S</loadInformation>
>   <vendorConfig>
>     <disableSpeaker>false</disableSpeaker>
>     <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
>     <pcPort>0</pcPort>
>     <settingsAccess>1</settingsAccess>
>     <garp>0</garp>
>     <voiceVlanAccess>0</voiceVlanAccess>
>     <videoCapability>0</videoCapability>
>     <autoSelectLineEnable>0</autoSelectLineEnable>
>     <sshAccess>0</sshAccess>
>     <sshPort>22</sshPort>
>     <webAccess>0</webAccess>
>     <spanToPCPort>1</spanToPCPort>
>     <loggingDisplay>1</loggingDisplay>
>     <loadServer></loadServer>
>   </vendorConfig>
>   <versionStamp></versionStamp>
>   <userLocale>
>     <name>English_United_Kingdom</name>
>     <langCode>en</langCode>
>   </userLocale>
>   <networkLocale>Germany</networkLocale>
>   <networkLocaleInfo>
>     <name>Germany</name>
>   </networkLocaleInfo>
>   <deviceSecurityMode>1</deviceSecurityMode>
>   <authenticationURL></authenticationURL>
>   <directoryURL>http://172.18.31.125/ciscodir/menu.xml</directoryURL>
>   <idleURL></idleURL>
>   <informationURL></informationURL>
>   <messagesURL></messagesURL>
>   <proxyServerURL></proxyServerURL>
>   <servicesURL></servicesURL>
>   <dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
>   <dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
>   <dscpForCm2Dvce>96</dscpForCm2Dvce>
>   <transportLayerProtocol>4</transportLayerProtocol>
>   <capfAuthMode>0</capfAuthMode>
>   <capfList>
>     <capf>
>       <phonePort>3804</phonePort>
>     </capf>
>   </capfList>
>   <certHash></certHash>
>   <encrConfig>false</encrConfig>
> </device>

I guess the port is activated by the setting: <pcPort>0</pcPort>, which is correctly set.
I don’t know what else to try
Could anyone help ?

Thank you!

I’m not a Cisco guy but I feel like you should be setting your <pcPort>0</pcPort> value to<pcPort>1</pcPort>

Usually 0 is off 1 is on in a configuration file.

I guess something was wrong on my config file.
I have tried re-importing the SEPmac.cnf.xml file in the TFTP folder and now the port works.
Thank you anyway!!
P.S. The correct value is 0 for ON and 1 for OFF.