Seit gestern bekomme ich die folgende Fehlermeldung von meinem Fritzbox!Fon (zum ATA modifiziert). Die Einstellungen habe ich nicht geändert. Das Netzwerk wurde sofern geändert, dass ich habe den Netgear-Firewall mit einem pfsense-Firewall umgetauscht. Die Firewall-Regeln sind aber wie vorher, und 3 von 5 meiner SIP-Accounts funktionieren. Also 2 x dus.net-Accounts + 1 Nikotel-Account funktionieren, die Sipgate- und Sipsnip-Accounts nicht. Die Fehlermeldung ist folgende:
Jan 7 19:54:26 voipd[386]: [email protected]: REGISTER failed 5 status 0 (try again in 1800 seconds)
Unten ist die Datei voip.cfg
Hätte jemand eine Idee um das Problem zu lösen?
Jan 7 19:54:26 voipd[386]: [email protected]: REGISTER failed 5 status 0 (try again in 1800 seconds)
Unten ist die Datei voip.cfg
Code:
/*
* /var/flash/voip.cfg
* Sun Apr 2 15:53:51 2006
*/
voipcfg {
dnsport = 7077;
rtpport_start = 7078;
ua1 {
enabled = yes;
username = "$$$$QFDSHFLDSLHFKJSDHLFDSFDSfdfFD";
authname = "";
passwd = "$$$$QFDSHFLDSLHFKJSDHLFDSFDSfdfFD";
registrar = "voip.dus.net";
ttl = 30m;
sipping_enabled = no;
sipping_interval = 280s;
name = "0001234567";
authenticatemode = authenticate_mode_none;
infodtmfnotsupported = no;
register_failwaitmax = 30m;
stunserver = "";
stunserverport = 3478;
is_nat_aware = no;
clirtype = clir_displayname;
only_one_dialog = no;
presence_supported = no;
mwi_supported = yes;
tx_packetsize_in_ms = 30;
}
ua2 {
enabled = yes;
username = "$$$$QFDSHFLDSLHFKJSDHLFDSFDSfdfFD";
authname = "";
passwd = "$$$$QFDSHFLDSLHFKJSDHLFDSFDSfdfFD";
registrar = "calamar0.nikotel.com";
ttl = 30m;
sipping_enabled = no;
sipping_interval = 280s;
name = "gen-ik";
authenticatemode = authenticate_mode_none;
infodtmfnotsupported = no;
register_failwaitmax = 30m;
stunserver = "";
stunserverport = 3478;
is_nat_aware = no;
clirtype = clir_displayname;
only_one_dialog = no;
presence_supported = no;
mwi_supported = yes;
tx_packetsize_in_ms = 30;
}
ua3 {
enabled = yes;
username = "$$$$QFDSHFLDSLHFKJSDHLFDSFDSfdfFD";
authname = "";
passwd = "$$$$QFDSHFLDSLHFKJSDHLFDSFDSfdfFD";
registrar = "sipsnip.com";
ttl = 30m;
sipping_enabled = no;
sipping_interval = 280s;
name = "gen-ik";
authenticatemode = authenticate_mode_none;
infodtmfnotsupported = no;
register_failwaitmax = 30m;
stunserver = "";
stunserverport = 3478;
is_nat_aware = no;
clirtype = clir_displayname;
only_one_dialog = no;
presence_supported = no;
mwi_supported = yes;
tx_packetsize_in_ms = 0;
}
ua4 {
enabled = yes;
username = "$$$$QFDSHFLDSLHFKJSDHLFDSFDSfdfFD";
authname = "";
passwd = "$$$$QFDSHFLDSLHFKJSDHLFDSFDSfdfFD";
registrar = "sipgate.de";
ttl = 30m;
sipping_enabled = no;
sipping_interval = 280s;
name = "0001234567";
authenticatemode = authenticate_mode_none;
infodtmfnotsupported = no;
register_failwaitmax = 30m;
stunserver = "";
stunserverport = 3478;
is_nat_aware = no;
clirtype = clir_displayname;
only_one_dialog = no;
presence_supported = no;
mwi_supported = yes;
tx_packetsize_in_ms = 0;
}
ua5 {
enabled = yes;
username = "$$$$QFDSHFLDSLHFKJSDHLFDSFDSfdfFD";
authname = "";
passwd = "$$$$QFDSHFLDSLHFKJSDHLFDSFDSfdfFD";
registrar = "voip.dus.net";
ttl = 30m;
sipping_enabled = no;
sipping_interval = 280s;
name = "0001234567";
authenticatemode = authenticate_mode_none;
infodtmfnotsupported = no;
register_failwaitmax = 30m;
stunserver = "";
stunserverport = 3478;
is_nat_aware = no;
clirtype = clir_displayname;
only_one_dialog = no;
presence_supported = no;
mwi_supported = yes;
tx_packetsize_in_ms = 0;
}
use_audiocodecs = no;
audiocodecs = "PCMA", "PCMU", "G726-32", "G726-40", "G726-24";
verbose = no;
sip_prio = 0;
rtp_prio = 0;
dyn_codecs = yes;
send_ringtone = no;
enum_support_enabled = no;
enumdomains = "e164.arpa", "e164.org";
rtpstream {
voice_activity_detection {
enabled = no;
vad_threshold = 10000;
}
generate_noise {
on_packetloss = no;
on_capi_underrun = yes;
}
jitter {
auto_on = yes;
in_ms = 50;
in_packets = 0;
}
}
}
// EOF
Hätte jemand eine Idee um das Problem zu lösen?