Asterisk@Home, Grandstream GXP2000, and Voipjet

HELP!

I am using Asterisk@Home, Grandstream GXP2000, and Voipjet. I am able to send and recieve call using a softphone. I’ve added this to the sip.conf file.

[grandstream]
type=friend
username=grandstream
context=default
secret=grandstream
host=dynamic

Now I’m able to send calls only to my softphone. I can not send any calls to any outside number or any feature codes. I receive 404 NOT FOUND Wrong number or remote party not online.

Please Help,

Mark

Check to make sure the VOIPJet and GXP2000 definitions are in the same context (in your case, default) in the extensions.conf.

You might only have to do an include statement in the default context.

include => VOIPJetcontext

Now I can receive calls to my GXP2000 from my softphone. This is what I have in sip.conf

[grandstream]
type=friend
username=grandstream
context=default
secret=grandstream
host=dynamic

Added this the sip.conf

[grandstream]
type=friend
username=grandstream
context=test
secret=grandstream
host=dynamic

And added this to extension.conf under test

exten => 202,1,Dial(SIP/grandstream)

Now I can send and receive calls, with GXP2000 and Xlite softphone. But I am still unable to send outside numbers calls. I receive 404 NOT FOUND Wrong number or remote party not online.

Make sure that EVERYTHING is in the default context.

Or make sure that every context is included in default.

When you learn more about contexts, you can use them to keep certain phones and services from being able to be used by other phones and services.