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 'XXXXX@sipgate.de' 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:pass@sipgate.de/XXXXX ;XXXXX == sipgateid [XXXXX] type=friend insecure=very nat=yes username=XXXXX fromuser=XXXXX fromdomain=sipgate.de secret=pass host=sipgate.de qualify=yes -- Michiel van Baak michiel@vanbaak.info http://michiel.vanbaak.info GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D "Why is it drug addicts and computer afficionados are both called users?"
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 'XXXXX@sipgate.de' 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:pass@sipgate.de/XXXXX ;XXXXX == sipgateid > > [XXXXX] > type=friend > insecure=very > nat=yes > username=XXXXX > fromuser=XXXXX > fromdomain=sipgate.de > secret=pass > host=sipgate.de > qualify=yesDid 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:pass@sipgate-proxy/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
On 00:41, Sun 26 Feb 06, Thomas wrote:> Did you update your Asterisk?Actually I downgraded from SVN-TRUNK to SVN-1.2> 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.Thnx a lot I now have: [general] context=default realm=vanbaak bindport=5060 bindaddr=0.0.0.0 srvlookup=yes tos=0x18 checkmwi=10 videosupport=yes allow=all relaxdtmf=yes rtptimeout=60 rtpholdtimeout=300 register => sipgateid:pass@sipgate-proxy/sipgateid [sipgate-proxy] type = peer context = from-sipgate fromdomain = sipgate.de host = sipgate.de disallow = all allow = gsm allow = ulaw nat = yes dtmfmode = rfc2833 qualify = 3000 This seems to work. All I have to do is wait for my german friends to wake up so they can test my sipgate.de number :) Thanks a lot. -- Michiel van Baak michiel@vanbaak.info http://michiel.vanbaak.info GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D "Why is it drug addicts and computer afficionados are both called users?"