Dpma

Hi guys,

Having an issue with getting DPMA up and running. It seems the phone is able to discover the server, and looks up the profile thats listed in res_digium_phone.conf, however when you accept it and it loads the config, my line label shows up as Digium, and Can’t seem to make any calls. Here’s my sample sip.conf, and res_digium_phone.conf

res_digium_phone.conf

[general]
service_discovery_enabled=yes
service_name=Ad Center Asterisk Server
registraion_address=192.168.0.111
registration_port=5060
userlist_auth=disabled
;userlist_auth=globalpin
;global_pin=1234567
config_auth=disabled
;config_auth=mac
;config_auth=pin
;config_auth=globalpin

parking_exten=700
parking_transfer_type=blind
timezone=CST6CDT,M3.2.0,M11.1.0 ; setting timezone to central time
message_context=dpma_message_context
file_directory=/var/lib/asterisk/digium_phones

;phones

[Tim_D70]
type=phone
full_name=Tim
line=8506
;mac=

;lines

[8506]
type=line
line_label=Tim 8506
exten=8506


sip.conf

[general]
bindaddr=0.0.0.0
bindport=5060
context=sd194
pedantic=no
srvlookup=yes
nat=never
disallow=all
allow=ulaw
allow=gsm

;Message Settings
accept_outofcall_messages=yes
outofcall_message_context=dpma_message_context
auth_message_requests=no

;Subscription Settiings
allowsubscrib=yes
notifyringing=yes
notifyhold=yes
callcounter=yes

;Security (default is yes)
allowguest=no

; User extensions
[8506]
type=friend
secret=pass123
mailbox=8506@sd194
host=dynamic
context=sd194

Any thoughts why the phone would do that? I’m running Asterisk 10.8.0-digiumphones and installed the res_digum_phone-10.0._1.2.0-x86_32 DPMA binary

Howdy,

Looks like you’ve got some really old config stuff in there, like from the 1.0.0-beta days.

Give our Support people a ring and let them work with you to get your config in better shape.

Config information is also available here:

wiki.asterisk.org/wiki/display/ … figuration

I copied some stuff from our production sever V1.2 just to get it up for testing purposes. I did learn after reading through the DPMA document at least 50 times that I missed that in DPMA 1.2 you are REQUIRED to have a Newtork section, and under the phone section assign the phone to at least one network context.

Did that and it works great. But thank you greatly for responding! It’s always great to know there is a support group out there of other users willing to help in answer newbie questions. =)

Yay! :smile: