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] CRLF from Kamailio server

2012-11-26 Thread Klaus Darilion
On 26.11.2012 05:13, Dmytro Bogovych wrote: Greetings. May anyone give me advice? I have working Kamailio with TLS. It is used by iOS softphone - i developed own one based on resiprocate. All signalling is TLS. Almost everything is fine. But looks kamailio sends CRLF messages sometimes. If it

Re: [SR-Users] CRLF from Kamailio server

2012-11-26 Thread Daniel-Constantin Mierla
Hello, this might be actually related to tcp connection keepalive: http://www.kamailio.org/wiki/cookbooks/3.3.x/core#tcp_crlf_ping IIRC, nathelper pings only udp contacts. Cheers, Daniel On 11/26/12 10:54 AM, Klaus Darilion wrote: On 26.11.2012 05:13, Dmytro Bogovych wrote: Greetings. May

Re: [SR-Users] CRLF from Kamailio server

2012-11-26 Thread Dmytro Bogovych
Thank you, i will try it. On Mon, Nov 26, 2012 at 12:05 PM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > this might be actually related to tcp connection keepalive: > > http://www.kamailio.org/wiki/**cookbooks/3.3.x/core#tcp_crlf_**ping

Re: [SR-Users] CRLF from Kamailio server

2012-11-26 Thread Dmytro Bogovych
BTW can I set interval between these ping packets? I think 4-5 minutes will be good enough to not kill application and retain the connection for some routers... On Mon, Nov 26, 2012 at 12:05 PM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > this might be actually related to t

[SR-Users] Kamailio 3.X.X + BLF configuration trouble

2012-11-26 Thread Hemanshu Patel
Hello everyone, Till now we were working with asterisk to handle BLF. But then we decided to move everything to kamailio and hence i started working on BLF with kamailio. I have already configured kamailio for Call handling and presence information. >From different pages on Internet, I have f

Re: [SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-26 Thread Raj Roy Ghandhi
Hi, Thanks a lot for the support. Now I can do calls. NAT traversal and Web Socket are working fine. Followings are my test scenarios :- 1. UTStarCOM IP phone <-> UTStarCOM IP phone - working fine 2. WebPage < --> web Page :- working fine 3. UTStarCOM IP phone --> Web Page :-

[SR-Users] One active registration per sip instance.

2012-11-26 Thread Krishna Kurapati
Hi, I have 3.x Kamailio with GRUU support. I see SIP Instance in the contact. However, I see a problem. When I kill the SIP client on a device and restart, it sends registration on a different port. The server instead of updating the contact in user location table, is creating a new contact for th

[SR-Users] plans for next major release

2012-11-26 Thread Daniel-Constantin Mierla
Hello, following the devel IRC meeting from last week, I am starting the discussion about the next major release planning. There were two relevant options: 1) freeze by end of January (2013) and release by March 2) freeze by end of December (2012) and release by February Many devels announced

Re: [SR-Users] One active registration per sip instance.

2012-11-26 Thread Daniel-Constantin Mierla
Hello, what are the parameters of registrar and usrloc modules in your config? Cheers, Daniel On 11/26/12 2:17 PM, Krishna Kurapati wrote: Hi, I have 3.x Kamailio with GRUU support. I see SIP Instance in the contact. However, I see a problem. When I kill the SIP client on a device and resta

Re: [SR-Users] One active registration per sip instance.

2012-11-26 Thread Krishna Kurapati
Daniel, Here are the usrloc params # - usrloc params - #!ifdef WITH_USRLOCDB /* enable DB persistency for location entries */ modparam("usrloc", "db_url", DBURL) modparam("usrloc", "db_mode", 2) modparam("usrloc", "use_domain", MULTIDOMAIN) modparam("usrloc", "desc_time_order", 1) #!endif

Re: [SR-Users] Kamailio 3.X.X + BLF configuration trouble

2012-11-26 Thread Vitaliy Aleksandrov
The NOTIFY without an XML body you received just after a subscription is correct. rfc3265 says: This SUBSCRIBE request will be confirmed with a final response. 200-class responses indicate that the subscription has been accepted, and that a NOTIFY will be sent immediately. You can disabl

Re: [SR-Users] reload to memory is much slower and has problms after upgrade to 3.3.2 and using mem_join=1

2012-11-26 Thread Daniel-Constantin Mierla
Hello, On 11/22/12 8:51 AM, Uri Shacked wrote: Hi, >> Btw, is the reload time constant now? Even if you run couple of times? yes, the reload time is constant - 56 sec. i tested for 100 reloads in an hour and it was OK. ok - it's 56sec or 36sec? >> What are the values for 'kamctl mi get_sta

Re: [SR-Users] problem with $time Pseudo-Variables on 3.3.2

2012-11-26 Thread Daniel-Constantin Mierla
For the references in the archive, installing 3.3.x from git is presented at: - http://www.kamailio.org/wiki/install/3.3.x/git Cheers, Daniel On 11/22/12 8:53 AM, Uri Shacked wrote: I install from source and not git. how do i download it? (there is only 3.3.2 source that i already installed...

Re: [SR-Users] problem with $time Pseudo-Variables on 3.3.2

2012-11-26 Thread Daniel-Constantin Mierla
Hello, On 11/22/12 10:50 AM, Uri Shacked wrote: OK, made some copy paste and installed the latest from GIT the $time() variables looks OK now. ok, thanks for testing and feedback. Cheers, Daniel Thanks. On Thu, Nov 22, 2012 at 9:53 AM, Uri Shacked > wrote: I

Re: [SR-Users] One active registration per sip instance.

2012-11-26 Thread Daniel-Constantin Mierla
Can you grab two such REGISTER requests with ngrep and send over so I can test locally? Cheers, Daniel On 11/26/12 3:06 PM, Krishna Kurapati wrote: Daniel, Here are the usrloc params # - usrloc params - #!ifdef WITH_USRLOCDB /* enable DB persistency for location entries */ modparam("

[SR-Users] ul.dump Problem

2012-11-26 Thread Spencer Thomason
Hello, I'm attempting to dump the contents of the usrloc cache and I'm receiving the following error: sercmd> ul.dump error: 500 - Internal error creating aor struct sercmd> mi ul_dump error: 500 - Internal server error processing 's': buffer too small (overflow) (-2) It seems to work fine when

Re: [SR-Users] ul.dump Problem

2012-11-26 Thread Andreas Granig
Hi, On 11/26/2012 06:25 PM, Spencer Thomason wrote: > I'm attempting to dump the contents of the usrloc cache and I'm receiving the > following error: > sercmd> ul.dump > error: 500 - Internal error creating aor struct > sercmd> mi ul_dump > error: 500 - Internal server error processing 's': buff

Re: [SR-Users] ul.dump Problem

2012-11-26 Thread Spencer Thomason
I'm running 3.3.2 @ commit bab07e07858464d50d310bbb52431a0b171ee771 On Nov 26, 2012, at 9:45 AM, Andreas Granig wrote: > Hi, > > On 11/26/2012 06:25 PM, Spencer Thomason wrote: >> I'm attempting to dump the contents of the usrloc cache and I'm receiving >> the following error: >> sercmd> ul.du

Re: [SR-Users] ul.dump Problem

2012-11-26 Thread Andreas Granig
On 11/26/2012 06:49 PM, Spencer Thomason wrote: > I'm running 3.3.2 @ commit bab07e07858464d50d310bbb52431a0b171ee771 Should be fixed here: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3d195f2675569954a1f74128508db07cbc604ed9 Andreas signature.asc Description: OpenPGP di

Re: [SR-Users] ul.dump Problem

