I saw at least three details in your config, which could result in problems.
Since I'm relative new to asterisk, take my tips with care.
register => XXXXXXX:yyyyyyyy@sipgate.co.uk
should be register => XXXXXXX:yyyyyyyy@sipgate.co.uk/XXXXXXX
fromuse=XXXXXXX
should be fromuser=XXXXXXX
auth=md5 ; I'm not shure if this works..., perhaps disable it in the first
step
Here a small example that works for us:
sip.conf:
[general]
realm = hallinux2.gwsnettech.local
port = 5060
bindaddr = 0.0.0.0
context = default
disallow=all
allow=alaw
allow=ulaw
allow=gsm
register => 081503:xxxxxx@sipgate.de/081503
language=de
tos=0x04
[sipgate]
type=friend
username=081503
secret=xxxxxx
host=sipgate.de
fromuser=081503
fromdomain=sipgate.de
nat=yes
context=incomingsipgate
context=default
canreinvite=yes
insecure=very
extensions.conf:
[sipgate]
include => default
exten => _9*.,1,Dial(SIP/${EXTEN:1}@sipgate,60,tr)
exten => _9*.,2,Congestion
exten => _9*.,102,Busy
[incomingsipgate]
exten => 5339504,1,Dial(SIP/6301,10,tr)
exten => 5339504,2,Dial(SIP/6301,10,tr)
exten => 5339504,3,SetLanguage(de)
exten => 5339504,4,Voicemail2(6301)
exten => 5339504,5,Hangup
Hope this helps a little bit...
Guido Hecken
> Hello all. I'm having an odd problem getting * and sipgate to work
> together. From Sipgate support I have gotten this repsonse to my query:
>
> ====> Your Asterisk is registering incorrectly with our servers. It
registers
> like this: sip:s@217.XXX.XXX.XXX:5076
>
> The "s" should be your SIP ID. Anything else is rejected. I
don't know
> where you can find this setting, but from our perspective that is where
> the problem is. If you find it, please let me know.
> ====>
> If there is anyone that can shed some light on this odd problem it would
> be greatly appreciated. If more info is needed please ask.
>
> My configs look like this:
>
> SIP.CONF:
>
> register => XXXXXXX:yyyyyyyy@sipgate.co.uk
>
> [sipgate]
> type=peer
> context=in_sipgate
> username=XXXXXXX
> secret=yyyyyyyy
> auth=md5
> host=sipgate.co.uk
> disallow=all
> allow=ulaw
> insecure=very
> context=in_sipgate
> canreinvite=no
> fromuse=XXXXXXX
> fromdomain=sipgate.co.uk
>
>
> EXTENSIONS.CONF:
>
> [in_sipgate]
> exten => s,1,Answer
> exten => s,2,Dial(SIP/44|30|t)
> exten => s,3,Voicemail(u44)
>
> [out_sipgate]
> exten => _8.,1,SetCallerID(02070zzzzzzz)
> exten => _8.,2,Dial(SIP/${EXTEN:1}@sipgate|90|r)
> exten => _8.,3,Busy
> exten => _8.,4,Hangup
>
>
> --
> Robert P. McKenzie | GammaRay Technical Services Ltd
> rmckenzi@rpmdp.com | rob@gammaray-tech.com
> http://www.uk-experience.com | http://www.gammaray-tech.com
>
> Ecademy Profile: http://www.ecademy.com/account.php?op=view&id=64014
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users