Terry, Do a SIP debug and you will be able to pinpoint the problem: asterisk -rsip set debug ip x.x.x.x (where x.x.x.x = ip of VSP) Also, do you register to the provider? or do they authenticate you based on your IP. If they authenticate you based on your IP and your server is behind NAT, you probably need to add this to your sip.conf: externip = y.y.y.y (where y.y.y.y = your public ip address) -Bruce
> Date: Wed, 10 Feb 2010 19:26:25 +0000 > From: [email protected] > To: [email protected] > Subject: [on-asterisk] SIP response 603? > > Hi all, > > Please point me to an explanation of SIP error codes, or help me figure > out this one.. Specifically, the code 603: > > ------> Example: > > Got SIP response 603 "Declined" back from xxx.xxx.xxx.xxx > SIP/vsp-08417330 is busy > == Everyone is busy/congested at this time (1:1/0/0) > > ------> end of example. > > Does this mean that the vsp's server is "congested" and cannot take any > more connections? > > Or is something wrong with the configuration? (My end or the vsp's > end?) (Vsp claims that my config is wrong). > > Incoming calls from the VSP to my box are fine. Outgoing calls > consistently get this errror message and the call is terminated. > > Any pointers? > > TIA, > > --terry > > > > -- > Name: Terry D. Cudney > Phone: (705) 881-1616 > E-mail: [email protected] > SIP: [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > _________________________________________________________________