2012-11-26 Thread Spencer Thomason
Thanks, I'll test that on 3.3 and report back. Spencer On Nov 26, 2012, at 10:13 AM, Andreas Granig wrote: > On 11/26/2012 06:49 PM, Spencer Thomason wrote: >> I'm running 3.3.2 @ commit bab07e07858464d50d310bbb52431a0b171ee771 > > Should be fixed here: > http://git.sip-router.org/cgi-bin/gitwe

[SR-Users] new developer: Andrew Mortensen

2012-11-26 Thread Daniel-Constantin Mierla
Hello, I want to announce that a new developer got GIT write access to repository: Andrew Mortensen from University of Pennsylvania, USA - he has contributed a new module: sca (Shared Call Appearances for Broadsoft extensions). The module is right now in a personal branch, soon to me merged

[SR-Users] Debugging and syslog

2012-11-26 Thread Daniel W. Graham
Hello, Reaching out for some assistance with debugging, I am not seeing any xlog messages in my log file. If there is any other info I didn't include that would be helpful please let me know. Any ideas are appreciated. Using Kamailio 3.3.2 & Cent OS 6 Rsyslog.conf *.info;m

Re: [SR-Users] new developer: Andrew Mortensen

2012-11-26 Thread Andrew Mortensen
On Nov 26, 2012, at 3:01 PM, Daniel-Constantin Mierla wrote: > Hello, > > I want to announce that a new developer got GIT write access to repository: > Andrew Mortensen from University of Pennsylvania, USA - he has contributed a > new module: sca (Shared Call Appearances for Broadsoft extensi

Re: [SR-Users] One active registration per sip instance.

2012-11-26 Thread Daniel-Constantin Mierla
I received the register requests and did a quick test with master branch and all is fine - one contact. I checked and branch 3.3 should have same patches. What exact version are you running? you said 3.x which is too broad -- instance support was added for 3.3.0 and you should run latest versi

Re: [SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-26 Thread Peter Dunkley
Hello, This issue has come up a lot before. SIP over WebSocket is a signalling protocol, the SDP (carried in the SIP requests) describes the media profile/capabilities of each user agent. In the case of a WebSocket connection from a browser (using WebRTC for media) the media profile will be RTP/

Re: [SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-26 Thread Iwan Budi Kusnanto
On Tue, Nov 27, 2012 at 7:29 AM, Peter Dunkley wrote: > Hello, > > The only clients that I know of which support RTP/SAVPF are the ones from > Doubango. We can also use jssip library. They have some demo to try. -- Iwan Budi Kusnanto ___ SIP Express

Re: [SR-Users] Debugging and syslog

2012-11-26 Thread Iwan Budi Kusnanto
touch the log file? restart rsyslog? On Tue, Nov 27, 2012 at 3:38 AM, Daniel W. Graham wrote: > Hello, > > Reaching out for some assistance with debugging, I am not seeing any xlog > messages in my log file. If there is any other info I didn’t include that > would be helpful please let me know. >

Re: [SR-Users] Debugging and syslog

2012-11-26 Thread Daniel W. Graham
Thanks for the reply - I have done that with no luck. -Original Message- From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Iwan Budi Kusnanto Sent: Monday, November 26, 2012 10:10 PM To: SIP Router - Kamailio (OpenSER) and SIP Express

Re: [SR-Users] Debugging and syslog

2012-11-26 Thread Konstantin M.
If you're running Debian - try out my solution: 1) Edit /etc/rsyslog.d/50-default.conf (or /etc/rsyslog.conf, whatever are located default values for *.*) and change from: auth,authpriv.* /var/log/auth.log *.*;auth,authpriv.none -/var/log/syslog to: auth,authpriv.*

Re: [SR-Users] Kamailio 3.X.X + BLF configuration trouble

2012-11-26 Thread Hemanshu Patel
Hi vitaliy, thank you very much for your reply. Here I am not talking about kamailio as Presence server, I am asking about BLF handling For SUBSCRIBE+NOTIFY+PUBLISH in case of presence, everything is working fine In case of BFL, once the phone/user subcribes, he doesnt send any PUBLISH messag