Re: [SR-Users] Kamailio-Java Integration

2013-02-10 Thread Konstantin M.
app_java (version 0.3.a) has been released. Link: http://voipgroup.org.ua/kamailio/dev/app_java/kamailio_app_java_v0.3a.tar.gz Fixed fixup mechanism issues according to Daniel's suggestions. 2013/2/8 Konstantin M. > Ok, I will review this part a soon. > Thank you. > > > 2013/2/8 Daniel-Constanti

Re: [SR-Users] Kamailio-Java Integration

2013-02-08 Thread Konstantin M.
Ok, I will review this part a soon. Thank you. 2013/2/8 Daniel-Constantin Mierla > > On 2/6/13 11:39 PM, Konstantin M. wrote: > > > > 2013/2/7 Daniel-Constantin Mierla > >> As expected, a consistent list of dependencies, but I guess that people >> using java would have those installed anyhow :

Re: [SR-Users] Kamailio-Java Integration

2013-02-08 Thread Daniel-Constantin Mierla
On 2/6/13 11:39 PM, Konstantin M. wrote: 2013/2/7 Daniel-Constantin Mierla > As expected, a consistent list of dependencies, but I guess that people using java would have those installed anyhow :-) Is KamExec(...) running config functions exported by th

Re: [SR-Users] Kamailio-Java Integration

2013-02-06 Thread Konstantin M.
2013/2/7 Daniel-Constantin Mierla > As expected, a consistent list of dependencies, but I guess that people > using java would have those installed anyhow :-) > > Is KamExec(...) running config functions exported by the modules? Maybe it > should be more explicit, eventually with an example. I h

Re: [SR-Users] Kamailio-Java Integration

2013-02-06 Thread Daniel-Constantin Mierla
As expected, a consistent list of dependencies, but I guess that people using java would have those installed anyhow :-) Is KamExec(...) running config functions exported by the modules? Maybe it should be more explicit, eventually with an example. I haven't looked at the code, just mentioning

Re: [SR-Users] Kamailio-Java Integration

2013-02-06 Thread Konstantin M.
I just published. Here is a link: http://voipgroup.org.ua/kamailio/dev/kamailio_app_java_v0.1a-README.txt 2013/2/7 Daniel-Constantin Mierla > Hello, > > is the readme or other documentation available directly on the web? I am > not a java user, but I (and others) can look over and spot if there

Re: [SR-Users] Kamailio-Java Integration

2013-02-06 Thread Daniel-Constantin Mierla
Hello, is the readme or other documentation available directly on the web? I am not a java user, but I (and others) can look over and spot if there is something to make it coherent in with the rest of embedded interpreters. Cheers, Daniel On 2/6/13 6:10 PM, Konstantin M. wrote: Hello. I've

Re: [SR-Users] Kamailio-Java Integration

2013-02-06 Thread Konstantin M.
Hello. I've build an application app_java - Java Native Interface support for Kamailio. It is an alpha version. Works with kamailio >= 3.2. A code isn't in main release right now. You can download it: http://voipgroup.org.ua/kamailio/dev/kamailio_app_java_v0.1a.tar.gz I would be a very grateful

Re: [SR-Users] Kamailio-Java Integration

2012-12-30 Thread ron.kamailio
) and SIP Express Router (SER) - Users Mailing List Subject: Re: [SR-Users] Kamailio-Java Integration Sorry, I referenced to the wrong module: http://kamailio.org/docs/modules/3.3.x/modules/utils.html#id2540147 regards Klaus On 26.11.2012 10:51, Klaus Darilion wrote: > If your Java business logic

Re: [SR-Users] Kamailio-Java Integration

2012-11-28 Thread Klaus Darilion
Sorry, I referenced to the wrong module: http://kamailio.org/docs/modules/3.3.x/modules/utils.html#id2540147 regards Klaus On 26.11.2012 10:51, Klaus Darilion wrote: If your Java business logic is reachable via HTTP you can use the XHTTP module to make HTTP requests to your web service. regard

Re: [SR-Users] Kamailio-Java Integration

2012-11-26 Thread Klaus Darilion
If your Java business logic is reachable via HTTP you can use the XHTTP module to make HTTP requests to your web service. regards Klaus On 24.11.2012 23:15, ron.kamai...@mcleodnet.com wrote: I am looking for a way to integrate Java business logic with Kamailio to influence routing decisions, a

Re: [SR-Users] Kamailio-Java Integration

