1und1 Problem mit eingehenden Anrufen

ausserdem

die version , ist schon uralt.

lange nicht mehr in der form in nutzung.
 
friend ist für rein und raus, siehe doc.

Geht bei mir auch raus damit und friend soll man nicht machen, siehe die richtige DOC: http://www.asteriskdocs.org/ oder das .sample file unter /etc/asterisk/
; type = user a device that authenticates to us by "from" field to place calls
; type = peer a device we place calls to or that calls us and we match by host
 
Zuletzt bearbeitet:
1&1 ändert wohl regelmäßig mindestens die IP-Adressen, von denen die eingehenden Anrufe kommen. Bei meinem Anschluss war es am 13.09.2010 wieder mal soweit; nichts ging mehr mit eingehenden Anrufen. Hat mich dann dazu bewogen, komplett von IP-Adressen auf Namen umzustellen. Wobei interessanterweise bei mir nur dann Anrufe dauerhaft eingehen, wenn ich zwei Peers angebe, einmal mit fromdomain=sip.1und1.de und einmal mit fromdomain=sipgw01.bmcag.com. Bei den "Balance-Servern" ist bei mir bei host=sipbalance2-4.1und1.de Schluss, weitere führen zu Fehlermeldungen. Andere Konfigurationen brachten bei mir das Ergebnis, dass es jeweils so eine Stunde ging, danach dann wieder nur noch ausgehende Anrufe, von eingehenden Anrufen nirgendwo eine Spur zu entdecken. In der CLI bewegte sich dann gar nichts.
Anbei die relevanten Auszüge aus meiner aktuellen sip.conf; vielleicht hilft es ja jemandem:
Code:
[general]
srvlookup=yes
bindport=5061
bindaddr=0.0.0.0
language=de
register => XXXXXXX:[email protected]/XXXXXXX
register => 49XXXXXXXXXX:[email protected]/49XXXXXXXXXX
register => 49XXXXXXXXXX:[email protected]/49XXXXXXXXXX
disallow=all ; First disallow all codecs
allow=alaw ; Allow codecs in order of choice
allow=ulaw
allow=gsm
localnet=192.168.0.0/255.255.0.0
externhost=XXXXXXXXXXXXXX.dyndns.org
externrefresh=30
maxexpirey=3600
defaultexpirey=1800
ignoreregexpire=yes
rtpkeepalive=10
t38pt_udptl=yes
t38pt_rtp=no
t38pt_tcp=no
context=incoming

[49XXXXXXXXXX-1]
type=peer
username=49XXXXXXXXXX
fromuser=49XXXXXXXXXX
secret=YYYYYYYY
host=sip.1und1.de
host=1und1.de
host=sipgw01.bmcag.com
host=sipbalance1-1.1und1.de
host=sipbalance2-1.1und1.de
host=sipbalance1-2.1und1.de
host=sipbalance2-2.1und1.de
host=sipbalance1-3.1und1.de
host=sipbalance2-3.1und1.de
host=sipbalance1-4.1und1.de
host=sipbalance2-4.1und1.de
fromdomain=sip.1und1.de
qualify=yes
insecure=port,invite
caninvite=no
canreinvite=no
nat=yes
context=incoming

[49XXXXXXXXXX-2]
type=peer
username=49XXXXXXXXXX
fromuser=49XXXXXXXXXX
secret=YYYYYYYY
host=sip.1und1.de
host=1und1.de
host=sipgw01.bmcag.com
host=sipbalance1-1.1und1.de
host=sipbalance2-1.1und1.de
host=sipbalance1-2.1und1.de
host=sipbalance2-2.1und1.de
host=sipbalance1-3.1und1.de
host=sipbalance2-3.1und1.de
host=sipbalance1-4.1und1.de
host=sipbalance2-4.1und1.de
fromdomain=sipgw01.bmcag.com
qualify=yes
insecure=port,invite
caninvite=no
canreinvite=no
nat=yes
context=incoming

