Displaying 1 result from an estimated 1 matches for "_digiumproxy".
2013 Feb 27
1
Point a Digium phone to a configuration URL using mDNS without DPMA or DHCP option 66
...gives an idea of what I am looking for):
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name>Digium Phone Configuration Server</name>
<service>
<type>_digiumproxy._udp</type>
<port>443</port>
<txt-record>config_server_url=https://10.0.0.145/provisioning_scripts/http_provisioning.php?authhash=XXXXX&filename=</txt-record>
<txt-record>serviceType=configuration</txt-record>
</service>
</ser...