[SR-Users] java code to interact with kamailio

2013-03-06 Thread Rupayan Dutta
Dear Sir, I want to authenticate users as well as getting buddy list from kamailio using java .Is there any existing library already in place. Rupayan Dutta ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users

[SR-Users] websocket support for kamailio 4.0.1

2013-05-21 Thread Rupayan Dutta
I have installed kamailio 4.0.1 in centOs 5.8 and trying to connect it using SipML 5 client (supplied by Doubango telecomm) using SIP over websocket.But the client can't connect to the server.Is there any special configuration needed for websocket support in kamailio 4.0.1? please help. __

[SR-Users] Kamailio 4.0.1 websocket support

2013-05-21 Thread Rupayan Dutta
I have installed kamailio 4.0.1 in centOs 5.8 and trying to connect it using SipML 5 client (supplied by Doubango telecomm) using SIP over websocket.But the client can't connect to the server.Is there any special configuration needed for websocket support in kamailio 4.0.1? please help ___

[SR-Users] kamailio 4.0.1 websocket support

2013-05-23 Thread Rupayan Dutta
Dear All, I have build and installed kamailio 4.0.1 from source(tarball release) in Cent Os 5.8 in i386 machine.I can start kamailio but when i want to connect kamailio using SipMl5 client which uses sip over websocket the client can't connect with the server.I am attaching my generate

[SR-Users] kamailio 4.0.1 websocket configuration

2013-05-28 Thread Rupayan Dutta
, line 318, column 12-57: failed to load module I checked websocket.so file in the specified directory and it is already there.Can you please help me what's wrong with it? please help. Rupayan Dutta ___ SIP Express Router (SER

[SR-Users] kamailio 4.0.1 websocket configuration error

2013-05-28 Thread Rupayan Dutta
, line 318, column 12-57: failed to load module I checked websocket.so file in the specified directory and it is already there.Can you please help me what's rong with it? please help. Rupayan Dutta ___ SIP Express Router (SER) and Kam

[SR-Users] Kamailio 4.0.1 presence support

2013-06-11 Thread Rupayan Dutta
er modules as well?At the same time I request you to suggest which Sip client I should use in order to make presence work. Rupayan Dutta ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lis

Re: [SR-Users] Kamailio 4.0.1 presence support

2013-07-16 Thread Rupayan Dutta
ng loadmodule? I am attaching my config file. On Thu, Jun 13, 2013 at 12:48 PM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > > On 6/11/13 2:49 PM, Rupayan Dutta wrote: > > Hello, >I've been trying to make the Presence thing work

Re: [SR-Users] Kamailio 4.0.1 presence support

2013-07-17 Thread Rupayan Dutta
Sorry Daniel , I missed the WITH_PRESENCE declaration. On Tue, Jul 16, 2013 at 6:26 PM, Rupayan Dutta wrote: > I have followed the tutorial but when tried to load XCAP server I am > getting following error.The following two function are not working. > > pres_update_watche

Re: [SR-Users] Kamailio 4.0.1 presence support

2013-07-24 Thread Rupayan Dutta
conferencing between an android mobile with 3G connection and another desktop browser users can still login into the SIP server but conferencing is not happening.I can't identify root cause.Please help. On Wed, Jul 17, 2013 at 6:43 PM, Rupayan Dutta wrote: > Sorry Daniel , I missed the WITH_

[SR-Users] kamailio XCAP configuration in kamailio.cfg

2013-07-26 Thread Rupayan Dutta
Dear Sir, I have kamailio 4.0.2 installed with the websockets module and it is working fine.NoI dow I want to enable presence with XCAP.How can that.I have gone through the steps defined in http://kb.asipto.com/kamailio:presence:k31-made-simple. But I am little bit confused because both

[SR-Users] XCAP configuration

2013-08-01 Thread Rupayan Dutta
Dear Sir, I have kamailio 4.0.2 installed with the websockets module and it is working fine.Now I want to enable presence with XCAP.How can I do that.I have gone through the steps defined in http://kb.asipto.com/kamailio:presence:k31-made-simple. But I am little bit confused because both

Re: [SR-Users] XCAP configuration

2013-08-20 Thread Rupayan Dutta
hu=~"^/sip:" etc). When i tried described as follows within XTTP request block kamailio.cfg gives parsing error if($hu=~"^/xcap-root") { # handle xcap } if(!($hu=~"^/xcap-root")) { # handle another } where is the problem I can'

Re: [SR-Users] XCAP configuration

2013-08-20 Thread Rupayan Dutta
# handle webrtc } if(!($hu=~"^/xcap-root")) { # handle presence } Please help On Tue, Aug 20, 2013 at 1:39 PM, Rupayan Dutta wrote: > Dear Sir, >In case of presence the condition which you mentioned works > (i.e if($hu=~"^/xcap

Re: [SR-Users] Websocket Feature Test

2013-08-26 Thread Rupayan Dutta
sample kamailio.cfg is attached. On Mon, Aug 26, 2013 at 2:46 PM, Vijay Thakur wrote: > Dear All, > > > Recently, I have install Kamailio 4.0. In this new release i want to test > websocket > feature in available in this version. How i can i make calls from Web > browser. Is there any one in t

Re: [SR-Users] Web socket Feature

2013-08-27 Thread Rupayan Dutta
Please have a look at https://gist.github.com/jesusprubio/4066845. At the same time you can download kamailio source and in the example directory of the source folder you will find websocket.cfg file. Hope this will help you On Mon, Aug 26, 2013 at 7:02 PM, Gertjan Wolzak wrote: > Hello Vijay,

[SR-Users] Presence related tables are not populated

2013-08-27 Thread Rupayan Dutta
Dear All Users, While logging into kamailio server via SIP over websocket using my sipml5 client (PRESENCE & XCAP enabled along with WEBSOCKET) the watcher,xcap and presentity tables are not populated.Therefore I can't get presence status though I can successfully running my video

[SR-Users] PUBLISH/SUBSCRIBE in pidf format

2013-08-29 Thread Rupayan Dutta
Can anybody suggest me whether kamailio 4.0.3 supports pidf format for handling presence related stuff instead of XCAP server.If yes what are the corrosponding changes in the kamaolio cfg file? If not, then how can I test my kamailio presence with XCAP functionality with a browser based client lik

Re: [SR-Users] PUBLISH/SUBSCRIBE in pidf format

2013-09-04 Thread Rupayan Dutta
On Wed, Sep 4, 2013 at 3:29 PM, Daniel-Constantin Mierla wrote: > Hello, > > > On 8/29/13 2:32 PM, Rupayan Dutta wrote: > >> Can anybody suggest me whether kamailio 4.0.3 supports pidf format for >> handling presence related stuff instead of XCAP server.If yes what are th

[SR-Users] kamailio presence and XCAP related issue

2013-09-16 Thread Rupayan Dutta
Dear All, .May be I couldn't express my doubt properly ijn my earlier mails.Actually we were testing OfficeSIP server with SipML5 client for multiparty videoconferencing with presence enabled for showing buddy list and it is working properly.Now as we moved to kamailio with same client and configu