FBF 7050, ich höre den Angerufenen nicht

Baringa

Neuer User
Mitglied seit
12 Sep 2005
Beiträge
6
Punkte für Reaktionen
0
Punkte
0
Hallo,

ich habe eine FBF WLAN 7050 und gehen über 1und1-VoIP raus. Habe dabei zwei Probleme:
1. der Angerufene hört zwar mich, ich ihn aber nicht
2. ich höre kein Freizeichen (ist lästig weil man nicht weiß woran man ist)

Ach ja, wenn ich mich auf der Voip-Nummer anrufen lasse, dann geht es in beide Richtungen.

Zu erwähne wäre noch, die FBF hängt hier bei mir hinter einem Router und nicht direkt am Splitter.

Was kann dann die Lösung für die beiden Probleme sein?

Mein Forwarding auf dem Linux-Router sieht so aus:
Code:
###VoIP
iptables -A FORWARD -i ppp0 -p udp --dport 5060 -j ACCEPT
iptables -A FORWARD -i ppp0 -p udp --dport 3478:3479 -j ACCEPT
iptables -A FORWARD -i ppp0 -p udp --dport 5003:5008 -j ACCEPT
iptables -A FORWARD -i ppp0 -p udp --dport 5060:5062 -j ACCEPT
iptables -A FORWARD -i ppp0 -p udp --dport 7077:7089 -j ACCEPT
iptables -A FORWARD -i ppp0 -p udp --dport 10000:12000 -j ACCEPT
iptables -t nat -A PREROUTING -p udp --dport 3478 -j DNAT --to-destination 192.168.111.7:3478
iptables -t nat -A PREROUTING -p udp --dport 3479 -j DNAT --to-destination 192.168.111.7:3479
iptables -t nat -A PREROUTING -p udp --dport 5003 -j DNAT --to-destination 192.168.111.7:5003
iptables -t nat -A PREROUTING -p udp --dport 5004 -j DNAT --to-destination 192.168.111.7:5004
iptables -t nat -A PREROUTING -p udp --dport 5005 -j DNAT --to-destination 192.168.111.7:5005
iptables -t nat -A PREROUTING -p udp --dport 5006 -j DNAT --to-destination 192.168.111.7:5006
iptables -t nat -A PREROUTING -p udp --dport 5007 -j DNAT --to-destination 192.168.111.7:5007
iptables -t nat -A PREROUTING -p udp --dport 5008 -j DNAT --to-destination 192.168.111.7:5008
iptables -t nat -A PREROUTING -p udp --dport 5060 -j DNAT --to-destination 192.168.111.7:5060
iptables -t nat -A PREROUTING -p udp --dport 5061 -j DNAT --to-destination 192.168.111.7:5061
iptables -t nat -A PREROUTING -p udp --dport 5062 -j DNAT --to-destination 192.168.111.7:5062
iptables -t nat -A PREROUTING -p udp --dport 7077 -j DNAT --to-destination 192.168.111.7:7077
iptables -t nat -A PREROUTING -p udp --dport 7078 -j DNAT --to-destination 192.168.111.7:7078
iptables -t nat -A PREROUTING -p udp --dport 7079 -j DNAT --to-destination 192.168.111.7:7079
iptables -t nat -A PREROUTING -p udp --dport 7080 -j DNAT --to-destination 192.168.111.7:7080
iptables -t nat -A PREROUTING -p udp --dport 7081 -j DNAT --to-destination 192.168.111.7:7081
iptables -t nat -A PREROUTING -p udp --dport 7082 -j DNAT --to-destination 192.168.111.7:7082
iptables -t nat -A PREROUTING -p udp --dport 7083 -j DNAT --to-destination 192.168.111.7:7083
iptables -t nat -A PREROUTING -p udp --dport 7084 -j DNAT --to-destination 192.168.111.7:7084
iptables -t nat -A PREROUTING -p udp --dport 7085 -j DNAT --to-destination 192.168.111.7:7085
iptables -t nat -A PREROUTING -p udp --dport 7086 -j DNAT --to-destination 192.168.111.7:7086
iptables -t nat -A PREROUTING -p udp --dport 7087 -j DNAT --to-destination 192.168.111.7:7087
iptables -t nat -A PREROUTING -p udp --dport 7088 -j DNAT --to-destination 192.168.111.7:7088
iptables -t nat -A PREROUTING -p udp --dport 7089 -j DNAT --to-destination 192.168.111.7:7089
iptables -t nat -A PREROUTING -p udp --dport 10000 -j DNAT --to-destination 192.168.111.7:10000
iptables -t nat -A PREROUTING -p udp --dport 11111 -j DNAT --to-destination 192.168.111.7:11111
iptables -t nat -A PREROUTING -p udp --dport 11112 -j DNAT --to-destination 192.168.111.7:11112
iptables -t nat -A PREROUTING -p udp --dport 11113 -j DNAT --to-destination 192.168.111.7:11113
iptables -t nat -A PREROUTING -p udp --dport 10001:11000 -j DNAT --to-destination 192.168.111.7

