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