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 out what 
things we have hard-coded that need to be moved to be tags for others use?

Mike

On Aug 2, 2014, at 6:55 AM, Andreas Wehrmann a.wehrm...@yandex.com wrote:

 
 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 were never commited to main branch?
 No idea, but (and I could be wrong) I suppose the original developers
 have abandoned the project, given what happened with nokia.
 
 
 
 Does anyone of the FreeSwitch guys have commit-access to the Sofia 
 repository?
 Maybe with their help we could update and improve Sofia's main branch.
 
 
 --
 Want fast and easy access to all the code in your enterprise? Index and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 Sofia-sip-devel mailing list
 Sofia-sip-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


--
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


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 were never commited to main branch?
 No idea, but (and I could be wrong) I suppose the original developers
 have abandoned the project, given what happened with nokia.



Does anyone of the FreeSwitch guys have commit-access to the Sofia 
repository?
Maybe with their help we could update and improve Sofia's main branch.


--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


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

2014-08-01 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_DETECT_NETWORK_UPDATES(), but its only works with OS x. I 
am using linux.


So, is there any way to bind client to take ip from specific 
interface(eth/wlan).

Or any tag can be used with nua_create() to do the same. 

Thanks.
 
Regards,
Saiyam Doshi--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


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 a.wehrm...@yandex.com
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).
 
  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_DETECT_NETWORK_UPDATES(), but its only works with
 OS x. I am using linux.
 
 
  So, is there any way to bind client to take ip from specific
 interface(eth/wlan).
 
  Or any tag can be used with nua_create() to do the same.
 
  Thanks.
 
  Regards,
  Saiyam Doshi
 

 Hi!

 I took a look at the code and it looks like this is only implemented for
 OSx.

 Regards,
 Andreas



​Code could use a long needed update with respect to network elements. Same
problem exists with client ports. If you start the client while server is
down, it will assert port and crash :-(
Very bad, if server reconnects later on :-(

BR,
Nikos​


 --
 Want fast and easy access to all the code in your enterprise? Index and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 Sofia-sip-devel mailing list
 Sofia-sip-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


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 l...@ventoso.org 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 the code and it looks like this is only implemented for
  OSx.
 
 
  I use a patch for linux
 
 http://code.google.com/p/danube-voip/source/browse/sofia-sip/patches/200-su_os_nw_for_linux.patch
 
  it's also in a git branch somewhere but I don't remember which one

 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? Are they
adequately, production tested?

Nikos​


 --
 Want fast and easy access to all the code in your enterprise? Index and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 Sofia-sip-devel mailing list
 Sofia-sip-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel