Problem with FWD

i have problems with FWD, i register my fwd account in asterisk.

i’m able to call to FWD form asterisk but i can’t call to asterisk from FWD

[general]
register => FWD##:password@fwd.pulver.com/200
disallow=all
allow=gsm
allow=ulaw
allow=alaw
context = default

[fwd-outgoing]
type=friend
secret=password
username=FWD##
host=fwd.pulver.com
fromdomain=fwd.pulver.com

en extensions.conf :
[default]
exten => _7.,1,Dial(SIP/${EXTEN:1}@fwd-outgoing)

thanks!

By putting in /200 at the end of the register statement you are telling FWD to send the call to extension 200 in the default context you have no extension 200 in your default context.