Wenn ich mit nslookup die Serveradressen nachschaut, bekomme ich aktuell
sip.1und1.de: 212.227.67.202, 212.227.67.201, 212.227.67.134, 212.227.67.131, 212.227.67.204, 212.227.67.132
sipgw01.bmcag.com: 62.206.6.140
sipbalance1-1.1und1.de: 212.227.67.131
sipbalance1-2.1und1.de: 212.227.67.201
sipbalance2-1.1und1.de: 212.227.67.132
sipbalance2-2.1und1.de: 212.227.67.202
sipbalance3-1.1und1.de: 212.227.67.133
sipbalance3-2.1und1.de: 212.227.67.203
sipbalance4-1.1und1.de: 212.227.67.134
sipbalance4-2.1und1.de: 212.227.67.204

Ach ja, und natürlich muss es "peer" heißen. :-D
 
Hallo Zusammen,
bin seit kurzem auch 1&1 Kunde und habe ebenfalls das Problem, das ich zeitweise nicht zu erreichen bin. Der Versuch, teile Eurer Konfigs zu übernehmen hat leider keine Besserung gebracht. Hat vielleicht noch jemand eine Idee, was ich machen kann/soll?

Mein Asterisk ist ein 1.4er

Code:
[general]
context=sip                     ; Default context for incoming calls
bindport=5060                   ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=0.0.0.0                ; IP address to bind to (0.0.0.0 binds to all)
callevents=yes
;srvlookup=yes                  ; Enable DNS SRV lookups on outbound calls
                                ; Note: Asterisk only uses the first host
                                ; in SRV records
                                ; Disabling DNS SRV lookups disables the
                                ; ability to place SIP calls based on domain
                                ; names to some other SIP users on the Internet

disallow=all                    ; First disallow all codecs
allow=ulaw
allow=alaw                      ; Allow codecs in order of preference
allow=gsm
allow=g723
allow=g729
externhost=zuhause.homeip.net
maxexpiry=3600
defaultexpiry=1800
localnet=192.168.X.Z/255.255.255.0
localnet=192.168.Y.Z/255.255.255.0
register = 49284XXXXXX:[email protected]/49284XXXXXX
session-timers=refuse
externrefresh=120

[outgoing]
context=outgoing
type=peer
username=49284XXXXXX
secret=meinpwd
host=sip.1und1.de
fromuser=49284XXXXXX
fromdomain=1und1.de
canreinvite=no
qualify=2000
disallow=all
allow=alaw
allow=ulaw
diallow=g726
allow=gsm
insecure=port,invite
nat=yes
language=de
dtmfmode=info
tos_sip=0x18

[incoming]
context=incoming
type=peer
username=49284XXXXXX
secret=meinpwd
host=sip.1und1.de
fromuser=49284XXXXXX
fromdomain=1und1.de
canreinvite=no
qualify=2000
insecure=port,invite
nat=yes
tos_sip=0x18

[1000]
type=friend
context=outgoing
secret=phonepwd
host=192.168.X.Y
username=1000
nat=no

[1und1-template](!)
type=peer
context=incoming
insecure=port,invite
nat=yes
canreinvite=no
qualify=yes
disallow=all
allow=alaw

[1und1_in_1-1](1und1-template)
   host=sipbalance1-1.1und1.de

[1und1_in_1-2](1und1-template)
   host=sipbalance1-2.1und1.de

[1und1_in_2-1](1und1-template)
   host=sipbalance2-1.1und1.de

[1und1_in_2-2](1und1-template)
   host=sipbalance2-2.1und1.de

[1und1_in_3-1](1und1-template)
   host=sipbalance3-1.1und1.de

[1und1_in_3-2](1und1-template)
   host=sipbalance3-2.1und1.de

[1und1_in_4-1](1und1-template)
   host=sipbalance4-1.1und1.de

[1und1_in_4-2](1und1-template)
   host=sipbalance4-2.1und1.de
 
das ist aber die lösung !

gibt aber noch mehr server, als die benannten.

des weiteren haben wird in den letzten wochen massive probleme der nameserver telekom 1und1 usw.

ausserdem muss die rechner adresse über dyndns immer gültig sein.

das hat die letzte woche tageweise gar nicht geklappt ( nameserver probleme ).

mfg walter
 
Nachdem es jetzt so gut wie jahrelang(!) recht prima funzte mit unserem Rootserver in Süddeutschland, habe ich nun auch wieder Probleme mit der Registrierung. Wer Interesse hat, siehe Thread 232150


UPDATE: Und wieder woanders hat jemand den entscheidenden Tipp gegeben: 1&1 hat tatsächlich Änderungen vorgenommen!
---> Lösung in diesem Thread: 231581.
 
