Sipgate.de with asterisk

Hey Guys.

I have made a Configuration for Sipgate as shown here in the forum.
i created a trunk:

username=my_sip_user
secret=my_sip_pass
type=friend
host=sipgate.de
fromuser=my_sip_user
nat=yes
qualify=yes
authuser=my_sip_user
dtmfmode=info
context=from-trunk
insecure=very
canreinvite=no
disallow=all
allow=ulaw&ala

i created a outbound route wich uses sipgate as trunk sequence.
but i cant get a call out. i am using xlite on my pc.

here is a copy of the asterisk output:

== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
– Executing [01785402323@from-internal:1] Macro(“SIP/202-00000002”, “user-callerid,SKIPTTL,”) in new stack
– Executing [s@macro-user-callerid:1] Set(“SIP/202-00000002”, “AMPUSER=202”) in new stack
– Executing [s@macro-user-callerid:2] GotoIf(“SIP/202-00000002”, “0?report”) in new stack
– Executing [s@macro-user-callerid:3] ExecIf(“SIP/202-00000002”, “1?Set(REALCALLERIDNUM=202)”) in new stack
– Executing [s@macro-user-callerid:4] Set(“SIP/202-00000002”, “AMPUSER=202”) in new stack
– Executing [s@macro-user-callerid:5] Set(“SIP/202-00000002”, “AMPUSERCIDNAME=Ali”) in new stack
– Executing [s@macro-user-callerid:6] GotoIf(“SIP/202-00000002”, “0?report”) in new stack
– Executing [s@macro-user-callerid:7] Set(“SIP/202-00000002”, “AMPUSERCID=202”) in new stack
– Executing [s@macro-user-callerid:8] Set(“SIP/202-00000002”, “CALLERID(all)=“Ali” <202>”) in new stack
– Executing [s@macro-user-callerid:9] GotoIf(“SIP/202-00000002”, “1?continue”) in new stack
– Goto (macro-user-callerid,s,18)
– Executing [s@macro-user-callerid:18] NoOp(“SIP/202-00000002”, “Using CallerID “Ali” <202>”) in new stack
– Executing [01785402323@from-internal:2] NoCDR(“SIP/202-00000002”, “”) in new stack
– Executing [01785402323@from-internal:3] Wait(“SIP/202-00000002”, “1”) in new stack
– Executing [01785402323@from-internal:4] Playback(“SIP/202-00000002”, “silence/1&cannot-complete-as-dialed&check-number-dial-again,noanswer”) in new stack
– <SIP/202-00000002> Playing ‘silence/1.ulaw’ (language ‘en’)
– <SIP/202-00000002> Playing ‘cannot-complete-as-dialed.gsm’ (language ‘en’)
– <SIP/202-00000002> Playing ‘check-number-dial-again.gsm’ (language ‘en’)
– Executing [01785402323@from-internal:5] Wait(“SIP/202-00000002”, “1”) in new stack
– Executing [01785402323@from-internal:6] Congestion(“SIP/202-00000002”, “20”) in new stack
== Spawn extension (from-internal, 01785402323, 6) exited non-zero on ‘SIP/202-00000002’
– Executing [h@from-internal:1] Macro(“SIP/202-00000002”, “hangupcall”) in new stack
– Executing [s@macro-hangupcall:1] GotoIf(“SIP/202-00000002”, “1?skiprg”) in new stack
– Goto (macro-hangupcall,s,4)
– Executing [s@macro-hangupcall:4] GotoIf(“SIP/202-00000002”, “1?skipblkvm”) in new stack
– Goto (macro-hangupcall,s,7)
– Executing [s@macro-hangupcall:7] GotoIf(“SIP/202-00000002”, “1?theend”) in new stack
– Goto (macro-hangupcall,s,9)
– Executing [s@macro-hangupcall:9] Hangup(“SIP/202-00000002”, “”) in new stack
== Spawn extension (macro-hangupcall, s, 9) exited non-zero on ‘SIP/202-00000002’ in macro ‘hangupcall’
== Spawn extension (from-internal, h, 1) exited non-zero on ‘SIP/202-00000002’

can anyone tell me what i am doing wrong?
thanks in advance!

I don’t ever see it hitting the trunk.

Is the peer online? Are you sure you have the route correct?