Re: [SR-Users] preparing kamailio 3.3.2

2012-10-15 Thread Daniel-Constantin Mierla
Hello, I will package Kamailio v3.3.2 tomorrow. Let us know if some fixes from master were not backported yet. Cheers, Daniel On 10/9/12 10:33 AM, Daniel-Constantin Mierla wrote: Hello, I am considering packaging Kamailio v3.3.2 at the beginning of next week (Monday or Tuesday). If any of

Re: [SR-Users] Another NAT question

2012-10-15 Thread Daniel-Constantin Mierla
Hello, you can detect that the call is coming from public/external interface and goes to private/internal interface. There are couple of ways to do it, one is to set a branch flag when they register, saying it is from external or internal. Then based on src ip ($si) or rcv io ($Ri) of the

Re: [SR-Users] Errors issued by Kamailio

2012-10-15 Thread Daniel-Constantin Mierla
This path does not look ok: /xmlns:resource-lists/xmlns:list%5B@name=rcs%5D Where is it coming from? Cheers, Daniel On 10/10/12 4:50 PM, Sangeeta Shah wrote: Any clue what the correct path is supposed to be - per the data in the xml and the path that's printed out by the module? Thanks,

Re: [SR-Users] IPv6 addresses in dispatcher on IPv4 only proxy

2012-10-15 Thread Daniel-Constantin Mierla
On 10/11/12 2:11 PM, Alex Hermann wrote: On Thursday 11 October 2012, Daniel-Constantin Mierla wrote: On 10/11/12 12:00 PM, Alex Hermann wrote: On Thursday 11 October 2012, Daniel-Constantin Mierla wrote: Do you get any other error/debug message before that can give an hint why is failing?

[SR-Users] Wesip Netbeans

2012-10-15 Thread pars3c
Hi , anyone know if it is possible to use Wesip with Glassfish instead of Tomcat? I'm new in using Glassfish and sip servlet, and I don't know how to start the sip servlet. In tomcat there is the file server.xml, and the connector . How say to glassfish to start a listener on sip packet

[SR-Users] Kamailio 3.3.0 CDR logging call duration

2012-10-15 Thread Nord7
Hello Kamailio 3.3.0 All default extra fields created in database. I create in Database new field duration and trying write in this field variable $DLG_lifetime (from dialog module) , but can't do this. What i'm doing wrong? installed modules: ACC, DIALOG # - acc params - /* what special

[SR-Users] DTLS support in Kamailio

2012-10-15 Thread Kamal Palei
Hi List Is DTLS supported in Kamailio? If not, can somebody give me initial idea/pointer how can we support it with minimal code change. Best Regards Kamal ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list

Re: [SR-Users] Kamailio 3.3.0 CDR logging call duration

2012-10-15 Thread Daniel-Constantin Mierla
Hello, do you get any error message or what is the problem you encounter? Cheers, Daniel On 10/15/12 10:14 AM, Nord7 wrote: Hello Kamailio 3.3.0 All default extra fields created in database. I create in Database new field duration and trying write in this field variable $DLG_lifetime (from

[SR-Users] Supporting TLS and DTLS in RTP Proxy

2012-10-15 Thread Kamal Palei
Hi All I am planning to enhance RTP proxy to support TLS and DTLS. We have some requirements where we need to send RTP packets either over TLS or over DTLS. I really do not know where to start :-) Few things that I have thought over is 1. I will take opnssl code base and integrate with rtpproxy

Re: [SR-Users] Supporting TLS and DTLS in RTP Proxy

2012-10-15 Thread Peter Lemenkov
Hello. 2012/10/15 Kamal Palei palei.ka...@gmail.com: Hi All I am planning to enhance RTP proxy to support TLS and DTLS. We have some requirements where we need to send RTP packets either over TLS or over DTLS. Shouldn't it be better to rely on SRTP/ZRTP instead rather than making your own

Re: [SR-Users] Supporting TLS and DTLS in RTP Proxy

2012-10-15 Thread Kamal Palei
Its basically sip and media servers expects sip and media packets in TLS. No choice, but need to support. Best Regards kamal On Mon, Oct 15, 2012 at 4:54 PM, Peter Lemenkov lemen...@gmail.com wrote: Hello. 2012/10/15 Kamal Palei palei.ka...@gmail.com: Hi All I am planning to enhance RTP

Re: [SR-Users] Kamailio 3.3.0 CDR logging call duration

2012-10-15 Thread Daniel-Constantin Mierla
Hello, do not reply to private email only when it is about a discussion on the mailing list - such messages will be ignored. Try to store the value in an avp when processing the BYE, after loose_route(), and store that avp in acc. Daniel On 10/15/12 1:13 PM, Nord7 wrote: Hello, no I'm

[SR-Users] Delay message

