[SR-Users] preparing kamailio 3.0.3

2010-07-21 Thread Daniel-Constantin Mierla
Hello, I am planning to release minor version 3.0.3 by beginning of next week. Please commit there what you think it needs to be fixed for this release. Thanks, Daniel -- Daniel-Constantin Mierla http://www.asipto.com/ ___ SIP Express Router

Re: [SR-Users] PDT ran out of pkg memory using pdt_list

2010-07-21 Thread Elena-Ramona Modroiu
On 07/20/2010 07:45 PM, JR Richardson wrote: On Tue, Jul 20, 2010 at 12:04 PM, Elena-Ramona Modroiu ram...@asipto.com wrote: On 07/20/2010 05:06 PM, JR Richardson wrote: [..] When I added 180K records in the database, I got the no more pkg mem error again. I increased again: #define

Re: [SR-Users] PDT ran out of pkg memory using pdt_list

2010-07-21 Thread Henning Westerholt
On Tuesday 20 July 2010, JR Richardson wrote: [..] Here is an interesting observation: When I have 300K+ records in the pdt table, it seems like it will not load properly and the shmem is very low, as expected without a large memory pool needed to hold the records. Statistics show:

Re: [SR-Users] freezing for major release 3.1

2010-07-21 Thread Carsten Bock
Hi, for me, it's fine. I have some changes, which i will commit to the trunk in the next few days: Nathelper-Improvements: - allow the configuration of a timeout socket which will be sent to the RTP-Proxy (i have a patch for the rtpproxy in order to terminate calls via XML-RPC) - if time allows

Re: [SR-Users] [sr-dev] freezing for major release 3.1

2010-07-21 Thread Iñaki Baz Castillo
2010/7/21 Carsten Bock li...@bock.info: - allow the configuration of a timeout socket which will be sent to the RTP-Proxy (i have a patch for the rtpproxy in order to terminate calls via XML-RPC) Couuld you please ellaborate this a bit more? it sound really interesting :) -- Iñaki Baz

Re: [SR-Users] [sr-dev] preparing kamailio 3.0.3

2010-07-21 Thread Andrei Pelinescu-Onciul
On Jul 21, 2010 at 09:58, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, I am planning to release minor version 3.0.3 by beginning of next week. Please commit there what you think it needs to be fixed for this release. I'll have to backport some tcp fixes (which are now only in

Re: [SR-Users] [sr-dev] preparing kamailio 3.0.3

2010-07-21 Thread Daniel-Constantin Mierla
On 7/21/10 1:04 PM, Andrei Pelinescu-Onciul wrote: On Jul 21, 2010 at 09:58, Daniel-Constantin Mierlamico...@gmail.com wrote: Hello, I am planning to release minor version 3.0.3 by beginning of next week. Please commit there what you think it needs to be fixed for this release.

Re: [SR-Users] [sr-dev] freezing for major release 3.1

2010-07-21 Thread Carsten Bock
Hi, it is rather simple: The command specification (http://rtpproxy.org/wiki/RTPproxy/Protocol) states the following: Update session, creating a new one if it doesn't exist. U[args] callid addr port from_tag [to_tag [notify_socket [notify_args]]] The NATHelper Module currently does not send the

Re: [SR-Users] [sr-dev] freezing for major release 3.1

2010-07-21 Thread Iñaki Baz Castillo
2010/7/21 Carsten Bock li...@bock.info: Hi, it is rather simple: The command specification (http://rtpproxy.org/wiki/RTPproxy/Protocol) states the following: Update session, creating a new one if it doesn't exist. U[args] callid addr port from_tag [to_tag [notify_socket [notify_args]]]

Re: [SR-Users] [sr-dev] freezing for major release 3.1

2010-07-21 Thread Timo Reimann
Iñaki Baz Castillo wrote: 2010/7/21 Carsten Bock li...@bock.info: Hi, it is rather simple: The command specification (http://rtpproxy.org/wiki/RTPproxy/Protocol) states the following: Update session, creating a new one if it doesn't exist. U[args] callid addr port from_tag [to_tag

Re: [SR-Users] [sr-dev] freezing for major release 3.1

2010-07-21 Thread Iñaki Baz Castillo
2010/7/21 Timo Reimann timo.reim...@1und1.de: All correct; little addendum: Proxy-initiated dialog termination works both in state 3 (2xx response received but ACK request from UAC yet missing) and 4 (2xx response and ACK request received) because the dialog module stores caller data already

Re: [SR-Users] [sr-dev] freezing for major release 3.1

2010-07-21 Thread Timo Reimann
Timo Reimann wrote: Iñaki Baz Castillo wrote: 2010/7/21 Carsten Bock li...@bock.info: Hi, it is rather simple: The command specification (http://rtpproxy.org/wiki/RTPproxy/Protocol) states the following: Update session, creating a new one if it doesn't exist. U[args] callid addr port

Re: [SR-Users] [sr-dev] freezing for major release 3.1

2010-07-21 Thread Iñaki Baz Castillo
2010/7/21 Timo Reimann timo.reim...@1und1.de: All correct; little addendum: Proxy-initiated dialog termination works both in state 3 (2xx response received but ACK request from UAC yet missing) and 4 (2xx response and ACK request received) because the dialog module stores caller data already

Re: [SR-Users] [sr-dev] freezing for major release 3.1

2010-07-21 Thread Timo Reimann
Iñaki Baz Castillo wrote: 2010/7/21 Timo Reimann timo.reim...@1und1.de: All correct; little addendum: Proxy-initiated dialog termination works both in state 3 (2xx response received but ACK request from UAC yet missing) and 4 (2xx response and ACK request received) because the dialog module

Re: [SR-Users] PDT ran out of pkg memory using pdt_list

2010-07-21 Thread JR Richardson
sip-router2:~# kamailio -V version: kamailio 3.0.2 (i386/linux) a6141a flags: STATS: Off, USE_IPV6, USE_TCP, USE_TLS, TLS_HOOKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR,

Re: [SR-Users] PDT ran out of pkg memory using pdt_list [SOLVED}

2010-07-21 Thread JR Richardson
try to play with mysql module timeout parameter in case the records are not loaded fast enough: http://kamailio.org/docs/modules/stable/modules/db_mysql.html#id2928400 Regards, Ramona Ok, I figured out that sr was taking about 9-10 seconds to load 300K records so I increased:  # -

[SR-Users] Help needed for OpenSer with Radius

2010-07-21 Thread Pratik Shrestha
Dear All, I am very new to OpenSer. I want to use latest version of OpenSer with Radius. I need the documentation/tutorial on how to do this. Googling, Ionly found for the old version. Please help me. Regards, Pratik ___ SIP Express Router (SER) and