Zuletzt bearbeitet:
Was wären wir ohne unser Forum?

Auch bei mir ging es mal wieder nicht...
Aus einem anderen Thread 232166 habe ich mir dann mal wieder ein paar Anregungen geholt und bin zu folgender sip.conf gekommen. Jetzt geht's wieder...
:p

Code:
[general]
srvlookup=yes
bindport=5061
bindaddr=0.0.0.0
language=de
register => 49xxxxyyyyyy:[email protected]/49xxxxyyyyyyyy
disallow=all ; First disallow all codecs
allow=alaw ; Allow codecs in order of choice
allow=ulaw
allow=gsm
localnet=192.168.0.0/255.255.0.0
externhost=nnnnn.dyndns.org  ; aus meiner Sicht besser als externip
externrefresh=30
maxexpirey=3600
defaultexpirey=1800
ignoreregexpire=yes
rtpkeepalive=10
t38pt_udptl=yes
t38pt_rtp=no
t38pt_tcp=no
context=incoming

[0xxxxyyyyyy]
type=peer
username=49xxxxyyyyyy
fromuser=49xxxxyyyyyy
secret=zzzzzzz
host=sip.1und1.de
fromdomain=1und1.de
qualify=yes
insecure=port,invite
caninvite=no
canreinvite=no
nat=yes
context=incoming

[telefonica-1](0xxxxyyyyyy)
context = incoming
host=1und1-1.sip.mgc.voip.telefonica.de
[telefonica-2](0xxxxyyyyyy)
context = incoming
host=1und1-2.sip.mgc.voip.telefonica.de

[telefonica-3](0xxxxyyyyyy)
context = incoming
host=1und1-3.sip.mgc.voip.telefonica.de

;mit absicht auskommentiert, da nicht erreichbar
;[telefonica-4](0xxxxyyyyyy)
;context = incoming
;host=1und1-4.sip.mgc.voip.telefonica.de

[telefonica-5](0xxxxyyyyyy)
context = incoming
host=1und1-5.sip.mgc.voip.telefonica.de

[telefonica-6](0xxxxyyyyyy)
context = incoming
host=1und1-6.sip.mgc.voip.telefonica.de

[telefonica-7](0xxxxyyyyyy)
context = incoming
host=1und1-7.sip.mgc.voip.telefonica.de

[telefonica-8](0xxxxyyyyyy)
context = incoming
host=1und1-8.sip.mgc.voip.telefonica.de

[1und1_in_1-1](0xxxxyyyyyy)
context = incoming
host=sipbalance1-1.1und1.de

[1und1_in_1-2](0xxxxyyyyyy)
context = incoming
host=sipbalance1-2.1und1.de

[1und1_in_1-3](0xxxxyyyyyy)
context = incoming
host=sipbalance1-3.1und1.de

[1und1_in_1-4](0xxxxyyyyyy)
context = incoming
host=sipbalance1-4.1und1.de

[1und1_in_2-1](0xxxxyyyyyy)
context = incoming
host=sipbalance2-1.1und1.de

[1und1_in_2-2](0xxxxyyyyyy)
context = incoming
host=sipbalance2-2.1und1.de

[1und1_in_2-3](0xxxxyyyyyy)
context = incoming
host=sipbalance2-3.1und1.de

[1und1_in_2-4](0xxxxyyyyyy)
context = incoming
host=sipbalance2-4.1und1.de

[1und1_in_3-1](0xxxxyyyyyy)
context = incoming
host=sipbalance3-1.1und1.de

[1und1_in_3-2](0xxxxyyyyyy)
context = incoming
host=sipbalance3-2.1und1.de

[1und1_in_3-3](0xxxxyyyyyy)
context = incoming
host=sipbalance3-3.1und1.de

[1und1_in_3-4](0xxxxyyyyyy)
context = incoming
host=sipbalance3-4.1und1.de

[1und1_in_4-1](0xxxxyyyyyy)
context = incoming
host=sipbalance4-1.1und1.de

[1und1_in_4-2](0xxxxyyyyyy)
context = incoming
host=sipbalance4-2.1und1.de

[1und1_in_4-3](0xxxxyyyyyy)
context = incoming
host=sipbalance4-3.1und1.de

