Can't make outbound calls using sipgate.co.uk

Hi, i am trying to test my service provider, i am moving newcall.call to the outgoing folder to originate the call.

here are my files, please tell me if you see something wrong!! The registration works fine…

extensions.conf:

[general]

[globals]

[outbound]

exten => 33,1,Background(enter-ext-of-person)
exten => 33,n,Wait(30)
exten => 33,n,Hangup()

sip.conf:

[general]
port=5060
context=incoming
register => number:xxxx@sipgate.co.uk/number

[sipgate]
type=peer
host=sipgate.co.uk
username=number
fromuser=number
secret=xxxx
context=outbound
insecure=very
permit=217.10.79.23/32
disallow=all
allow=gsm
allow=ulaw

newcall.call:

Channel: SIP/00277661xxx@sipgate

MaxRetries: 0
RetryTime: 30
WaitTime: 30

Context: outbound
Extension: 33
Priority: 1

Thanks!!
Laura

it would be helpful if you could capture some console output with the verbosity fairly high… say 10.

I found the mistake! when i was editing the .call file I deleted one of the zeros in 0027… without realising it… now it works, although the sound quality is quite bad, i will try using iax instead to see if i can improve the quality.

Thanks