Re: [SR-Users] sip trunk help

2014-05-08 Thread Olle E. Johansson
On 08 May 2014, at 17:20, Joli Martinez wrote: > Hello. > > What I would like to know is where do I setup a sip trunk in kamailio. Are > there any examples as to how to set one up? The term "sip trunk" means at least X*Y^Z different things. It's not a technichal definition of something. Th

Re: [SR-Users] Presence

2014-05-08 Thread Andrew Mortensen
On May 5, 2014, at 1:21 PM, Joel White wrote: > I am working on enabling presence and bla in a Kamailio + FreeSWITCH > environment > > All handsets are Polycom with a handful of Grandstream ATA's > ... > NOTICE: presence [subscribe.c:1030]: handle_subscribe(): Unsupported presence > event cal

Re: [SR-Users] Starting Kamailio with init script

2014-05-08 Thread VOIP Tests
Moritz, thank your for your pointer. I changed some parementer in the /etc/init.d/kamailio file and now it seems fine. Can you please let me know if this output looks ok. Output of 'ps aux | grep kamailio' with kamctl start: *root 1498 0.6 0.2 255716 7980 ?S15:29 0:00 /usr/l

[SR-Users] What do next?

2014-05-08 Thread Jaafar Hamza
Hi, I am a student in Programming, I develop for project of the end of study a sip phone(Swing application). I use Sip Jain api. I installed kamailio in Ubuntu Server 14.04 using this command : apt-get install kamailio*. Now, I don't know what to do to configure this server like a registrar and

Re: [SR-Users] issue with usr_loc db_mode

2014-05-08 Thread Henry Fernandes
There are no errors in the log about this. Yesterday, I tried db_mode=2 (with default 'timer_interval' of 60 seconds) and it's better now, although still not working properly. There are still some records that are not in the 'location' table in the database. For example, I have a phone that

Re: [SR-Users] Starting Kamailio with init script

2014-05-08 Thread Moritz Graf
Hi, start kamailio with initscript: /etc/init.d/kamailio start Different behaviour with different starting methods might be due to different configs that are used for starting. Start kamailio each way and do a 'ps aux | grep kamailio'. Then compare or post here. greetz Am 08.05.2014 14:46, sch

Re: [SR-Users] sip trunk help

2014-05-08 Thread Joli Martinez
Hello. What I would like to know is where do I setup a sip trunk in kamailio. Are there any examples as to how to set one up? Sent from my iPhone > On May 8, 2014, at 3:05 AM, Daniel-Constantin Mierla > wrote: > > Hello, > > you have to explain in more details what that means for you 'sip

Re: [SR-Users] n00b question -- RADIUS authentication.

2014-05-08 Thread Måns Nilsson
Subject: Re: [SR-Users] n00b question -- RADIUS authentication. Date: Mon, May 05, 2014 at 03:33:22PM +0200 Quoting Måns Nilsson (mansa...@besserwisser.org): > The core question is why the positive reply from the RADIUS server isn't > accepted as such. (could this be a problem with the dictionary

Re: [SR-Users] Starting Kamailio with init script

2014-05-08 Thread Rainer Piper
Hi Arun, take a look at the /var/log/messages like # tail -n 200 /var/log/messages | grep kamailio my guess ... you installed kamailio as root and kamailio (look at the /etc/defaults/kamailio) is trying to start as user=kamailio and group=kamailio Regards Rainer Am 08.05.2014 14:46, schrie

[SR-Users] Starting Kamailio with init script

2014-05-08 Thread VOIP Tests
Hello, can someone let me know how I can start Kamailio with the init script? In the /etc/default/kamailio file I have commented out RUN_KAMAILIO=yes, this starts Kamailio but my phones do not register. If I stop the init script and start kamailio with kamctl then my phones register, what am I doi

Re: [SR-Users] Problem with rtpproxy and rtpproxy_manage()

2014-05-08 Thread aft
On Wed, May 7, 2014 at 3:17 PM, aft wrote: > On Wed, May 7, 2014 at 2:50 PM, Daniel-Constantin Mierla > wrote: >> Hello, >> >> you should provide a ngrep output of such call (incoming invite to the >> forwarded ack for 200ok), we can check the sdp. [1] This is the capture made at the softphone's

Re: [SR-Users] /tmp/kamailio_fifo is missing

2014-05-08 Thread Daniel-Constantin Mierla
Hello, is kamailio running? You can check with: ps auxw | grep kamailio Locate command is using a database to search, you have to do updatedb before running it. Cheers, Daniel On 07/05/14 19:35, Patrik Kristel wrote: Hello all, I trying to debug Errorwith mi_fifo an d I found out that fil

Re: [SR-Users] sip trunk help

2014-05-08 Thread Daniel-Constantin Mierla
Hello, you have to explain in more details what that means for you 'sip trunk registered to kamailio' for more specific hints. Otherwise, kamailio doesn't care of who is doing the registration as long as it presents the credentials based on username and password. Cheers, Daniel On 07/05/14

Re: [SR-Users] kamctl online and ul show are empty!

2014-05-08 Thread Daniel-Constantin Mierla
Hello, can you grab the sip trace with ngrep for such registration? Maybe the expires for registration is less than 5 minutes. We can see that in the sip trace. Also, you should give the parameters you set in kamailio.cfg for usrloc and registrar modules. Cheers, Daniel On 07/05/14 15:13,

Re: [SR-Users] issue with usr_loc db_mode

2014-05-08 Thread Daniel-Constantin Mierla
Hello, any db_mode>0 in 3.3 is safe for not losing registrations upon kamailio restart (e.g., db_mode=2 writes to db on time and at shutdown, so nothing is lost as well). db_mode=1 should do that in realtime, indeed. I'm not aware of any issue with db_mode=1, being used in quite some deploym