[1und1_in_4-4](0xxxxyyyyyy)
context = incoming
host=sipbalance4-4.1und1.de

[1und1_in_5-1](0xxxxyyyyyy)
context = incoming
host=sipbalance5-1.1und1.de

[1und1_in_5-2](0xxxxyyyyyy)
context = incoming
host=sipbalance5-2.1und1.de

[1und1_in_5-3](0xxxxyyyyyy)
context = incoming
host=sipbalance5-3.1und1.de

[1und1_in_5-4](0xxxxyyyyyy)
context = incoming
host=sipbalance5-4.1und1.de

[1und1_in_6-1](0xxxxyyyyyy)
context = incoming
host=sipbalance6-1.1und1.de

[1und1_in_6-2](0xxxxyyyyyy)
context = incoming
host=sipbalance6-2.1und1.de

[1und1_in_6-3](0xxxxyyyyyy)
context = incoming
host=sipbalance6-3.1und1.de

[1und1_in_6-4](0xxxxyyyyyy)
context = incoming
host=sipbalance6-4.1und1.de

[1und1_in_7-1](0xxxxyyyyyy)
context = incoming
host=sipbalance7-1.1und1.de

[1und1_in_7-2](0xxxxyyyyyy)
context = incoming
host=sipbalance7-2.1und1.de

[1und1_in_7-3](0xxxxyyyyyy)
context = incoming
host=sipbalance7-3.1und1.de

[1und1_in_7-4](0xxxxyyyyyy)
context = incoming
host=sipbalance7-4.1und1.de

[1und1_in_8-1](0xxxxyyyyyy)
context = incoming
host=sipbalance8-1.1und1.de

[1und1_in_8-2](0xxxxyyyyyy)
context = incoming
host=sipbalance8-2.1und1.de

[1und1_in_8-3](0xxxxyyyyyy)
context = incoming
host=sipbalance8-3.1und1.de

[1und1_in_8-4](0xxxxyyyyyy)
context = incoming
host=sipbalance8-4.1und1.de

[1und1_in_9-1](0xxxxyyyyyy)
context = incoming
host=sipbalance9-1.1und1.de

[1und1_in_9-2](0xxxxyyyyyy)
context = incoming
host=sipbalance9-2.1und1.de

[1und1_in_9-3](0xxxxyyyyyy)
context = incoming
host=sipbalance9-3.1und1.de

[1und1_in_9-4](0xxxxyyyyyy)
context = incoming
host=sipbalance9-4.1und1.de
 
Warum

Hallo, sehe nciht was du da geändert haben willst !

Es gibt 32 oder 34 sip server im moment !


gruss walter
 
Warum...

Fein!
Dann sollten wir die komplette Liste irgendwo im Forum aktuell halten.
Es gibt eine Menge Threads zu dem Thema, und es bleibt schwierig herauszufinden, wo jeweils die aktuelle Info zu finden ist.

Viele Grüße,
Achim.
 
Code:
[telefonica-1](0xxxxyyyyyy)
context = incoming
host=1und1-1.sip.mgc.voip.telefonica.de
[telefonica-2](0xxxxyyyyyy)
context = incoming
host=1und1-2.sip.mgc.voip.telefonica.de

[telefonica-3](0xxxxyyyyyy)
context = incoming
host=1und1-3.sip.mgc.voip.telefonica.de

;mit absicht auskommentiert, da nicht erreichbar
;[telefonica-4](0xxxxyyyyyy)
;context = incoming
;host=1und1-4.sip.mgc.voip.telefonica.de

[telefonica-5](0xxxxyyyyyy)
context = incoming
host=1und1-5.sip.mgc.voip.telefonica.de

[telefonica-6](0xxxxyyyyyy)
context = incoming
host=1und1-6.sip.mgc.voip.telefonica.de

[telefonica-7](0xxxxyyyyyy)
context = incoming
host=1und1-7.sip.mgc.voip.telefonica.de

[telefonica-8](0xxxxyyyyyy)
context = incoming
host=1und1-8.sip.mgc.voip.telefonica.de

Die braucht Ihr nicht, das sind dns- Aliase:
Code:
May 28 20:03:31 NOTICE[3051527056]: chan_sip.c:15903 do_monitor: Delaying call destroy (stun active) on call '[email protected]' [1]
 
Zuletzt bearbeitet:
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.