2012-10-15 Thread pars3c
Hi, how can i delay sending of a message ? A proxy (after x seconds) --- B If I use the sleep function of the cfgutils module,I block all the calls for the sleep time or the single one? Thanks ___ SIP Express Router (SER) and Kamailio

Re: [SR-Users] db_sqlite bugs

2012-10-15 Thread Timo Teras
On Thu, 11 Oct 2012 12:37:23 +0200 Pedro Antonio Vico Solano pvsol...@amper.es wrote: Hello everyone, We are developing a solution based on the SQLite module for Kamailio and we've found some bugs/errors regarding it. We use kamailio 3.2.4 and SQLite 3.7.14.1. The errors are about this:

[SR-Users] R: Delay message

2012-10-15 Thread pars3c
With t_suspend of tmx module, how can I set seconds to sleep? -Messaggio originale- Da: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] Per conto di Alex Balashov Inviato: lunedì 15 ottobre 2012 15:52 A: sr-users@lists.sip-router.org Oggetto: Re:

[SR-Users] Error on compiling Kamailio with TLS support in Ubuntu 10.04LTE

2012-10-15 Thread Kamal Palei
Hi All I am trying to compile Kamailio - 3.1.5 in Ubuntu 10.04LTE . Tried below comands one by one make -C modules/tls make modules modules=modules/tls make all include_modules=tls But always getting the error *In file included from tls_bio.c:31: tls_bio.h:32:25: warning: openssl/bio.h: No such

Re: [SR-Users] R: Delay message

2012-10-15 Thread Alex Balashov
You can't, exactly. But you can t_continue() inside an rtimer route that fires at a given interval.  -- Alex -- Sent from my Samsung mobile, and thus lacking in the refinement one might expect from a proper keyboard. Alex Balashov - Principal Evariste Systems LLC 235 E Ponce de Leon Ave

Re: [SR-Users] Errors issued by Kamailio

2012-10-15 Thread Sangeeta Shah
The path is from the resource list xml inserted by the client. The issue over here was that the Kamalio code does a case insensitive search for %5b and %5d and doesn't replace the path below with the [ brackets. This was the fix I had referred to in another thread (update_subs_rlsdb: NO MATCH)

Re: [SR-Users] Error on compiling Kamailio with TLS support in Ubuntu 10.04LTE

2012-10-15 Thread Klaus Darilion
Try apt-get update apt-get upgrade before installing libssl-dev. Maybe you have old packages installed which needs to be updated before. regards Klaus On 15.10.2012 16:26, Kamal Palei wrote: Hi All I am trying to compile Kamailio - 3.1.5 in Ubuntu 10.04LTE . Tried below comands one by one

Re: [SR-Users] Delay message

2012-10-15 Thread Jason Penton
Use the new async module. On Oct 15, 2012 3:49 PM, pars3c par...@gmail.com wrote: Hi, how can i delay sending of a message ? ** ** A proxy (after x seconds) --- B If I use the sleep function of the cfgutils module,I block all the calls for the sleep time or the single

Re: [SR-Users] Delay message

2012-10-15 Thread Jason Penton
Sorry my last reply was from my phone and a little brief. see here - http://kamailio.org/docs/modules/devel/modules/async.html#id2544960 you can use async_sleep in your case. Cheers Jason On Mon, Oct 15, 2012 at 7:20 PM, Jason Penton jason.pen...@smilecoms.comwrote: Use the new async module.

Re: [SR-Users] Supporting TLS and DTLS in RTP Proxy

2012-10-15 Thread Olle E. Johansson
15 okt 2012 kl. 13:24 skrev Peter Lemenkov lemen...@gmail.com: Hello. 2012/10/15 Kamal Palei palei.ka...@gmail.com: Hi All I am planning to enhance RTP proxy to support TLS and DTLS. We have some requirements where we need to send RTP packets either over TLS or over DTLS. Shouldn't it

Re: [SR-Users] Errors issued by Kamailio

2012-10-15 Thread Sangeeta Shah
I meant Kamailio does a case-sensitive search. Anyways, I am still trying to get the client working with Kamailio. This client is proven to work with other presence server, so just trying to piece things together so it works with the Kamailio PS. I do not have RLS. The client does put the

[SR-Users] Guidance on using Kamailio as Presence Server and Scalability issues for millions of subsribers

2012-10-15 Thread Thomas Hoffman
We're trying to determine how best to design/architect a solution where we use Kamailio as a Presence/XCAP server and be scalable to support millions of subscribers. I see the Dispatcher module, but it appears that requires having dedicated instances of the server running just in Dispatcher

Re: [SR-Users] Errors issued by Kamailio

2012-10-15 Thread Sangeeta Shah
So based on the pres rules inserted by the clients, see example below it's unclear how Kamailio is handling all the rules. Is Kamailio OMA compliant. It definitely doesn't seem to like a condition without an identity. IT should be matching the following rule below: cr:rule id=wp_prs_unlisted