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: confirm But since it doe

[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 mode

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 resourc

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 : > Hello. > > 2012/10/15 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. > > Shouldn't it be better to rely on SRTP/

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 wrote: > Use the new async module. > On Oct 15, 2012 3:49 P

Re: [SR-Users] Delay message

2012-10-15 Thread Jason Penton
Use the new async module. On Oct 15, 2012 3:49 PM, "pars3c" 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 on

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] 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) t

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 Suit

[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

[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-Us

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 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: > > - Memory le

Re: [SR-Users] Delay message

2012-10-15 Thread Alex Balashov
It sounds like you're after the recent asynchronous TM innovations: http://www.kamailio.org/docs/modules/3.3.x/modules_k/tmx.html#id2535968 http://www.kamailio.org/docs/modules/3.3.x/modules_k/tmx.html#id2525882 On 10/15/2012 09:49 AM, pars3c wrote: Hi, how can i delay sending of a message

[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 (Ope

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 not

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 wrote: > Hello. > > 2012/10/15 Kamal Palei : > > Hi All > > I am planning to enhance RTP proxy to support TLS and DTLS. >

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

2012-10-15 Thread Peter Lemenkov
Hello. 2012/10/15 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. Shouldn't it be better to rely on SRTP/ZRTP instead rather than making your own incompatible realisa

[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] 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 (f

Re: [SR-Users] DTLS support in Kamailio

2012-10-15 Thread Daniel-Constantin Mierla
Hello, dtls is not supported right now. You have to study the code from udp_server.c and sctp_server.c (or other sctp_* files from core) and add some code/callbacks for handling dtls packets. You can probably extend the tls module to implement the callbacks for dtls -- i guess you can reuse f

[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 sr-users@lists.sip-ro

[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 spec

[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 packe

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? U

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, Sa

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 in

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