Re: [SR-Users] P-CSCF

2016-01-30 Thread Fred Schulz
Hi Jason, thank you for your answer. But could you please explain how the UE is identified? Is it the contact header? Or some other stuff .. I wasn’t able to find any information. And yes, we plan to use the Rx as well. I am can make some traces and logs at Monday. Thank you Fred Am 28.01

Re: [SR-Users] P-CSCF

2016-01-30 Thread Fred Schulz
Again, thank you! ? Von: sr-users im Auftrag von Aaron Hamstra Gesendet: Donnerstag, 28. Januar 2016 21:14 An: Kamailio (SER) - Users Mailing List Betreff: Re: [SR-Users] P-CSCF Fred, I think you would need to use rtpengine instead of rtpproxy. https

Re: [SR-Users] P-CSCF

2016-01-28 Thread Aaron Hamstra
Fred, I think you would need to use rtpengine instead of rtpproxy. https://github.com/sipwise/rtpengine -Aaron From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Fred Schulz Sent: Thursday, January 28, 2016 1:24 PM To: sr-users@lists.sip-router.org S

Re: [SR-Users] P-CSCF

2016-01-28 Thread Jason Penton
Hi Fred, I can answer the 1st question only as I am not too clued up with mediaproxy module and server. The pcscf_is_registered function is used to confirm that the UE you are sending the request from is actually registered to the IMS. If this is true, then the P-CSCF will assert the identity and

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-07 Thread Andrea Meroni
Ok, sorry but i will do it in a couple of hours because i'm running Kamailio on VMs and i have to retrieve them Andrea On Mon, Apr 7, 2014 at 11:09 AM, Jason Penton wrote: > No, there is no know issue. can you send me the full debug log file? > > > On Mon, Apr 7, 2014 at 12:07 PM, Andrea Meroni

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-07 Thread Jason Penton
No, there is no know issue. can you send me the full debug log file? On Mon, Apr 7, 2014 at 12:07 PM, Andrea Meroni wrote: > Yes, i'm using master. I browsed the tree searching the nested function > that generates the error (check failed) and it should be getContactP(struct > sip_msg* _m, udoma

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-07 Thread Andrea Meroni
Yes, i'm using master. I browsed the tree searching the nested function that generates the error (check failed) and it should be getContactP(struct sip_msg* _m, udomain_t* _d) in ims_registrar_pcscf/service_routes.c. I will try to do other tests searching on which attribute the check fails. Meanwhi

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-07 Thread Jason Penton
Hi Andrea, Are you using master? Cheers Jason On Mon, Apr 7, 2014 at 11:57 AM, Andrea Meroni wrote: > Update: even with the UCT IMS client it didn't work, both with db mode 0 > and 1. From Kamailio config file i checked out that the exported function > that generates the issue is pcscf_is_reg

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-07 Thread Andrea Meroni
Update: even with the UCT IMS client it didn't work, both with db mode 0 and 1. From Kamailio config file i checked out that the exported function that generates the issue is pcscf_is_registered. But why the check fails? Andrea On Mon, Apr 7, 2014 at 10:29 AM, Andrea Meroni wrote: > I tried to

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-07 Thread Andrea Meroni
I tried to switch to the "old" db_mode 0 (no db at all), and i got the same error for the call. The registrations seems to works fine: running ulpcscf.status from kamcmd gives me that in the P-CSCF memory there are actually 2 AORs, so ... Is it a bug of the new version?? Everything works fine with

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-04 Thread Jason Penton
no you don't need the S-CSCF DB support unless you want it. Can you send debug log of P-CSCF as well as pcap of the same attempt. Include both registrations and the call. cheers Jason On Fri, Apr 4, 2014 at 2:22 PM, Andrea Meroni wrote: > Ok, using the new scheme the contact records are corre

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-04 Thread Andrea Meroni
Ok, using the new scheme the contact records are correctly saved in the DB (both for Alice and Bob). But i still get the same error. Perhaps its a stupid question ... Should i also add the DB support in the S-CSCFs? Isn't enough (for some preliminar tests, just to look at the Kamailio's behavior) t

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-04 Thread Andrea Meroni
Well ... Just let me try to explain the situation: - Alice registers on scscf1 through pcscf: ok - Bob registers on scscf2 through pcscf: ok (i get a 200 OK after the challenge), but the Bob's record isn't inserted in the local db of the pcscf (because probably i mismatch something in the db confi

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-04 Thread Jason Penton
In this case you have not successfully registered the B party for some reason... On Fri, Apr 4, 2014 at 11:33 AM, Andrea Meroni wrote: > Just another couple of questions: > > - now the tables are added simply when is run kamdbctl create? > - the modules read properly the infos from the db or ar

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-04 Thread Andrea Meroni
Just another couple of questions: - now the tables are added simply when is run kamdbctl create? - the modules read properly the infos from the db or are there others open issues (i tried with my db, modified by hand, to registrate a user, and it was ok; then i tried to make a call to another user

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-04 Thread Andrea Meroni
Ok, thank you very much On Fri, Apr 4, 2014 at 10:06 AM, Jason Penton wrote: > master, yes > > utils/kamctl/mysql/ > > > On Fri, Apr 4, 2014 at 11:02 AM, Andrea Meroni wrote: > >> Many many thanks ... Is it in examples/pcscf? In the master branch? >> >> >> On Fri, Apr 4, 2014 at 10:00 AM, Jason

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-04 Thread Jason Penton
master, yes utils/kamctl/mysql/ On Fri, Apr 4, 2014 at 11:02 AM, Andrea Meroni wrote: > Many many thanks ... Is it in examples/pcscf? In the master branch? > > > On Fri, Apr 4, 2014 at 10:00 AM, Jason Penton > wrote: > >> Hi Andrea, >> >> I have just added the schema to git repo. >> >> Cheers

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-04 Thread Andrea Meroni
Many many thanks ... Is it in examples/pcscf? In the master branch? On Fri, Apr 4, 2014 at 10:00 AM, Jason Penton wrote: > Hi Andrea, > > I have just added the schema to git repo. > > Cheers > Jason > > > On Fri, Apr 4, 2014 at 10:17 AM, Andrea Meroni wrote: > >> Edit: i successfully make it wor

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-04 Thread Jason Penton
Hi Andrea, I have just added the schema to git repo. Cheers Jason On Fri, Apr 4, 2014 at 10:17 AM, Andrea Meroni wrote: > Edit: i successfully make it working, by adding the proper columns in the > database. However, i still have some issues ... Does anyone know where i > can get a descriptio

Re: [SR-Users] P-CSCF using MYSQL database

2014-04-04 Thread Andrea Meroni
Edit: i successfully make it working, by adding the proper columns in the database. However, i still have some issues ... Does anyone know where i can get a description of the DB structure of Kamailio? Especially the tables needed for the modules i mentioned in the previous mail? Andrea On Thu,

Re: [SR-Users] p-cscf - out of mem

2014-03-07 Thread Jason Penton
Great. Keep us posted -- Sent using my phone and may be brief, to the point or contain typos -- On Mar 7, 2014 6:49 PM, "Daniel Ciprus" wrote: > Binaries which I'm running are older than this commit, that's for sure. > Thanks, I will upgrade as soon as I can. > > > On 03/07/2014 10:21 AM, Jason

Re: [SR-Users] p-cscf - out of mem

2014-03-07 Thread Daniel Ciprus
Binaries which I'm running are older than this commit, that's for sure. Thanks, I will upgrade as soon as I can. On 03/07/2014 10:21 AM, Jason Penton wrote: Hey Daniel, Please check this commit. I think you are running before this was added? commit 1d6b1d8765d7a6d21c291d2076a3a80a1710c11c Aut

Re: [SR-Users] p-cscf - out of mem

2014-03-07 Thread Jason Penton
Hey Daniel, Please check this commit. I think you are running before this was added? commit 1d6b1d8765d7a6d21c291d2076a3a80a1710c11c Author: Jason Penton Date: Fri Feb 14 09:57:45 2014 +0200 lib/ims:modules/ims_charging,ims_icscf,ims_qos,ims_registrar_scscf: fixed pkg_mem leak - f

Re: [SR-Users] p-cscf - out of mem

2014-03-03 Thread Jason Penton
Thanks Daniel, How much pkg and shm memory is assigned to your Kamailio instance? Also, how many users are you registering concurrently? Please also recreate and dump shm memory when you get a chance. If you are not sure how to dump shm memory - see here - http://www.kamailio.org/dokuwiki/doku.php

Re: [SR-Users] p-cscf - out of mem

2014-03-03 Thread Daniel Ciprus
Jason, HW configuration : this is a virtual machine running 4 cores with 24GB ram (VM hosting). processor : 3 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Xeon(R) CPU E5-2667 0 @ 2.90GHz stepping: 4 cpu MHz : 2900.000 c

Re: [SR-Users] p-cscf - out of mem

2014-03-03 Thread Jason Penton
Hi Daniel, no we have not seen that... Can you provide details around the scenario - registration, calling, mixture, etc? Load? We have done extensive testing especially w.r.t. memory usage so I am very interested in this. Could you do a memory dump and send us the log? Also, will you share your