cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
954
Views
0
Helpful
3
Replies

asterisk 13 pjsip with cisco 7911g issue

bern.to01
Level 1
Level 1

i tried to connected asterisk 13 with cisco phone 79XXX  using pjsip and stack registering  can someone helping me i already talk with people forums and explained me this is a misconfiguration xml  but before i has setup that with asterisk 11 using patch ciscocallmanager for that version asterisk 13 i dont know if i have to patch asterisk so anyone can helping me please thanks in adavances

3 Replies 3

Leo Laohoo
Hall of Fame
Hall of Fame

Please post the configuration file of the phone.

<device xsi:type="axl:XIPPhone" ctiid="1566023366"> 
 <deviceProtocol>SIP</deviceProtocol>   
 <sshUserId>cisco</sshUserId> 
 <sshPassword>cisco</sshPassword> 
 <devicePool> 
      <dateTimeSetting> 
         <dateTemplate>D-M-YA</dateTemplate>  
         <timeZone>Egypt Standard/Daylight Time</timeZone>
  <ntps>
         <ntp>
           <name>192.168.1.126</name>
           <ntpMode>unicast</ntpMode>
         </ntp>
       </ntps>
      </dateTimeSetting> 
      <callManagerGroup> 
  <tftpDefault>true</tftpDefault>
         <members> 
            <member priority="0"> 
               <callManager> 
                  <ports> 
                     <ethernetPhonePort>2000</ethernetPhonePort> 
                     <sipPort>5060</sipPort> 
                     <securedSipPort>5061</securedSipPort> 
                  </ports> 
                  <processNodeName>192.168.1.1</processNodeName>
               </callManager> 
            </member> 
         </members> 
      </callManagerGroup> 
   </devicePool> 
 <sipProfile> 
      <sipProxies> 
         <backupProxy></backupProxy> 
         <backupProxyPort>5060</backupProxyPort> 
         <emergencyProxy></emergencyProxy> 
         <emergencyProxyPort>5060</emergencyProxyPort> 
         <outboundProxy></outboundProxy> 
         <outboundProxyPort>5060</outboundProxyPort> 
         <registerWithProxy>true</registerWithProxy> 
     </sipProxies>  
     <sipCallFeatures> 
         <cnfJoinEnabled>true</cnfJoinEnabled> 
         <callForwardURI>x--serviceuri-cfwdall</callForwardURI> 
         <callPickupURI>x-cisco-serviceuri-pickup</callPickupURI> 
         <callPickupListURI>x-cisco-serviceuri-opickup</callPickupListURI> 
         <callPickupGroupURI>x-cisco-serviceuri-gpickup</callPickupGroupURI> 
         <meetMeServiceURI>x-cisco-serviceuri-meetme</meetMeServiceURI> 
         <abbreviatedDialURI>x-cisco-serviceuri-abbrdial</abbreviatedDialURI> 
         <rfc2543Hold>false</rfc2543Hold> 
         <callHoldRingback>1</callHoldRingback> 
         <localCfwdEnable>true</localCfwdEnable> 
         <semiAttendedTransfer>true</semiAttendedTransfer> 
         <anonymousCallBlock>0</anonymousCallBlock> 
         <callerIdBlocking>0</callerIdBlocking> 
         <dndControl>0</dndControl> 
         <remoteCcEnable>true</remoteCcEnable> 
     </sipCallFeatures> 
     <sipStack>
         <sipInviteRetx>6</sipInviteRetx>
         <sipRetx>10</sipRetx>
         <timerInviteExpires>180</timerInviteExpires>
         <timerRegisterExpires>3600</timerRegisterExpires>
         <timerRegisterDelta>5</timerRegisterDelta>
         <timerKeepAliveExpires>120</timerKeepAliveExpires>
         <timerSubscribeExpires>120</timerSubscribeExpires>
         <timerSubscribeDelta>5</timerSubscribeDelta>
         <timerT1>500</timerT1>
         <timerT2>4000</timerT2>
         <maxRedirects>70</maxRedirects>
         <remotePartyID>false</remotePartyID>
         <userInfo>phone</userInfo>
     </sipStack>
     <autoAnswerTimer>1</autoAnswerTimer>
      <autoAnswerAltBehavior>false</autoAnswerAltBehavior>
      <autoAnswerOverride>true</autoAnswerOverride> 
      <transferOnhookEnabled>false</transferOnhookEnabled> 
      <enableVad>false</enableVad> 
       <dtmfAvtPayload>101</dtmfAvtPayload> 
      <dtmfDbLevel>3</dtmfDbLevel> 
      <dtmfOutofBand>avt</dtmfOutofBand> 
      <alwaysUsePrimeLine>false</alwaysUsePrimeLine> 
      <alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail> 
      <kpml>3</kpml> 
      <phoneLabel>Cisco-7911</phoneLabel> 
      <stutterMsgWaiting>1</stutterMsgWaiting> 
      <callStats>false</callStats> 
      <silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts> 
      <disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig> 
      <startMediaPort>16384</startMediaPort> 
      <stopMediaPort>32766</stopMediaPort> 
  <natEnabled>false</natEnabled>
  <natReceivedProcessing>false</natReceivedProcessing>
  <natAddress></natAddress>
      <sipLines>
