- Mitglied seit
- 9 Feb 2006
- Beiträge
- 58
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo,
ich bekomme die folgende Meldung angezeigt:
May 30 12:27:41 WARNING[8183]: chan_sip.c:9576 handle_response_register: Forbidden - wrong password on authentication for REGISTER for '4930373xxxxx' to 'sip.1und1.de'
nun verstehe ich die Meldung in insofern nicht, das wenn ich rauswähle ich eine Verbindung herstellen kann, obwohl ich das gleiche Password verwende !!
Das Setup sieht so aus pa168s/IAX2 ---> asterisk ---> linux router/fw ---> fbf 7170 ---> 1und1.de
Auf allen Routern sind alle Ports in beide Richtungen offen. Netcat zeigt das verbindungen mit TCP und UDP aufgebaut werden können.
Kann mir da jemand helfen ??
sip.conf:
ich bekomme die folgende Meldung angezeigt:
May 30 12:27:41 WARNING[8183]: chan_sip.c:9576 handle_response_register: Forbidden - wrong password on authentication for REGISTER for '4930373xxxxx' to 'sip.1und1.de'
nun verstehe ich die Meldung in insofern nicht, das wenn ich rauswähle ich eine Verbindung herstellen kann, obwohl ich das gleiche Password verwende !!
Das Setup sieht so aus pa168s/IAX2 ---> asterisk ---> linux router/fw ---> fbf 7170 ---> 1und1.de
Auf allen Routern sind alle Ports in beide Richtungen offen. Netcat zeigt das verbindungen mit TCP und UDP aufgebaut werden können.
Kann mir da jemand helfen ??
sip.conf:
Code:
[general]
context=sip ; Default context for incoming calls
bindport=5070 ; 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
nat=yes
tos=184
disallow=all ; First disallow all codecs
allow=ulaw
allow=alaw ; Allow codecs in order of preference
allow=gsm
allow=g723
allow=g729
externhost=myhost.dyndns.org
maxexpirey=3600
defaultexpirey=1800
register = 4930373xxxxx:[email protected]/4930373xxxxx
[4930373xxxxx]
type=friend
username=4930373xxxxx
secret=geheim
host=sip.1und1.de
fromuser=4930373xxxxx
fromdomain=1und1.de
callerid=Mace <373xxxxx>
canreinvite=no
qualify=no
disallow=all
allow=alaw
allow=ulaw
;allow=ilbc
allow=g726
;allow=g729
allow=gsm
insecure=very
nat=yes
dtmfmode=info
tos=0x18