[reSIProcate] add transport with ip address
- From: "maodonghu" <hhmmdd@xxxxxxx>
- Date: Mon, 5 Feb 2007 18:20:53 +0800
resip
I wrote like:
resip::Data IpIntf(SIPBindIP);
mDum.addTransport(resip::UDP, ListenPort, V4, IpIntf);
if the SIPBindIP is empty then register ok, but if I set SIPBindIP to
"192.168.101.28"(my local ip), then register failure:
SIP/2.0 503 No matching transport found
Via: SIP/2.0/ ;branch=z9hG4bK-d8754z-49416417b6096007-1---d8754z-;rport
To: "maodonghu"<sip:114@xxxxxxxxxxxxxx>;tag=b703282c
From: "maodonghu"<sip:114@xxxxxxxxxxxxxx>;tag=c1586a1c
Call-ID: MGI3ZWFjZTllMGZkMjcyYmJhMWJlMmVlMmYyNzdlZmM.
CSeq: 1 REGISTER
Warning: 499 steven ""
Content-Length: 0
seems Via: lack of something, I am using revision 6897
maodonghu
hhmmdd@xxxxxxx
2007-02-05