On Saturday 25 February 2006 23:56, Michiel van Baak wrote:
> Hi,
>
> Anyone here using sipgate.de ?
> It worked for months, but for a couple of days now I'm
> unable to register with them.
> My account is ok, because I can login to the website.
> Asterisk keeps showing me:
> Feb 25 23:50:18 NOTICE[5144]: chan_sip.c:5269 sip_reg_timeout:    --
> Registration for '[EMAIL PROTECTED]' timed out, trying again (Attempt #n)
>
> I looked at the sip debug stuff, and all I can see is my
> asterisk sending the registration packets, but no answer is
> received.
>
> Here's the relevant parts of my sip.conf:
>
> [general]
> context=default
> bindport=5060
> bindaddr=0.0.0.0
> srvlookup=yes
> tos=0x18
> checkmwi=10
> videosupport=yes
> allow=all
> relaxdtmf=yes
> rtptimeout=60
> rtpholdtimeout=300
>
> register => XXXXX:[EMAIL PROTECTED]/XXXXX ;XXXXX == sipgateid
>
> [XXXXX]
> type=friend
> insecure=very
> nat=yes
> username=XXXXX
> fromuser=XXXXX
> fromdomain=sipgate.de
> secret=pass
> host=sipgate.de
> qualify=yes

Did you update your Asterisk?

I dont have problems with sipgate. Iam using an different structure what makes 
it more clear. Also there is no need to use type = friend for an external SIP 
Provider.



[general]
        port = 5060
        bindaddr = 0.0.0.0
        realm=server.domain.tld
        externip = domain.tld
        localnet = 192.168.1.0/255.255.255.0
        NAT = yes


register => USERID:[EMAIL PROTECTED]/s


[sipgate-proxy]
        type=peer
        context=incomming
        fromdomain=sipgate.de
        host=sipgate.de
        disallow=all
        allow=gsm
        allow=ulaw
        nat=yes
        dtmfmode=rfc2833
        qualify=3000


[sip-sipgate-out] 
        type=peer 
        context=dialout
        callerid="SipGate peer out" <250>
        username=UserID
        secret=pass
        fromuser=UserID
        fromdomain=sipgate.de
        host=sipgate.de
        disallow=all
        allow=gsm
        allow=ulaw
        nat=yes
        canreinvite=yes
        dtmfmode=rfc2833
        qualify=3000




_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to