The Draytek Vigor 2600VG is 4 port and wireless router with a built in ADSL modem and two FXS ports. (
http://www.draytek.com/product/voip/vigor2600vg/vigor2600vg_html_spec.php)
So I have set the SIP Port to 5060 and the Registrar to sip.voipbuster.com.
I then plugged a phone into FXS port 1 and dialled my uk home number (including international dialling code), My home phone rings but as soon as I pick it up the call terminates.
According to the router I am registered:
> voip sip reg
% voip sip registrar <server>
% Now: sip.voipbuster.com
% Status of registration:
endpt1 = Yes
endpt2 = No
This is the output from the routers voip debugging:
<--Receive Message <18:18:55>
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP
myip:5060;branch=z9hG4bK-JEG-12119;received=
myip; rport=5060
From:
user
<sip:
user@sip.voipbuster.com:5060>;tag=PfW-29421
To: <sip:
mynumber@sip.voipbuster.com>;tag=as29d77d83
Call-ID: ocN-22318@
myip
CSeq: 2 INVITE
User-Agent: SipProxy
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
Contact: <sip:
mynumber@213.61.187.147>
Content-Type: application/sdp
Content-Length: 419
v=0
o=root 29062 29062 IN IP4 213.61.187.147
s=session
c=IN IP4 213.61.187.147
t=0 0
m=audio 48764 RTP/AVP 4 3 0 8 111 5 10 7 18 110 97
a=rtpmap:4 G723/8000
a=rtpmap:3 GSM/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:111 G726-32/8000
a=rtpmap:5 DVI4/8000
a=rtpmap:10 L16/8000
a=rtpmap:7 LPC/8000
a=rtpmap:18 G729/8000
a=rtpmap:110 speex/8000
a=rtpmap:97 iLBC/8000
a=silenceSupp:off - - - -
<--Receive Message <18:19:03>
SIP/2.0 403 Forbidden
Via: SIP/2.0/UDP
myip:5060;branch=z9hG4bK-JEG-12119;received=
myip; rport=5060
From:
username <sip:
username@sip.voipbuster.com:5060>;tag=PfW-29421
To: <sip:
mynumber@sip.voipbuster.com>;tag=as29d77d83
Call-ID: ocN-22318@
myip
CSeq: 2 INVITE
User-Agent: SipProxy
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
Contact: <sip:
mynumber@213.61.187.147>
Content-Length: 0
I dont understand much of this but it would seem that a session has started but then gets terminated by with the 403 Forbidden message.
Any ideas?