search for: digium_phon

Displaying 3 results from an estimated 3 matches for "digium_phon".

Did you mean: digium_phones
2013 Sep 06
0
DPMA, check-sync
...otify does not work in all required scenarios. I tracked the traffic with wireshark. To demonstrate: Start from a D40 phone, factory resetted. The asterisk server starts with DPMA loaded but with a zero-bytes conf. Write a valid configuration that includes the phone. On Asterisk: module reload res_digium_phone.so ; digium_phones reconfigure all ; sip notify CHECKSYNC $PHONE_IP (this makes the phone re-query the network in this one time) (phone gets reconfigured and registers the SIP accounts) Now, remove the phone section, but keep all other sections intact. On Asterisk: module reload res_digium_phone.s...
2013 Sep 06
1
How do I remotely force an *unconfigured* Digium DPMA phone to re-query the network for the DPMA server?
...usly 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 cite a random number). I want a way to remotely force the phones to re-query the net and discover the configured DPMA server. The "digium_phones reconfigure all" would work for this, except that it needs an existing DPMA session, and there is none, since I configured the server for the first time. However, since I know the IP addresses of the phones, I could send some kind of notification to the phones. But I do not know which one....
2013 Jan 23
1
DPMA and Sending fake auth rejection for device
...gium 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 c...