[Kamailio-Users] kam 1.5 generating 407 on new branch

2009-09-09 Thread Robert McGilvray
I'm pulling two destinations out of a sql database that I'd like to parallel fork on. I rewrite the main branches RURI to the first result that's returned then append the second result as a branch using assignment to $br. The first call always rings correctly but the second hangs and it looks like

Re: [Kamailio-Users] statistics not working

2009-09-09 Thread Anders
Hi Henning, Oops - forgot the cc - now it's there! Problem solved: The problem was located by someone so much smarter than me, indeed a real wiz on this (thanks, Laszlo!) - I had setflag(3) instead of setflag(4) for dialogs - that's why I didn't get any stats out on dialogs. Regards, Anders On

Re: [Kamailio-Users] statistics not working

2009-09-09 Thread Henning Westerholt
On Mittwoch, 9. September 2009, Anders wrote: > Thanks for the VERY quick answer! Hi Anders, np. :) Please always CC to the user list. > server:/# kamctl fifo get_statistics inuse_transactions > database engine 'MYSQL' loaded > Control engine 'FIFO' loaded > entering fifo_cmd get_statistics inu

Re: [Kamailio-Users] statistics not working

2009-09-09 Thread Henning Westerholt
On Mittwoch, 9. September 2009, Anders wrote: > I'm pretty green, so please bare with me if the questions are > common-sense to some of you - I ask here only because I was unable to > find or understand the answer elsewhere, like it the very technical > documentation or somewhere else on the web. >

[Kamailio-Users] statistics not working

2009-09-09 Thread Anders
Hi list, I'm pretty green, so please bare with me if the questions are common-sense to some of you - I ask here only because I was unable to find or understand the answer elsewhere, like it the very technical documentation or somewhere else on the web. I suspect that something is wrong with the c

Re: [Kamailio-Users] error message ...

2009-09-09 Thread Rajesh
Thankyou all of you for your activeparticipation.. Can i go ahead with the Steps Juha had described in the lengthy mail... Juha Heinanen wrote: Schumann Sebastian writes: > My lastest tested versions did only write to the database at proxy > shutdown. After room creation (and also after sta

Re: [Kamailio-Users] error message ...

2009-09-09 Thread Juha Heinanen
Schumann Sebastian writes: > My lastest tested versions did only write to the database at proxy > shutdown. After room creation (and also after startup) the whole imc > rooms and members are in the memory. you are correct. it is possible to check in-memory rooms and membership with mi command

Re: [Kamailio-Users] error message ...

2009-09-09 Thread Schumann Sebastian
Hi Juha > -Original Message- > From: users-boun...@lists.kamailio.org > [mailto:users-boun...@lists.kamailio.org] On Behalf Of Juha Heinanen > Sent: Wednesday, 09. September 2009 12:12 > To: Rajesh > Cc: users kamailio > Subject: [Kamailio-Users] error message ... > > after these steps

[Kamailio-Users] error message ...

2009-09-09 Thread Juha Heinanen
Rajesh writes: > IAm trying to configure IMC in kamailio.I created two tables in the > database named, imc_rooms and imc_members.IN my xlite phone i give the > command q:s...@192.168.64.75 ('q' is used as the default chatroom name in > .cfg). > when i give the command , # create room_name,

Re: [Kamailio-Users] error message ...

2009-09-09 Thread Schumann Sebastian
The command must be only #create q The doc also says nothing about a space between sharp (#) and create. Sebastian > -Original Message- > From: users-boun...@lists.kamailio.org > [mailto:users-boun...@lists.kamailio.org] On Behalf Of Rajesh > Sent: Wednesday, 09. September 2009 11:32 >

[Kamailio-Users] error message ...

2009-09-09 Thread Rajesh
IAm trying to configure IMC in kamailio.I created two tables in the database named, imc_rooms and imc_members.IN my xlite phone i give the command q:s...@192.168.64.75 ('q' is used as the default chatroom name in .cfg). when i give the command , # create room_name, i get the following error,

[Kamailio-Users] Freezing for Kamailio 3.0 - Monday, Sep 14, 2009

2009-09-09 Thread Daniel-Constantin Mierla
Hello, who ever has brand new features to push into upcoming Kamailio 3.0 has to do it this week. The plan is o freeze the code and start the testing phase at the beginning of next week, with bug hunting as main activity. As usual, work on additional tools and documentation can go on during

Re: [Kamailio-Users] error message with imc

2009-09-09 Thread Rajesh
Yes.As you said i created the rooms initially and then created the rooms using the command #create roomname and that is exactly when i got the mentioned error Schumann Sebastian wrote: Hi Rajesh *From:* users-bou

Re: [Kamailio-Users] error message with imc

2009-09-09 Thread Schumann Sebastian
Hi Rajesh From: users-boun...@lists.kamailio.org [mailto:users-boun...@lists.kamailio.org] On Behalf Of Rajesh Sent: Wednesday, 09. September 2009 09:20 To: Juha Heinanen Cc: users kamailio Subject: Re: [Kamailio-Users] error message with imc Thanks for the prompt

Re: [Kamailio-Users] error message with imc

2009-09-09 Thread Rajesh
Thanks for the prompt reply. Yes, i did create chatrooms nameed imc_rooms and also another table imc_members  for storing the  member details.. where do i need to correct myself Juha Heinanen wrote: Rajesh writes: > ERROR:imc:imc_handle_message: room [q] does not exist! > ERROR:imc:imc_m

[Kamailio-Users] error message with imc

2009-09-09 Thread Juha Heinanen
Rajesh writes: > ERROR:imc:imc_handle_message: room [q] does not exist! > ERROR:imc:imc_manager: failed to handle 'message' . perhaps you should create the room first. read README carefully. -- juha ___ Kamailio (OpenSER) - Users mailing list User

[Kamailio-Users] error message with imc

2009-09-09 Thread Rajesh
Hi , I have beeen configuring imc for quite some time and finally i got some error message that is related to IMC. thanks to you for helping me reach this point. With the error message, i think i should be able to rectify it with your help.My error message reads the following ,