2012-11-25 Thread Daniel-Constantin Mierla
-boun...@lists.sip-router.org] On Behalf Of Alex Balashov Sent: November-24-12 3:30 PM To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] Kamailio-Java Integration On 11/24/2012 06:26 PM, ron.kamai...@mcleodnet.com wrote: I am the OP. I actually have a solution running now, using JSON-RPC

Re: [SR-Users] Kamailio-Java Integration

2012-11-24 Thread ron.kamailio
-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Alex Balashov Sent: November-24-12 3:30 PM To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] Kamailio-Java Integration On 11/24/2012 06:26 PM, ron.kamai...@mcleodnet.com wrote: > I am the OP. I actually have a solut

Re: [SR-Users] Kamailio-Java Integration

2012-11-24 Thread Carlos Ruiz Díaz
I don't think Java would be a performance limitation at all, as long as it runs on a separate machine with its own processor, memory and pool of disks. If you don't like writing complex modules in C, you can always implement your business logic in your preferred high level languages (Java, C#, PHP

Re: [SR-Users] Kamailio-Java Integration

2012-11-24 Thread Alex Balashov
On 11/24/2012 06:26 PM, ron.kamai...@mcleodnet.com wrote: I am the OP. I actually have a solution running now, using JSON-RPC as the connector between Kamailio and the Java EE business logic. That's a rather novel approach. I hadn't thought of that; I suppose I forgot the jsonrpc-c module

Re: [SR-Users] Kamailio-Java Integration

2012-11-24 Thread ron.kamailio
Balashov Sent: November-24-12 3:01 PM To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] Kamailio-Java Integration On 11/24/2012 05:56 PM, Jeremy Ardley wrote: > A problem with Java is garbage collection. Every now and then the > application slows down. This is not good for rea

Re: [SR-Users] Kamailio-Java Integration

2012-11-24 Thread Alex Balashov
On 11/24/2012 05:57 PM, Sergey Okhapkin wrote: I don't want to start language holy war, but I can't accept a programming language which has operator "new", but doesn't provide operator "delete". Garbage collection? Yes, it runs from time to time. Usually at the worst moments of time when preciou

Re: [SR-Users] Kamailio-Java Integration

2012-11-24 Thread Alex Balashov
On 11/24/2012 05:56 PM, Jeremy Ardley wrote: A problem with Java is garbage collection. Every now and then the application slows down. This is not good for real-time applications requiring millisecond precision. While SIP requires sub-second precision, it does not require millisecond precisio

Re: [SR-Users] Kamailio-Java Integration

2012-11-24 Thread Sergey Okhapkin
I don't want to start language holy war, but I can't accept a programming language which has operator "new", but doesn't provide operator "delete". Garbage collection? Yes, it runs from time to time. Usually at the worst moments of time when precious CPU cycles are vital to run actual business

Re: [SR-Users] Kamailio-Java Integration

2012-11-24 Thread Jeremy Ardley
On 11/25/2012 06:49 AM, Alex Balashov wrote: > On 11/24/2012 05:41 PM, Sergey Okhapkin wrote: > >> Slow Java coupled with real-time SIP protocol? Hmm... Not viable to >> my point of view. > > Despite the stereotype, Java actually performs quite well, and is used > in highly concurrent, real-time en

Re: [SR-Users] Kamailio-Java Integration

2012-11-24 Thread Alex Balashov
On 11/24/2012 05:41 PM, Sergey Okhapkin wrote: Slow Java coupled with real-time SIP protocol? Hmm... Not viable to my point of view. Despite the stereotype, Java actually performs quite well, and is used in highly concurrent, real-time environments like telephony extensively. I think the st

Re: [SR-Users] Kamailio-Java Integration

2012-11-24 Thread Sergey Okhapkin
Slow Java coupled with real-time SIP protocol? Hmm... Not viable to my point of view. On Saturday 24 November 2012 14:15:26 ron.kamai...@mcleodnet.com wrote: > I am looking for a way to integrate Java business logic with Kamailio to > influence routing decisions, add/remove/modify headers, recor

Re: [SR-Users] Kamailio-Java Integration

2012-11-24 Thread Alex Balashov
On 11/24/2012 05:15 PM, ron.kamai...@mcleodnet.com wrote: I am looking for a way to integrate Java business logic with Kamailio to influence routing decisions, add/remove/modify headers, record accounting-related information, etc. A while back there was a project named WeSIP, but it doesn’t app

[SR-Users] Kamailio-Java Integration

2012-11-24 Thread ron.kamailio
I am looking for a way to integrate Java business logic with Kamailio to influence routing decisions, add/remove/modify headers, record accounting-related information, etc. A while back there was a project named WeSIP, but it doesn't appear to active anymore. Is anyone doing something like thi