Re: [OpenSIPS-Devel] [opensips] added missing force-relay flag option for ICE (#397)

2014-12-30 Thread Bogdan Andrei IANCU
Merged #397.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/397#event-212759040___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 0cf666: added missing force-relay flag option for ICE

2014-12-30 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0cf6662f258a95c3fde0fdde9d346247dcba946a
  
https://github.com/OpenSIPS/opensips/commit/0cf6662f258a95c3fde0fdde9d346247dcba946a
  Author: Eric Tamme eric.ta...@onsip.com
  Date:   2014-12-18 (Thu, 18 Dec 2014)

  Changed paths:
M modules/rtpengine/rtpengine.c

  Log Message:
  ---
  added missing force-relay flag option for ICE


  Commit: 0306824d67891dcd8482f6f5322ea5d71508ef67
  
https://github.com/OpenSIPS/opensips/commit/0306824d67891dcd8482f6f5322ea5d71508ef67
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2014-12-30 (Tue, 30 Dec 2014)

  Changed paths:
M modules/rtpengine/rtpengine.c

  Log Message:
  ---
  Merge pull request #397 from etamme/master

added missing force-relay flag option for ICE


Compare: 
https://github.com/OpenSIPS/opensips/compare/0fa9f1db2c8e...0306824d6789___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Fixed presentity naming. (#20)

2014-12-30 Thread Bogdan Andrei IANCU
@dsandras , is there any standard (draft, RFC, etc) on what should be name of 
each state ? I'm concern on interoperability issues with different phones.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/20#issuecomment-68341521___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Fixed presentity naming. (#20)

2014-12-30 Thread Damien Sandrs
@bogdan-iancu, no, it is simply a note. You can put whatever you want over 
there. This code simply publishes a presence notification when the dialog state 
changes. Calling is misleading because it is also notified when you receive 
an incoming call. But basically, you can put everything there.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/20#issuecomment-68342017___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Fixed presentity naming. (#20)

2014-12-30 Thread Bogdan Andrei IANCU
Thanks for clarification !

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/20#issuecomment-68342162___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Fixed presentity naming. (#20)

2014-12-30 Thread Bogdan Andrei IANCU
Merged #20.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/20#event-212764775___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] ed6a88: Fixed presentity naming.

2014-12-30 Thread Bogdan Andrei IANCU
  Branch: refs/heads/1.8
  Home:   https://github.com/OpenSIPS/opensips
  Commit: ed6a886556f4771b5e8350da80d0121b2abc3d84
  
https://github.com/OpenSIPS/opensips/commit/ed6a886556f4771b5e8350da80d0121b2abc3d84
  Author: Damien Sandras dsand...@beip.be
  Date:   2013-09-03 (Tue, 03 Sep 2013)

  Changed paths:
M modules/presence/presentity.c

  Log Message:
  ---
  Fixed presentity naming.

'Calling' is disturbing especially when the given peer is _receiving_ a
call.


  Commit: 2ac0b8cf8bfb5e9661c0e0c2af2a7ef8f8de21eb
  
https://github.com/OpenSIPS/opensips/commit/2ac0b8cf8bfb5e9661c0e0c2af2a7ef8f8de21eb
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2014-12-30 (Tue, 30 Dec 2014)

  Changed paths:
M modules/presence/presentity.c

  Log Message:
  ---
  Merge pull request #20 from dsandras/ds-fix-presentity-naming

Fixed presentity naming.

'Calling' is disturbing especially when the given peer is receiving a
call.


Compare: 
https://github.com/OpenSIPS/opensips/compare/036f230f752d...2ac0b8cf8bfb___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] Make MyISAM a choice (#399)

2014-12-30 Thread hydrosine
The opensipsdbctl with MySQL currently uses MyISAM by default, Which is strange 
as MySQL moved away from MyISAM in version 5.5

I suggest to let the choice be made by the MySQL server. Or make it an explicit 
option.



---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/399___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] added more rtp transports to match those available in rtpengine (#400)

2014-12-30 Thread Bogdan Andrei IANCU
Merged #400.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/400#event-212927775___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 629c7e: added more rtp transports to match those available...

2014-12-30 Thread Bogdan Andrei IANCU
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 629c7e8be250e84e0a68bbb16b22ab4754926e89
  
https://github.com/OpenSIPS/opensips/commit/629c7e8be250e84e0a68bbb16b22ab4754926e89
  Author: Eric Tamme eric.ta...@onsip.com
  Date:   2014-12-30 (Tue, 30 Dec 2014)

  Changed paths:
M modules/rtpengine/rtpengine.c

  Log Message:
  ---
  added more rtp transports to match those available in rtpengine


  Commit: 3505ae43d5ac03bbc84fed7ef09ffc65b4a67d94
  
https://github.com/OpenSIPS/opensips/commit/3505ae43d5ac03bbc84fed7ef09ffc65b4a67d94
  Author: Bogdan Andrei IANCU bog...@opensips.org
  Date:   2014-12-30 (Tue, 30 Dec 2014)

  Changed paths:
M modules/rtpengine/rtpengine.c

  Log Message:
  ---
  Merge pull request #400 from etamme/rtpengine_transport_fix

added more rtp transports to match those available in rtpengine


Compare: 
https://github.com/OpenSIPS/opensips/compare/8e95c58b816f...3505ae43d5ac___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel