Displaying 2 results from an estimated 2 matches for "config_auth".
Did you mean:
config_atm
2013 Jan 23
1
DPMA and Sending fake auth rejection for device
...anch. 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
[...
2013 Sep 06
1
How do I remotely force an *unconfigured* Digium DPMA phone to re-query the network for the DPMA server?
...nt to use as the telephony server starts without the DPMA module. Therefore there are no DPMA sessions between the phones and the server.
3) I install DPMA on the server, and write its configuration file for the phones. I will tie each phone to its configuration using the MAC, which I already know (config_auth=mac)
4) I reload the module as required to reload the configuration file.
Now that everything else is ready, I have to make the previously unconfigured Digium phones to query the net for the DPMA server.
How?
I would rather not physically locate and reset every single phone (all 100 of them, to...