Also ich habe folgendes im Log der Fbox gefunden:
Code:
Sep 22 00:24:12 voipd[436]: >>> Request: INVITE sip:[email protected]
Sep 22 00:24:13 voipd[436]: >>> Request: INVITE sip:[email protected]
Sep 22 00:24:15 voipd[436]: >>> Request: INVITE sip:[email protected]
Sep 22 00:24:18 voipd[436]: >>> Request: INVITE sip:[email protected]
Sep 22 00:24:23 voipd[436]: >>> Request: INVITE sip:[email protected]
Sep 22 00:24:32 voipd[436]: >>> Request: INVITE sip:[email protected]
Sep 22 00:24:43 voipd[436]: [email][email protected][/email]: REGISTER starting
Sep 22 00:24:43 voipd[436]: query_local_ipaddress: 0.0.0.0
Sep 22 00:24:43 voipd[436]: >>> Request: REGISTER sip:sipgate.de
Sep 22 00:24:44 voipd[436]: ocfree: fail 0 normal 0 small 0 large 0
Sep 22 00:24:44 voipd[436]:         underrun 0 max_ackqueuelen 0
Sep 22 00:24:44 voipd[436]:         small packets merged 0, output 0 and consumed from CNG 0
Sep 22 00:24:44 voipd[436]: ocmode: normal 0 merged 0 delayed 0
Sep 22 00:24:44 voipd[436]: dropped 0 packets with 0 samples and 1 sample in 0 packets
Sep 22 00:24:44 voipd[436]: generated noise: 0
Sep 22 00:24:44 voipd[436]:         capiqueue[0]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:         capiqueue[1]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:         capiqueue[2]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:         capiqueue[3]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:         capiqueue[4]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:         capiqueue[5]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:         capiqueue[6]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:         capiqueue[7]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[0ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[10ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[20ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[30ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[40ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[50ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[60ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[70ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[80ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[90ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[100ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[110ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[120ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[130ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[140ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[150ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[160ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[170ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[180ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[190ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[200ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[210ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[220ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]:        txqueue[230ms]: 0 (  0.0%)
Sep 22 00:24:44 voipd[436]: CONNECT_RESP with sip value 408
Sep 22 00:24:44 voipd[436]: call to sip:[email protected] terminated (408)
Sep 22 00:24:44 voipd[436]: EVENT(78): Fehler bei der Internettelefonie bei Verbindung mit sip:[email protected]. Fehlergrund: 408
Sep 22 00:24:44 voipd[436]: >>> Request: REGISTER sip:sipgate.de
Sep 22 00:24:46 voipd[436]: disconnected(appl=3 plci=0x1405 ncci=0x0 incoming): remote: 0x3490 (0x0000) -
Sep 22 00:24:46 voipd[436]: >>> Request: REGISTER sip:sipgate.de
Sep 22 00:24:48 voipd[436]: >>> Request: REGISTER sip:sipgate.de

Danke schonmal
 
hallo habe das gleiche problem wie du :(( kann uns beiden jemand helfen ? ich habe allerdings keinen externen router angeschlossen.. also nur fritz und halt noch nen switch dranhabe (aber das sollte keine rolle spielen)

HEEEEEEEEEEEEEEEEEEEELP :verdaech: :verdaech: :verdaech: :verdaech:
 
Hallo,

habt ihr beide schon eine Lösung für das Problem? Bei mir ist es nämlich das gleiche.

Gruss
Schlawi
 

Neueste Beiträge

Statistik des Forums

Themen
244,872
Beiträge
2,219,897
Mitglieder
371,593
Neuestes Mitglied
Häuslebauer_BW
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.