< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] right network interface binding


On 8/30/05, Dmytro Bogovych <dmytro.bogovych@xxxxxxxxx> wrote:
> Greetings.
> 
> While trying to make first call to sipphone.com.
> The registration is successfull - thanks to Scott Godin!
> 
> But I cannot get working RTP stream due to the next problem:
> My computer has two IP interfaces - first is
> MS loopback adapter 192.168.0.1
> and second
> is 56K dialup connection to internet provider.
> 
> When INVITE is sent from my application I see the next SDP with loopback
> adapter's IP :
> 
> v=0
> o=- 0 0 IN IP4 192.168.0.1
> s=orange
> c=IN IP4 192.168.0.1
> t=0 0
> m=audio 5004 RTP/AVP 18 4 3 0 8 8000
> a=rtpmap:0 PCMU/8000
> a=rtpmap:8 PCMA/8000
> a=rtpmap:8000 telephone-event/8000
> 
> I suppose the trouble is 192.168.0.1 - as it is internal IP address.
> 
> Can I resolve this issue using resiprocate without manual choosing/coding
> proper network interface?
> 

You really need to populate the SDP using application logic.
resiprocate can't help you here since the media subsystem needs to
provide this information.