Re: [Sofia-sip-devel] any way to bind client to specific interface(eth/wlan).

2014-08-11 Thread Michael Jerris
I do. I think I am the only one still around that does. All that being said, i think its probably time we make a real fork of this if no one from the original group is going to be working on it any more. Is there anyone here that is willing to dig though our patches on freeswitch and figure o

Re: [Sofia-sip-devel] any way to bind client to specific interface(eth/wlan).

2014-08-02 Thread Andreas Wehrmann
On 08/02/2014 02:08 AM, Luca Olivetti wrote: > El 02/08/14 00:28, Nikos Balkanas ha escrit: > >> Oh, and the other patches are needed too >> >> http://code.google.com/p/danube-voip/source/browse/sofia-sip/patches/ >> >> Bye >> -- >> Luca >> >> >> ​Any reason why these wer

Re: [Sofia-sip-devel] any way to bind client to specific interface(eth/wlan).

2014-08-01 Thread Nikos Balkanas
On Sat, Aug 2, 2014 at 3:08 AM, Luca Olivetti wrote: > El 02/08/14 00:28, Nikos Balkanas ha escrit: > > > > > Oh, and the other patches are needed too > > > > > http://code.google.com/p/danube-voip/source/browse/sofia-sip/patches/ > > > > Bye > > -- > > Luca > > > > > > ​Any reas

Re: [Sofia-sip-devel] any way to bind client to specific interface(eth/wlan).

2014-08-01 Thread Luca Olivetti
El 02/08/14 00:28, Nikos Balkanas ha escrit: > > Oh, and the other patches are needed too > > http://code.google.com/p/danube-voip/source/browse/sofia-sip/patches/ > > Bye > -- > Luca > > > ​Any reason why these were never commited to main branch? No idea, but (and I cou

Re: [Sofia-sip-devel] any way to bind client to specific interface(eth/wlan).

2014-08-01 Thread Nikos Balkanas
On Fri, Aug 1, 2014 at 10:02 PM, Luca Olivetti wrote: > El 01/08/14 21:00, Luca Olivetti ha escrit: > > El 01/08/14 09:03, Andreas Wehrmann ha escrit: > > > >>> > >>> I have checked NUTAG_DETECT_NETWORK_UPDATES(), but its only works with > OS x. I am using linux. > >>> > >> > >> I took a look at

Re: [Sofia-sip-devel] any way to bind client to specific interface(eth/wlan).

2014-08-01 Thread Luca Olivetti
El 01/08/14 21:00, Luca Olivetti ha escrit: > El 01/08/14 09:03, Andreas Wehrmann ha escrit: > >>> >>> I have checked NUTAG_DETECT_NETWORK_UPDATES(), but its only works with OS >>> x. I am using linux. >>> >> >> I took a look at the code and it looks like this is only implemented for >> OSx. >>

Re: [Sofia-sip-devel] any way to bind client to specific interface(eth/wlan).

2014-08-01 Thread Luca Olivetti
El 01/08/14 09:03, Andreas Wehrmann ha escrit: >> >> I have checked NUTAG_DETECT_NETWORK_UPDATES(), but its only works with OS x. >> I am using linux. >> > > I took a look at the code and it looks like this is only implemented for > OSx. > I use a patch for linux http://code.google.com/p/danu

Re: [Sofia-sip-devel] any way to bind client to specific interface(eth/wlan).

2014-08-01 Thread Nikos Balkanas
On Fri, Aug 1, 2014 at 10:03 AM, Andreas Wehrmann wrote: > > On 08/01/2014 08:17 AM, Saiyam Doshi wrote: > > Hello, > > > > In nua_create(), providing NUATAG_URL("sip:*:*") is taking 127.0.0.1 as > client iP, if i call nua_create prior to any interface available(Ethernet > an Wlan both are down).

Re: [Sofia-sip-devel] any way to bind client to specific interface(eth/wlan).

2014-08-01 Thread Andreas Wehrmann
On 08/01/2014 08:17 AM, Saiyam Doshi wrote: > Hello, > > In nua_create(), providing NUATAG_URL("sip:*:*") is taking 127.0.0.1 as > client iP, if i call nua_create prior to any interface available(Ethernet an > Wlan both are down). > > After this even if i up ethernet and it gets ip, all request

[Sofia-sip-devel] any way to bind client to specific interface(eth/wlan).

2014-07-31 Thread Saiyam Doshi
Hello, In nua_create(), providing NUATAG_URL("sip:*:*") is taking 127.0.0.1 as client iP, if i call nua_create prior to any interface available(Ethernet an Wlan both are down). After this even if i up ethernet and it gets ip, all request are routed via 127.0.0.1 ip only. I have checked NUTAG_