Hallo zusammen,
mein Asterisk läuft mittlerweile (hoffe ich) ganz gut nur irgendwie kann ich nicht zu sipgate connecten, bekomme immer folgende Fehler:
*CLI> Jul 15 11:47:13 NOTICE[1097444272]: chan_sip.c:6575 handle_response: Failed to authenticate on REGISTER to '<sip:[email protected]>;tag=as4ca02dff'
Jul 15 11:47:33 NOTICE[1097444272]: chan_sip.c:3922 sip_reg_timeout: Registration for '[email protected]' timed out, trying again
Is mir klar, dass eigentlich "sip:[email protected]/6268069" dastehen muss. In sip.conf is auch alles richtig eingetragen, aber er nimmer trotzdem immer das Unvollständige. Hier meine sip.conf:
Steht das zufällig noch wo anders drin? Danke schon Mal für Eure Hilfe
mein Asterisk läuft mittlerweile (hoffe ich) ganz gut nur irgendwie kann ich nicht zu sipgate connecten, bekomme immer folgende Fehler:
*CLI> Jul 15 11:47:13 NOTICE[1097444272]: chan_sip.c:6575 handle_response: Failed to authenticate on REGISTER to '<sip:[email protected]>;tag=as4ca02dff'
Jul 15 11:47:33 NOTICE[1097444272]: chan_sip.c:3922 sip_reg_timeout: Registration for '[email protected]' timed out, trying again
Is mir klar, dass eigentlich "sip:[email protected]/6268069" dastehen muss. In sip.conf is auch alles richtig eingetragen, aber er nimmer trotzdem immer das Unvollständige. Hier meine sip.conf:
Code:
general]
context=default ; Default context for incoming calls
port=5060
bindaddr=0.0.0.0
Localnet=192.168.1.0/255.255.255.0
srvlookup=yes
disallow=all
allow=ulaw
allow=alaw
allow=gsm
register => 6268069:#####@sipgate.de/6268069
canreinvite=no
tow=0x18
insecure=very
nat=yes
dtmfmode=info
[sipgateID]
type=friend
username=6268069
fromuser=6268069
secret=#####
context=default
host=sipgate.de
domain=sipgate.de
insecure=very
caninvite=no
canreinvite=no
nat=no
disallow=all
allow=ulaw
[sipgate_out]
type=friend
insecure=very
nat=yes
username=6268069
fromuser=6268069
fromdomain=sipgate.de
secret=#####
host=sipgate.de
qualify=yes
context=default
canreinvite=yes
disallow=all
allow=ulaw
allow=alaw
allow=gsm
Steht das zufällig noch wo anders drin? Danke schon Mal für Eure Hilfe