[asterisk-users] DPMA and Sending fake auth rejection for device

Frank frank at efirehouse.com
Tue Jan 22 21:23:03 CST 2013


Greetings all,

After a long day of fighting with GTalk and having it finally working, I 
wanted to setup DPMA on my Digium phone.

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.

Now, I did a very basic res_digium_phone.conf file:


[general]
service_discovery_enabled=no
service_name=Asterisk server
registration_address=asterisk_ip
registration_port=5060
userlist_auth=globalpin
config_auth=globalpin
globalpin=1234
config_auth=disabled
file_directory=/etc/asterisk/digium_phones

[network]
type=network
alias=home
cird=0.0.0.0/0
registration_address=asterisk_ip
registration_port=5060

[Home_phone]
type=phone
full_name=Mr Sandman
line=D70 ; this is the phone name I have in my sip.conf

[D70] ; phone name I have in sip.conf
type=line
line_label=Line 01
exten=D70 ; phone name I have in sip.conf and extension number
mailbox=D70 at default




When I start asterisk, I can see :
*CLI>   == Digium Phone Module Started

So that's a good sign..
After that I go on the phone, and manually setup the configuration server.

And here everything stops with:

*CLI> [Jan 22 22:15:24] NOTICE[844]: chan_sip.c:16639 receive_message: 
Sending fake auth rejection for device 
<sip:192.168.1.117>;tag=7TesRQkxfvIxo1rygj9D.ZXDN0c90zLm


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 ?

Thanks folks.



More information about the asterisk-users mailing list