You might want to start with simple mac authentication.<div>Use config_auth=mac in the general section, then mac=&lt;phonemac&gt; in the Home_phone section.  This way you can at least eliminate DPMA auth from the equation.  If you still get the message, it usually means that there&#39;s no matching peer in sip.conf.  I don&#39;t use the exten= parameter and rely on the section name to match a peer.<br>
<br><div class="gmail_quote">On Tue, Jan 22, 2013 at 8:23 PM, Frank <span dir="ltr">&lt;<a href="mailto:frank@efirehouse.com" target="_blank">frank@efirehouse.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Greetings all,<br>
<br>
After a long day of fighting with GTalk and having it finally working, I wanted to setup DPMA on my Digium phone.<br>
<br>
So first of all, I had to reinstall it all and reconfigure it all, since it works only on certified versions, and my installation was not from the certified branch. It took a long time of recompiling, testing, adding missing stuff, but I got it straight.<br>

<br>
Now, I did a very basic res_digium_phone.conf file:<br>
<br>
<br>
[general]<br>
service_discovery_enabled=no<br>
service_name=Asterisk server<br>
registration_address=asterisk_<u></u>ip<br>
registration_port=5060<br>
userlist_auth=globalpin<br>
config_auth=globalpin<br>
globalpin=1234<br>
config_auth=disabled<br>
file_directory=/etc/asterisk/<u></u>digium_phones<br>
<br>
[network]<br>
type=network<br>
alias=home<br>
cird=<a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a><br>
registration_address=asterisk_<u></u>ip<br>
registration_port=5060<br>
<br>
[Home_phone]<br>
type=phone<br>
full_name=Mr Sandman<br>
line=D70 ; this is the phone name I have in my sip.conf<br>
<br>
[D70] ; phone name I have in sip.conf<br>
type=line<br>
line_label=Line 01<br>
exten=D70 ; phone name I have in sip.conf and extension number<br>
mailbox=D70@default<br>
<br>
<br>
<br>
<br>
When I start asterisk, I can see :<br>
*CLI&gt;   == Digium Phone Module Started<br>
<br>
So that&#39;s a good sign..<br>
After that I go on the phone, and manually setup the configuration server.<br>
<br>
And here everything stops with:<br>
<br>
*CLI&gt; [Jan 22 22:15:24] NOTICE[844]: chan_sip.c:16639 receive_message: Sending fake auth rejection for device &lt;sip:192.168.1.117&gt;;tag=<u></u>7TesRQkxfvIxo1rygj9D.<u></u>ZXDN0c90zLm<br>
<br>
<br>
I did not find anything about this on line on the wiki , forums , or google. Would anyone be able to give me a hand / hint with this ?<br>
<br>
Thanks folks.<br>
<br>
--<br>
______________________________<u></u>______________________________<u></u>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</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/<u></u>mailman/listinfo/asterisk-<u></u>users</a><br>
</blockquote></div><br></div>