View Single Post
Unread 07-28-2007, 12:41 AM   #7
v164
Member
 
Join Date: Mar 2006
Posts: 96
Thanks: 8
Thanked 26 Times in 19 Posts
v164 is a jewel in the roughv164 is a jewel in the rough
Default works for me

Quote:
Originally Posted by stefanop View Post
This is the response I got.

Code:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 212.xxx.xxx.xxx:5060;branch=z9hG4bK31c28521;rport=5060
From: "1001" <sip:1001@sip.omnianet.it>;tag=as66afa6f1
To: <sip:19xxxx@voxalot.com>;tag=as3ca8a686
Call-ID: 0cefea390cf655587eb649534aa63d66@sip.omnianet.it
CSeq: 103 INVITE
...

I've just tried calling my own VoXaLot number, via SIP, and it works for me:

SEND >> 64.34.163.35:5060
Code:
INVITE sip:66xxxx@voxalot.com SIP/2.0
Via: SIP/2.0/UDP 221.xx.xx.yyy:5060;branch=z12JUKS83L3KS5
From: 1001 <sip:1001@sip.omnianet.it>;tag=764466127
To: <sip:66xxxx@voxalot.com>
Contact: <sip:1001@221.xx.xx.yyy:5060>
Call-ID: 98KS32432@221.xx.xx.yyy
CSeq: 61224 INVITE
Max-Forwards: 70
Content-Type: application/sdp
User-Agent: X-Lite release 1103m
Content-Length: 194

v=0
o=1001 1687423 1687496 IN IP4 221.xx.xx.yyy
s=X-Lite
c=IN IP4 221.xx.xx.yyy
t=0 0
m=audio 29360 RTP/AVP 0 101
a=rtpmap:0 pcmu/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15

RECEIVE << 64.34.163.35:5060
Code:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 221.xx.xx.yyy:5060;branch=z12JUKS83L3KS5
From: 1001 <sip:1001@sip.omnianet.it>;tag=764466127
To: <sip:66xxxx@voxalot.com>
Call-ID: 98KS32432@221.xx.xx.yyy
CSeq: 61224 INVITE
Server: OpenSer (1.1.0-notls (i386/linux))
Content-Length: 0
Warning: 392 64.34.163.35:5060 "Noisy feedback tells:  pid=30944 req_src_ip=221.xx.xx.yyy req_src_port=5060 in_uri=sip:66xxxx@voxalot.com out_uri=sip:66xxxx@voxalot.com via_cnt==1"


RECEIVE << 64.34.163.35:5060
Code:
SIP/2.0 100 trying -- your call is important to us
Via: SIP/2.0/UDP 221.xx.xx.yyy:5060;branch=z12JUKS83L3KS5
From: 1001 <sip:1001@sip.omnianet.it>;tag=764466127
To: <sip:66xxxx@voxalot.com>
Call-ID: 98KS32432@221.xx.xx.yyy
CSeq: 61224 INVITE
Server: OpenSer (1.1.0-notls (i386/linux))
Content-Length: 0
Warning: 392 64.34.163.35:5060 "Noisy feedback tells:  pid=30944 req_src_ip=221.xx.xx.yyy req_src_port=5060 in_uri=sip:66xxxx@voxalot.com out_uri=sip:*01066xxxx@64.34.173.199:5060 via_cnt==1"

RECEIVE << 64.34.163.35:5060
Code:
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 221.xx.xx.yyy:5060;branch=z12JUKS83L3KS5
Record-Route: <sip:64.34.173.199;lr=on;ftag=764466127>
Record-Route: <sip:64.34.163.35;lr=on;ftag=764466127>
From: 1001 <sip:1001@sip.omnianet.it>;tag=764466127
To: <sip:66xxxx@voxalot.com>;tag=1402227574
Call-ID: 98KS32432@221.xx.xx.yyy
CSeq: 61224 INVITE
Contact: <sip:66xxxx@221.xx.xx.xx:6080>
Content-Length: 0

Could you provide more information on your setup?


Which VoXaLot server is your SIP device registering with?

Have you got call forwarding active?

Could you provide a copy of the SIP INVITE message SIP device is sending?
v164 is offline   Reply With Quote