<line 
button="1"> 
            <featureID>9</featureID> 
            <featureLabel>102</featureLabel> 
            <proxy>192.168.1.1</proxy> 
            <port>5060</port> 
            <name>102</name>  
            <displayName>102</displayName> 
            <autoAnswer> 
               <autoAnswerEnabled>0</autoAnswerEnabled> 
           </autoAnswer> 
           <callWaiting>0</callWaiting> 
           <authName>102</authName> 
            <authPassword>102</authPassword> 
            <sharedLine>false</sharedLine> 
            <messageWaitingLampPolicy>1</messageWaitingLampPolicy> 
            <messagesNumber>*97</messagesNumber> 
            <ringSettingIdle>4</ringSettingIdle> 
            <ringSettingActive>5</ringSettingActive> 
            <contact>102</contact> 
            <forwardCallInfoDisplay> 
               <callerName>true</callerName> 
               <callerNumber>false</callerNumber> 
               <redirectedNumber>false</redirectedNumber> 
               <dialedNumber>true</dialedNumber> 
            </forwardCallInfoDisplay> 
        </line> 
     </sipLines> 
     <voipControlPort>5060</voipControlPort> 
      <dscpForAudio>184</dscpForAudio> 
      <ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy> 
      <dialTemplate>dialplan.xml</dialTemplate> 
  <softKeyFile></softKeyFile>
  </sipProfile> 
  <commonProfile> 
      <phonePassword>1</phonePassword> 
      <backgroundImageAccess>true</backgroundImageAccess> 
      <callLogBlfEnabled>2</callLogBlfEnabled> 
  </commonProfile> 
  <loadInformation>SIP11.8-5-3S</loadInformation> 
  <vendorConfig> 
      <sshAccess>0</sshAccess>
      <sshPort>22</sshPort>
      <disableSpeaker>false</disableSpeaker> 
      <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset> 
      <pcPort>0</pcPort> 
      <settingsAccess>1</settingsAccess> 
      <garp>0</garp> 
      <voiceVlanAccess>0</voiceVlanAccess> 
      <videoCapability>0</videoCapability> 
      <autoSelectLineEnable>0</autoSelectLineEnable> 
      <webAccess>0</webAccess> 
  <webProtocol>1</webProtocol>
      <daysDisplayNotActive>1,2,3,4,5,6,7</daysDisplayNotActive> 
      <displayOnTime>00:00</displayOnTime> 
      <displayOnDuration>00:00</displayOnDuration> 
      <displayIdleTimeout>00:00</displayIdleTimeout> 
      <spanToPCPort>1</spanToPCPort> 
      <loggingDisplay>1</loggingDisplay> 
      <loadServer></loadServer> 
  <logServer></logServer>
  </vendorConfig> 
  <versionStamp>1143565489-a3cbf294-7526-4c29-8791-c4fce4ce4c37</versionStamp> 
  <userLocale>
  <name>English_United_States</name>
  <uid>1</uid>
  <langCode>en_US</langCode>
  <version>1.0.0.0-1</version>
  <winCharSet>iso-8859-1</winCharSet>
</userLocale>  
<networkLocale>United_States</networkLocale> 
 <networkLocaleInfo>
    <name>United_States</name>
<uid>64</uid>
    <version>1.0.0.0-1</version>
 </networkLocaleInfo>
   <deviceSecurityMode>1</deviceSecurityMode> 
   <authenticationURL></authenticationURL> 
   <directoryURL></directoryURL> 
   <idleURL></idleURL> 
   <informationURL></informationURL> 
   <messagesURL></messagesURL> 
   <proxyServerURL></proxyServerURL> 
   <servicesURL></servicesURL> 
   <dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig> 
   <dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices> 
   <dscpForCm2Dvce>96</dscpForCm2Dvce> 
   <transportLayerProtocol>2</transportLayerProtocol> 
   <capfAuthMode>0</capfAuthMode> 
   <capfList> 
      <capf> 
         <phonePort>3804</phonePort> 
      </capf> 
   </capfList> 
   <certHash></certHash> 
   <encrConfig>false</encrConfig> 
 </device>

Why are you posting this on an eight years old post when you’re not the OP?



Response Signature