[OpenSIPS-Devel] [ opensips-Patches-3167286 ] nat_traversal: add IPv6 support in fix_contact

2011-01-28 Thread SourceForge.net
Patches item #3167286, was opened at 2011-01-28 21:36
Message generated for change (Tracker Item Submitted) made by shimaore
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3167286&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: 1.6.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: shimaore (shimaore)
Assigned to: Nobody/Anonymous (nobody)
Summary: nat_traversal: add IPv6 support in fix_contact

Initial Comment:
fix_contact does not escape properly an IPv6 address. This patch adds support 
for this.

(This patch is needed for example to support a broken client that sends its 
private IPv4 address as contact, even though a valid global IPv6 address could 
be provided -- qutecom in my test scenario.)

The fix is simply to detect IPv6 and use brackets around the IP address.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3167286&group_id=232389

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


[OpenSIPS-Devel] [ opensips-Bugs-3167170 ] RLS crash with big bodies

2011-01-28 Thread SourceForge.net
Bugs item #3167170, was opened at 2011-01-28 17:30
Message generated for change (Tracker Item Submitted) made by klaus_darilion
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3167170&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Klaus Darilion (klaus_darilion)
Assigned to: Nobody/Anonymous (nobody)
Summary: RLS crash with big bodies

Initial Comment:
Hi!

I justed tested and RLS and PS with large bodies (~ 5KB). It seems like 
opensips crashes when the timer process triggers RLS aggregation:

# opensipsctl ps
Process::  ID=0 PID=25456 Type=attendant
Process::  ID=1 PID=25457 Type=MI FIFO
Process::  ID=2 PID=25458 Type=SIP receiver udp:83.136.32.148:5050
Process::  ID=3 PID=25459 Type=SIP receiver udp:83.136.32.148:5050
Process::  ID=4 PID=25460 Type=SIP receiver udp:83.136.32.148:5050
Process::  ID=5 PID=25461 Type=SIP receiver udp:83.136.32.148:5050
Process::  ID=6 PID=25465 Type=time_keeper
Process::  ID=7 PID=25467 Type=timer
Process::  ID=8 PID=25469 Type=TCP receiver
Process::  ID=9 PID=25471 Type=TCP receiver
Process::  ID=10 PID=25475 Type=TCP receiver
Process::  ID=11 PID=25477 Type=TCP receiver
Process::  ID=12 PID=25480 Type=TCP main



Jan 28 17:24:00 kernel: [2189846.371004] opensips[25467]: segfault at 78787878 
ip 080ca3bf sp bfba4c10 error 6 in opensips[8048000+e8000]
Jan 28 17:24:00 opensips[25480]: CRITICAL:core:receive_fd: EOF on 13
Jan 28 17:24:00 opensips[25456]: INFO:core:handle_sigs: child process 25467 
exited by a signal 11
Jan 28 17:24:00 opensips[25456]: INFO:core:handle_sigs: core was generated
Jan 28 17:24:00 opensips[25456]: INFO:core:handle_sigs: terminating due to 
SIGCHLD




#0  0x080ca3bf in fm_remove_free (qm=0x816fa60, size=6080) at mem/f_malloc.c:172
172 *pf=n->u.nxt_free;
(gdb)
(gdb) bt
#0  0x080ca3bf in fm_remove_free (qm=0x816fa60, size=6080) at mem/f_malloc.c:172
#1  fm_malloc (qm=0x816fa60, size=6080) at mem/f_malloc.c:378
#2  0xb705fac7 in agg_body_sendn_update (rl_uri=0xb31ffc94, bstr=..., 
rlmi_body=0xbfba4dcc, multipart_body=0xbfba4dc4,
subs=0xb31ffc94, hash_code=0) at notify.c:242
#3  0xb7064ab4 in timer_send_notify (ticks=340, param=0x0) at 
resource_notify.c:748
#4  0x080b8ecf in timer_ticker () at timer.c:325
#5  run_timer_process () at timer.c:395
#6  start_timer_processes () at timer.c:475
#7  0x0806b4c2 in main_loop (argc=9, argv=0xbfba4fa4) at main.c:873
#8  main (argc=9, argv=0xbfba4fa4) at main.c:1393


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3167170&group_id=232389

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


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

