[OpenSIPS-Devel] SF.net SVN: opensips:[7365] trunk/modules/b2b_entities/b2b_entities.c

2010-11-11 Thread Bogdan-Andrei Iancu
Revision: 7365
  http://opensips.svn.sourceforge.net/opensips/?rev=7365view=rev
Author:   bogdan_iancu
Date: 2010-11-11 10:25:28 + (Thu, 11 Nov 2010)

Log Message:
---
- fixed bogus db_close at destroy time 

Modified Paths:
--
trunk/modules/b2b_entities/b2b_entities.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] SF.net SVN: opensips:[7366] branches/1.6/modules/b2b_entities/b2b_entities. c

2010-11-11 Thread Bogdan-Andrei Iancu
Revision: 7366
  http://opensips.svn.sourceforge.net/opensips/?rev=7366view=rev
Author:   bogdan_iancu
Date: 2010-11-11 10:27:14 + (Thu, 11 Nov 2010)

Log Message:
---
backport from trunk (rev #7365):
- fixed bogus db_close at destroy time 

Revision Links:
--
http://opensips.svn.sourceforge.net/opensips/?rev=7365view=rev

Modified Paths:
--
branches/1.6/modules/b2b_entities/b2b_entities.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] SF.net SVN: opensips:[7367] trunk/modules/acc/acc.c

2010-11-11 Thread Bogdan-Andrei Iancu
Revision: 7367
  http://opensips.svn.sourceforge.net/opensips/?rev=7367view=rev
Author:   bogdan_iancu
Date: 2010-11-11 10:38:52 + (Thu, 11 Nov 2010)

Log Message:
---
- fixed bogus db handling (reset handler when closing connection)

Modified Paths:
--
trunk/modules/acc/acc.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] SF.net SVN: opensips:[7368] branches/1.6/modules/b2b_logic

2010-11-11 Thread Anca Vamanu
Revision: 7368
  http://opensips.svn.sourceforge.net/opensips/?rev=7368view=rev
Author:   anca_vamanu
Date: 2010-11-11 10:40:44 + (Thu, 11 Nov 2010)

Log Message:
---
- fixed partial commit

Modified Paths:
--
branches/1.6/modules/b2b_logic/b2b_logic.c
branches/1.6/modules/b2b_logic/logic.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] Name conflicts

2010-11-11 Thread Tiberius Duluman
While trying to develop new modules for opensips using C++ I have encountered 
following problems:

1. In file db/db.h
typedef struct db_func {
[...]
db_delete_f   delete;/* Delete from table */

This conflicts with the delete operator from C++.

2. resolve.h
struct rdata {
[...]
unsigned short class;

class is a reserved keyword in C++.

3. modules/unix_odbc/con.h con.c
It is imposible to checkout this module in Windows, as con is a reserved 
filename.

4. parser/parse_def.h
#define PARSE_ERROR -1
conflicts with boost/date_time/string_parse_tree.hpp
enum PARSE_STATE { PARSE_ERROR= -1 };

You may use:

static const int PARSE_ERROR = -1;
static const int PARSE_OK = 1;
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] New Blink Qt release 0.2.0 for Linux

2010-11-11 Thread Adrian Georgescu
First official release of Blink for Linux is now available.  The following 
distributions are supported:

- Debian Unstable
- Ubuntu Karmic
- Ubuntu Lucid
- Ubuntu Maverick

Changelog

• Added the preferences panel
• Enable inband DTMF by default
• Disable ICE by default
• Simplified MWI code and improved its user interface
• Improve handling of Google contacts
• Open the dialog for adding the initial account after the main window
• Switch to new plugged-in device automatically if we have active calls
• Added transparency for contact icons
• Added conference contact on first start
• Many bug fixes in the middleware
• Adapted to the latest changes in SIP SIMPLE client SDK 

Installation and update instructions are available at 
http://icanblink.com/download.phtml

Regards,
Adrian





___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] New Blink Qt release 0.2.0 for Microsoft Windows

2010-11-11 Thread Adrian Georgescu
First official release of Blink for Microsoft Windows is now available. The 
beta version will auto-update with this new vesion. 

http://www.ag-projects.com/content/view/671/1/

Changelog
First Blink QT official release for MS Windows
Added the preferences panel
Enable inband DTMF by default
Disable ICE by default
Simplified MWI code and improved its user interface
Improve handling of Google contacts
Open the dialog for adding the initial account after the main window
Switch to new plugged-in device automatically if we have active calls
Added transparency for contact icons
Added conference contact on first start
Many bug fixes in the middleware
Adapted to the latest changes in SIP SIMPLE client SDK 
Regards,
Adrian




___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] SF.net SVN: opensips:[7372] trunk/modules/b2b_logic

2010-11-11 Thread Ovidiu Sas
Revision: 7372
  http://opensips.svn.sourceforge.net/opensips/?rev=7372view=rev
Author:   osas
Date: 2010-11-11 18:48:30 + (Thu, 11 Nov 2010)

Log Message:
---
b2b_logic: new modparam: b2bl_key_avp

 - b2bl_key_avp defines an avp that will hold the b2b logic key
for the current b2b logic entity.
 - the avp will be visible after invocation of b2b_init_request
 - the avp will be visible in b2b_entities request/reply routes

Modified Paths:
--
trunk/modules/b2b_logic/b2b_logic.c
trunk/modules/b2b_logic/logic.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] SF.net SVN: opensips:[7373] trunk/modules/b2b_logic/b2b_logic.c

2010-11-11 Thread Ovidiu Sas
Revision: 7373
  http://opensips.svn.sourceforge.net/opensips/?rev=7373view=rev
Author:   osas
Date: 2010-11-11 20:07:19 + (Thu, 11 Nov 2010)

Log Message:
---
b2b_logic: mi b2b_bridge flag fix

 - if a flag is given, only '0' is accepted
 - flag '1' is not supported for now

Modified Paths:
--
trunk/modules/b2b_logic/b2b_logic.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel