Ora per i proxy, se hai ancora una Vodafone Station 2 o una Vodafone Station Revolution, collegala, assicurati che funzioni la fonia, poi entra nella sua pagina di amministrazione da browser, apri la console javascript su quella tab, incollaci dentro tutto questo blocco e dai invio:
function cwmp_get_names(path) {
var my_soap_obj=new SOAPObject("ParameterPath").val(path);
var my_next_level=new SOAPObject("NextLevel").val("1");
invoke_rpc("cwmp:GetParameterNames", new Array(my_soap_obj,my_next_level), function(xml){console.log(new XMLSerializer().serializeToString(xml))});
}
function cwmp_get_values(target) {
var my_soap_obj=new SOAPObject("ParameterNames").val("<string>"+target+"</string>");
var my_next_level=new SOAPObject("NextLevel").val("1");
invoke_rpc("cwmp:GetParameterValues", new Array(my_soap_obj,my_next_level), function(xml){console.log(new XMLSerializer().serializeToString(xml))});
}
function cwmp_set_value(target, value) {
send_value(target, value, function(x){console.log(new XMLSerializer().serializeToString(x))});
}
cwmp_get_values("InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.")
I proxy, primario e secondario sono (di norma) sotto InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.SIP.ProxyServer e InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.2.SIP.ProxyServer
Se invece non avete una Vodafone Station o ne avete una più nuova scrivetemi in PM