2011-01-28 Thread Anca Vamanu
Revision: 7695
  http://opensips.svn.sourceforge.net/opensips/?rev=7695&view=rev
Author:   anca_vamanu
Date: 2011-01-28 15:28:49 + (Fri, 28 Jan 2011)

Log Message:
---
- fixed memory leak

Modified Paths:
--
trunk/modules/b2b_entities/dlg.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:[7694] branches/1.6/modules/b2b_entities/dlg.c

2011-01-28 Thread Anca Vamanu
Revision: 7694
  http://opensips.svn.sourceforge.net/opensips/?rev=7694&view=rev
Author:   anca_vamanu
Date: 2011-01-28 15:25:12 + (Fri, 28 Jan 2011)

Log Message:
---
- fixed memory leak

Modified Paths:
--
branches/1.6/modules/b2b_entities/dlg.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:[7693] trunk/modules/b2b_logic/b2b_logic.c

2011-01-28 Thread Anca Vamanu
Revision: 7693
  http://opensips.svn.sourceforge.net/opensips/?rev=7693&view=rev
Author:   anca_vamanu
Date: 2011-01-28 14:34:40 + (Fri, 28 Jan 2011)

Log Message:
---
- fixed compilation warning

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


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

2011-01-28 Thread Ovidiu Sas
Revision: 7692
  http://opensips.svn.sourceforge.net/opensips/?rev=7692&view=rev
Author:   osas
Date: 2011-01-28 14:28:00 + (Fri, 28 Jan 2011)

Log Message:
---
b2b_logic:
 - free to_uri outside the htable lock
 - using a local variable for client entity before saving it into the tuple

Modified Paths:
--
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] [ opensips-Bugs-3166270 ] db_virtual documentation typo

2011-01-28 Thread SourceForge.net
Bugs item #3166270, was opened at 2011-01-27 02:34
Message generated for change (Comment added) made by anca_vamanu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3166270&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: 1.6.x
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Richard Revels (rrevels)
Assigned to: Nobody/Anonymous (nobody)
Summary: db_virtual documentation typo

Initial Comment:
I've come across some problems in the db_virtual module.  I'm starting with the 
easiest to describe and will open additional trackers for each problem

The documentation describes a mi fifo call db_set but the source code defines 
the function as info_set.  info_set works as db_set is described.

--

>Comment By: Anca Vamanu (anca_vamanu)
Date: 2011-01-28 14:39

Message:
Hi Richard,

Ok, I have fixed this one.

Regards,
Anca

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3166270&group_id=232389

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7691] trunk/modules/db_virtual/db_virtual.c

2011-01-28 Thread Anca Vamanu
Revision: 7691
  http://opensips.svn.sourceforge.net/opensips/?rev=7691&view=rev
Author:   anca_vamanu
Date: 2011-01-28 12:38:25 + (Fri, 28 Jan 2011)

Log Message:
---
- fixed typo - reported by Richard Revels, bug  #3166270

Modified Paths:
--
trunk/modules/db_virtual/db_virtual.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:[7690] branches/1.6/modules/db_virtual/db_virtual.c

2011-01-28 Thread Anca Vamanu
Revision: 7690
  http://opensips.svn.sourceforge.net/opensips/?rev=7690&view=rev
Author:   anca_vamanu
Date: 2011-01-28 12:36:49 + (Fri, 28 Jan 2011)

Log Message:
---
- fixed typo - reported by Richard Revels, bug  #3166270

Modified Paths:
--
branches/1.6/modules/db_virtual/db_virtual.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:[7689] branches/1.6/modules/db_http/db_http.c

