Re: [SR-Users] mediaproxy-ng documentation available

2013-07-05 Thread Andreas Granig
Hi, On 07/05/2013 11:56 PM, Iwan Budi Kusnanto wrote: I can see that SDES-SRTP is supported but DTLS-SRTP is not mentioned. Is it mean that there is no support for DTLS-SRTP? Any plan to support it? It's planned (like ZRTP), just no specific time-line yet. Andreas ___

Re: [SR-Users] mediaproxy-ng documentation available

2013-07-05 Thread Iwan Budi Kusnanto
Great! I can see that SDES-SRTP is supported but DTLS-SRTP is not mentioned. Is it mean that there is no support for DTLS-SRTP? Any plan to support it? On Sat, Jul 6, 2013 at 4:14 AM, Andreas Granig wrote: > Hi, > > There've been a couple of questions regarding mediaproxy-ng as an rtpproxy > rep

[SR-Users] mediaproxy-ng documentation available

2013-07-05 Thread Andreas Granig
Hi, There've been a couple of questions regarding mediaproxy-ng as an rtpproxy replacement on how to get it up and running with kamailio and what it does compared to rtpproxy, mediaproxy and iptrtpproxy. I hope, the README.md at https://github.com/sipwise/mediaproxy-ng answers these

Re: [SR-Users] LCR Question

2013-07-05 Thread Juha Heinanen
Juha Heinanen writes: > the param is there in order to save shared memory and speed up those > functions that operate on lcr instances. ^ all -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing lis

Re: [SR-Users] LCR Question

2013-07-05 Thread Juha Heinanen
Geoffrey Mina writes: > OK. I updated that to 10 and now it loads both. Is there any harm in > making it 100 even though I will never use that many? Just so I don't need > to restart Kamailio to add new routes? the param is there in order to save shared memory and speed up those functions that

Re: [SR-Users] LCR Question

2013-07-05 Thread Geoffrey Mina
OK. I updated that to 10 and now it loads both. Is there any harm in making it 100 even though I will never use that many? Just so I don't need to restart Kamailio to add new routes? On Fri, Jul 5, 2013 at 10:17 AM, Juha Heinanen wrote: > Geoffrey Mina writes: > > > I am still a little baffl

[SR-Users] LCR Question

2013-07-05 Thread Juha Heinanen
Geoffrey Mina writes: > I am still a little baffled by the new LCR table structures and i am having > a hard time figuring out how to use them. I want to different LCR gateways > for two different prefixes. When I load up this configuration, > lcr.dump_gws is only returning the Gateway with Lcr

[SR-Users] LCR Question

2013-07-05 Thread Geoffrey Mina
I am still a little baffled by the new LCR table structures and i am having a hard time figuring out how to use them. I want to different LCR gateways for two different prefixes. When I load up this configuration, lcr.dump_gws is only returning the Gateway with Lcr ID: 1. What am I doing wrong h

Re: [SR-Users] Kamailio TLS

2013-07-05 Thread Klaus Darilion
On 05.07.2013 16:50, Kethzer Docteur wrote: Im trying to enable Kamailio TLS but the configuration is not running at all when I cahnge it liike this as follow. "please help me, my car does not work" If you want us to help you, you have to provide detailed error reports. Take a look at the l

Re: [SR-Users] 'subst' request for message body (SDP)

2013-07-05 Thread Klaus Darilion
Is this broken body generated by Kamailio, or by some other entity? If it is done by Kamailio with filter_body(), it should be fixed. If done by some other entity, it should be fixed in the broken entity. I have no idea why subst does not work, but as workaround you can try something like: $v

[SR-Users] Kamailio TLS

2013-07-05 Thread Kethzer Docteur
Im trying to enable Kamailio TLS but the configuration is not running at all when I cahnge it liike this as follow. Kamailio 3.3 ubuntu 12.04 LTS #!define WITH_TLS #!ifdef WITH_TLS enable_tls=yes #!endif #!ifdef WITH_TLS loadmodule "tls.so" #!endif #!ifdef WITH_TLS # - tls params - modp

[SR-Users] 'subst' request for message body (SDP)

2013-07-05 Thread Klaus Feichtinger
Hello, can anybody give me a hint, how I could delete the _empty_ (blank) last line of the message body / SDP (it consists of #012#015 only)? This blank line is the rest of the original MIME message, which was reduced to a standard message with content SDP only by kamailio-3.3.4, which is principa

Re: [SR-Users] How to cleanup unconfirmed dialog in memory?

2013-07-05 Thread Charles Chance
Hi Daniel, If someone can try it and confirm is working fine for sl replied dialogs as > well as for those forwarded, I will backport. Seems to work fine for us in our test environment. So far, no unconfirmed dialogs stuck in memory for statelessly replied transactions. Cheers, Charles On 3

Re: [SR-Users] Compiling with db_unixodbc

2013-07-05 Thread Daniel-Constantin Mierla
Hello, On 7/3/13 8:18 AM, Grant Bagdasarian wrote: Hello, I don't know if this has already been reported, but I've downloaded kamailio 4.0.2 and tried to compile it with db_unixodbc. I got the following error: CC (gcc) [M db_unixodbc.so] _con.o _con.c:34:17: fatal error: con.h: No such fi

Re: [SR-Users] kamailio with MSRP relay

2013-07-05 Thread Daniel-Constantin Mierla
Hello, you need to add more in config file than just loading the module. You can see a sample config inside the readme of the msrp module: - http://kamailio.org/docs/modules/stable/modules/msrp.html#idp110888 Corcodile has published some code related to msrp via websockets, see their projects

Re: [SR-Users] Core file issue

2013-07-05 Thread Daniel-Constantin Mierla
Hello, probably still some OS setting, the file could be too big. You can try by setting lower values for kamailio private/shared memory, then the file should be smaller. Cheers, Daniel On 7/4/13 6:57 PM, Krishna Kurapati wrote: Hi, I am having the problem with core file generation on ubun