That typically means you&#39;ve got an error in your phone specific config file, the SEP[MAC].cnf.xml.  <br><br>You need to login to the phone via ssh and use the log/log login.  Once you&#39;ve done that, look at the logs and see what line of the config is giving it grief.  Once you know that, you&#39;ll know what&#39;s causing the Unprovisioned message.<br>
<br><div class="gmail_quote">On Fri, Nov 6, 2009 at 11:23 PM, Stephen Reese <span dir="ltr">&lt;<a href="mailto:rsreese@gmail.com">rsreese@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m trying to connect a Cisco 7942 to my Asterisk box. I have a 7960<br>
and 7912 currently connected and functioning. I&#39;m trying to use the<br>
recommendations from here:<br>
<a href="http://www.voip-info.org/wiki/view/Asterisk+phone+cisco+79x1+xml+configuration+files+for+SIP" target="_blank">http://www.voip-info.org/wiki/view/Asterisk+phone+cisco+79x1+xml+configuration+files+for+SIP</a><br>
<br>
I have created a &quot;XMLDefault.cnf.xml&quot; and it took the latest image but<br>
the phone states it&#39;s unprovisioned? Any recommendations based on the<br>
XML configuration below? Thanks.<br>
<br>
&lt;device&gt;<br>
&lt;deviceProtocol&gt;SIP&lt;/deviceProtocol&gt;<br>
&lt;devicePool&gt;<br>
&lt;callManagerGroup&gt;<br>
   &lt;members&gt;<br>
      &lt;member priority=&quot;0&quot;&gt;<br>
         &lt;callManager&gt;<br>
            &lt;ports&gt;<br>
               &lt;ethernetPhonePort&gt;2000&lt;/ethernetPhonePort&gt;<br>
               &lt;sipPort&gt;5060&lt;/sipPort&gt;<br>
               &lt;securedSipPort&gt;5061&lt;/securedSipPort&gt;<br>
            &lt;/ports&gt;<br>
            &lt;processNodeName&gt;SIPSERVER&lt;/processNodeName&gt;<br>
         &lt;/callManager&gt;<br>
      &lt;/member&gt;<br>
   &lt;/members&gt;<br>
&lt;/callManagerGroup&gt;<br>
&lt;/devicePool&gt;<br>
&lt;sipCallFeatures&gt;<br>
   &lt;cnfJoinEnabled&gt;true&lt;/cnfJoinEnabled&gt;<br>
   &lt;callForwardURI&gt;x--serviceuri-cfwdall&lt;/callForwardURI&gt;<br>
   &lt;callPickupURI&gt;x-cisco-serviceuri-pickup&lt;/callPickupURI&gt;<br>
   &lt;callPickupListURI&gt;x-cisco-serviceuri-opickup&lt;/callPickupListURI&gt;<br>
   &lt;callPickupGroupURI&gt;x-cisco-serviceuri-gpickup&lt;/callPickupGroupURI&gt;<br>
   &lt;meetMeServiceURI&gt;x-cisco-serviceuri-meetme&lt;/meetMeServiceURI&gt;<br>
   &lt;abbreviatedDialURI&gt;x-cisco-serviceuri-abbrdial&lt;/abbreviatedDialURI&gt;<br>
   &lt;rfc2543Hold&gt;false&lt;/rfc2543Hold&gt;<br>
   &lt;callHoldRingback&gt;2&lt;/callHoldRingback&gt;<br>
   &lt;localCfwdEnable&gt;true&lt;/localCfwdEnable&gt;<br>
   &lt;semiAttendedTransfer&gt;true&lt;/semiAttendedTransfer&gt;<br>
   &lt;anonymousCallBlock&gt;2&lt;/anonymousCallBlock&gt;<br>
   &lt;callerIdBlocking&gt;2&lt;/callerIdBlocking&gt;<br>
   &lt;dndControl&gt;0&lt;/dndControl&gt;<br>
   &lt;remoteCcEnable&gt;true&lt;/remoteCcEnable&gt;<br>
&lt;/sipCallFeatures&gt;<br>
     &lt;natEnabled&gt;true&lt;/natEnabled&gt;<br>
     &lt;natAddress&gt;172.16.2.1&lt;/natAddress&gt;<br>
     &lt;phoneLabel&gt;102&lt;/phoneLabel&gt;<br>
&lt;sipLines&gt;<br>
  &lt;line button=&quot;1&quot;&gt;<br>
  &lt;featureID&gt;9&lt;/featureID&gt;<br>
  &lt;featureLabel&gt;102&lt;/featureLabel&gt;<br>
  &lt;proxy&gt;SIPSERVER&lt;/proxy&gt;<br>
  &lt;port&gt;5060&lt;/port&gt;<br>
  &lt;name&gt;102&lt;/name&gt;<br>
  &lt;displayName&gt;NAME&lt;/displayName&gt;<br>
  &lt;authName&gt;102&lt;/authName&gt;<br>
  &lt;authPassword&gt;PASS&lt;/authPassword&gt;<br>
        &lt;sharedLine&gt;false&lt;/sharedLine&gt;<br>
        &lt;/line&gt;<br>
&lt;/sipLines&gt;<br>
&lt;loadInformation&gt;SIP42.8-5-3S&lt;/loadInformation&gt;<br>
&lt;/device&gt;<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>