2011-01-28 Thread Anca Vamanu
Revision: 7689
  http://opensips.svn.sourceforge.net/opensips/?rev=7689&view=rev
Author:   anca_vamanu
Date: 2011-01-28 12:29:05 + (Fri, 28 Jan 2011)

Log Message:
---
- fixed type ( reported in bug #3166065)

Modified Paths:
--
branches/1.6/modules/db_http/db_http.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] [ opensips-Bugs-3166065 ] db_http: incorrect parameter name qoute_delimiter

2011-01-28 Thread SourceForge.net
Bugs item #3166065, was opened at 2011-01-26 20:20
Message generated for change (Comment added) made by anca_vamanu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3166065&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: 1.6.x
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: db_http: incorrect parameter name qoute_delimiter

Initial Comment:
In 1.6.4, the documentation for db_http states that the parameter is called 
"quote_delimiter", however the code says "qoute_delimiter".

The typo in the code (db_http.c, line 75) should be corrected.

--

>Comment By: Anca Vamanu (anca_vamanu)
Date: 2011-01-28 14:27

Message:
Hi,

Thank you, it is fixed.

Regards,
Anca

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3166065&group_id=232389

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7688] trunk/modules/db_http/db_http.c

2011-01-28 Thread Anca Vamanu
Revision: 7688
  http://opensips.svn.sourceforge.net/opensips/?rev=7688&view=rev
Author:   anca_vamanu
Date: 2011-01-28 12:26:45 + (Fri, 28 Jan 2011)

Log Message:
---
- fixed type ( reported in bug #3166065)

Modified Paths:
--
trunk/modules/db_http/db_http.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] First release of SylkServer application server

2011-01-28 Thread Adrian Georgescu
Hello,

SylkServer is a SIP Application Server based on SIP SIMPLE client SDK. 

Once installed, SylkServer can be used without any configuration for ad-hoc 
multimedia conferences.  The server has a simple to use API and can be extended 
by using Python programming language.

Conference features:

- RTP Mixer (with wide-band codec support)
- MSRP Switch
- Conference Event Package

XMPP gateway, multi-party File Transfers and Video sessions are on the roadmap 
and will be gradually added to the server. 

To see more information about the features please visit the server home page:

http://sylkserver.com

To install the server on a Debian or Ubuntu server follow these instructions:

http://sylkserver.com/download.phtml

To try out the server without installing it see:

http://sylkserver.com/testing.phtml

SylkServer is not designed to route packets, perform authentication, 
authorization, accounting and handle NAT traversal for signaling or media. 
Performing applications like SIP Proxy, Registrar, B2BUA or Presence Agent are 
out of its scope. SylkServer should be deployed behind OpenSIPS and MediaProxy 
for providing such functions.

Blink Cocoa has built-in all client  features provided by SylkServer.

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


[OpenSIPS-Devel] SF.net SVN: opensips:[7687] branches/1.6/pvar.c

2011-01-28 Thread Bogdan-Andrei Iancu
Revision: 7687
  http://opensips.svn.sourceforge.net/opensips/?rev=7687&view=rev
Author:   bogdan_iancu
Date: 2011-01-28 10:21:13 + (Fri, 28 Jan 2011)

Log Message:
---
backport from trunk (rev #7686):
- fixed pvar overlapping - both auth realm and auth response were defined as 
$ar. auth response moved as $auth.resp
 Credits for report go to medve on IRC channel

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

Modified Paths:
--
branches/1.6/pvar.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:[7686] trunk/pvar.c

2011-01-28 Thread Bogdan-Andrei Iancu
Revision: 7686
  http://opensips.svn.sourceforge.net/opensips/?rev=7686&view=rev
Author:   bogdan_iancu
Date: 2011-01-28 10:17:40 + (Fri, 28 Jan 2011)

Log Message:
---
- fixed pvar overlapping - both auth realm and auth response were defined as 
$ar. auth response moved as $auth.resp
 Credits for report go to medve on IRC channel

Modified Paths:
--
trunk/pvar.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