[Asterisk-Users] Cisco 7940 Configuration

Glenn Powers glenn at net127.com
Tue Jan 18 19:05:07 MST 2005


from the voip-info.org wiki:

add a file "SEP0<MAC_ADDR>.cnf.xml" in your /tftpboot with:

<Default>
   <callManagerGroup>
       <members>
           <member  priority="0">
               <callManager>
                   <ports>
                       <ethernetPhonePort>2000</ethernetPhonePort>
                   </ports>
                   <processNodeName>SERVER_IP_ADDRESS</processNodeName>
               </callManager>
           </member>
       </members>
   </callManagerGroup>

   <loadInformation6  model="IP Phone 7910"></loadInformation6>
   <loadInformation124  model="Addon 7914"></loadInformation124>
   <loadInformation9  model="IP Phone 7935"></loadInformation9>
   <loadInformation8  model="IP Phone 7940"></loadInformation8>
   <loadInformation7  model="IP Phone 7960">P0S3-07-3-00</loadInformation7>
   <loadInformation20000  model="IP Phone 7905"></loadInformation20000>
   <loadInformation30008  model="IP Phone 7902"></loadInformation30008>
   <loadInformation30007  model="IP Phone 7912"></loadInformation30007>
</Default>


where <MAC_ADD> is the MAC address of your phone (usually on a small 
sticker on the back of the phone), SERVER_IP_ADDRESS is the server ip 
address.

you'll also want to change:
   <loadInformation8  model="IP Phone 7940"></loadInformation8>
   <loadInformation7  model="IP Phone 7960">P0S3-07-3-00</loadInformation7>

to the match the firmware and phone model that you are using.

cheers,
glenn




More information about the asterisk-users mailing list