[asterisk-users] Cisco 7970 + New Firmware (8.2)

Pavel Jezek pavel.jezek at i.cz
Wed Dec 13 02:08:25 MST 2006



Matt Gibson wrote:
> Hi Pavel,
>
> I tried to implicitly set qualify=no for the sip user, but am still
> seeing the "registering" icon for like 10 minutes on the screen of the
> 7970. It is actually registering, just the phone doesn't think it is.
> The phones always stay with a little red X on them showing the phone
> doesn't think it's registered. Weird.
>

maybe some missing in your xml config file?
here is my minimalistic .cnf.xml, that works for my 7961

<device>
   <deviceProtocol>SIP</deviceProtocol>
   <sshUserId>admin</sshUserId>
   <sshPassword>***</sshPassword>
   <devicePool>
      <dateTimeSetting>
         <dateTemplate>D-M-Y</dateTemplate>
         <timeZone>Central Europe Standard/Daylight Time</timeZone>
         <ntps>
              <ntp>
                  <name>ntp.ujf.cas.cz</name>
              </ntp>
         </ntps>
      </dateTimeSetting>
      <callManagerGroup>
         <members>
            <member priority="0">
               <callManager>
                  <ports>
                     <ethernetPhonePort>2000</ethernetPhonePort>
                     <sipPort>5060</sipPort>
                     <securedSipPort>5061</securedSipPort>
                  </ports>
                  <processNodeName>192.168.0.100</processNodeName>
               </callManager>
            </member>
         </members>
      </callManagerGroup>
   </devicePool>

   <sipProfile>
      <sipProxies>
         <registerWithProxy>true</registerWithProxy>
      </sipProxies>
      <enableVad>false</enableVad>
      <preferredCodec>g711a</preferredCodec>
      <natEnabled>0</natEnabled>
      <phoneLabel>Asterisk</phoneLabel>
      <sipLines>
         <line button="1">
            <featureID>9</featureID>
            <featureLabel>SIP 961</featureLabel>
            <proxy>192.168.0.100</proxy>
            <name>961</name>
            <displayName>PJ7961</displayName>
            <authName>961</authName>
            <authPassword>***</authPassword>
            <messagesNumber>8299</messagesNumber>
         </line>
         <line button="2">
            <featureID>21</featureID>
            <featureLabel>Echo test</featureLabel>
            <speedDialNumber>959</speedDialNumber>
         </line>
      </sipLines>
      <dialTemplate>DRdialplan.xml</dialTemplate>
   </sipProfile>

   <commonProfile>
      <phonePassword>***</phonePassword>
   </commonProfile>

   <loadInformation>SIP41.8-2-1S</loadInformation>
   
<versionStamp>1143565489-a3cbf294-7526-4c29-8791-c4fce4ce4c37</versionStamp>
</device>






> Thanks for the update! Hopefully these kick ass phones will work 
> better soon!
>
> Matt G
>
>
> On 12/12/06, Pavel Jezek <pavel.jezek at i.cz> wrote:
>> I'm using 8.2.1 in 7961, it working fine, registration is OK, except I
>> must disable qualify in asterisk (phone doesn't respond to qualify 
>> "pings"),
>> one anoying bug removed is not displaying IP address of sip server
>> (asterisk) in caller id,
>> also same issue with needing rename jar*.sbn file on tftp server
>> anybody made BLF working on 7961 (7970)?
>> PJ
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users


More information about the asterisk-users mailing list