Re: [SR-Users] A: Ongoing process of selecting a new website theme

2016-04-27 Thread Daniel-Constantin Mierla
Hello, the new responsive look for kamailio.org website has been turned on. It is a child theme of i-excel free wordpress theme. The main page of the website is planned to be redesigned a bit to give it a modern look, so it may change in the near future. For the moment the goal was to keep the old

Re: [SR-Users] dlg_bridge

2016-04-27 Thread Daniel-Constantin Mierla
Hello, can you send the ngrep trace for such case? I would like to look at the headers to understand properly what do you mean. Cheers, Daniel On 26/04/16 15:23, huseyin kalyoncu wrote: > Hello > > I am trying to implement click 2 call functionality on Kamailio > with dlg_bridge. > But It seem

Re: [SR-Users] kamailio-radius RPM for Centos

2016-04-27 Thread Antonio Reale
Hi Daniel, you're right. Both radiusclient-ng and freeradius-client are in EPEL repository, not in the official ones. Is not possible to provide these client library packages also on the kamailio centos rpm repo? Thanks. Regards. Antonio Il 27/04/2016 08:54, Daniel-Constantin Mierla ha scri

Re: [SR-Users] kamailio-radius RPM for Centos

2016-04-27 Thread Daniel-Constantin Mierla
Hello, I am not sure there is a way to enable EPEL in the opensuse build portal -- that is managed by opensuse community. Maybe you have a bit of time to investigate the docs of opensuse build service or search on the web for this topic. If there is a way, I can enable it or give access to someon

Re: [SR-Users] dlg_bridge

2016-04-27 Thread huseyin kalyoncu
Hello Daniel This is the sample output from our location table; kamailio=# select username,contact,received,user_agent from location where username='5678*0012'; username | contact | received| user_agent ---+-+

Re: [SR-Users] kamailio-radius RPM for Centos

2016-04-27 Thread Antonio Reale
Daniel, if I'm not wrong Download on Demand Repository (DOD) feature can be used for dependencies resolution using external repository: http://openbuildservice.org/help/manuals/obs-best-practices/cha.obs.best-practices.webuiusage.html#idm140343052158624 http://openbuildservice.org/help/manuals/o

Re: [SR-Users] dlg_bridge

2016-04-27 Thread Daniel-Constantin Mierla
Hello, dlg_bridge is not using the location table at all, because it has to use the contact from 200ok of INVITE. Have you used set_contact_alias() for natted 200ok received for INVITE? Cheers, Daniel On 27/04/16 11:15, huseyin kalyoncu wrote: > Hello Daniel > > This is the sample output from

Re: [SR-Users] Kamailio IMS_QOS

2016-04-27 Thread José Seabra
Hi Jason, What could be the impact of using both modules (usrloc and ims_usrloc_pcscf)? One of the impacts that I can see is the Shared memory, it will consume more shared memory because will save the AOR twice in memory, one in usrloc and the other in ims_usrloc_pcscf, is that right? Another Do

Re: [SR-Users] kamailio-radius RPM for Centos

2016-04-27 Thread Antonio Reale
Daniel I downloaded the src.rpm from opensuse repository and I see that the .spec file is different from that provided in the kamailio source. Reading the .spec from kamailio-4.4.0_src.tar.gz I see: %packageradius Summary:RADIUS modules for Kamailio. Group:System Environment/Daem

Re: [SR-Users] kamailio-radius RPM for Centos

2016-04-27 Thread Daniel-Constantin Mierla
I added quickly the dependency on epel-release to the opensuse build service, but it results in dependency issue: "nothing provides epel-release, nothing provides radiusclient-ng-devel" The spec from kamailio sources was not much maintained lately, perhaps those for fedora and centos are a bit mo

Re: [SR-Users] dlg_bridge

2016-04-27 Thread huseyin kalyoncu
Hello Daniel You are right. 200OK messages are also with private IPs. I think the problem is that since I call dlg_bridge with Kamailio's own IP It sends INVITE messages to itself first then it routes INVITE msg to user location. Because of this i see two record routes in the INTIVE headers and 20

[SR-Users] Call http service inside config , Push notification TSILO

2016-04-27 Thread Sirvan Paraste
Hello All, I am new to kamailio, but I have setup a server that is ok for call functionalities, I have write an android app it I wnat to add push notification ability to the app when it is clised or unregisterd to the sip server. I have done all push notification part using GCM service and a thir

Re: [SR-Users] kamailio-radius RPM for Centos

2016-04-27 Thread Antonio Reale
Thanks Daniel, I'm not an expert but I'm happy to help with rpms building. I'm going to create an account on Opensuse Building Service to familiarize with it and I'll get back to you soon. Antonio. Il 27/04/2016 12:41, Daniel-Constantin Mierla ha scritto: I added quickly the dependency on e

Re: [SR-Users] dlg_bridge

2016-04-27 Thread huseyin kalyoncu
Hello Daniel I did some more tests and my previous statement is wrong. Actually it do call set_contact_alias on 200 reply for INVITEs but somehow it has no change. I really missing something here. On Wed, Apr 27, 2016 at 3:35 PM, huseyin kalyoncu wrote: > Hello Daniel > > You are right. 200OK m

Re: [SR-Users] dlg_bridge

2016-04-27 Thread Daniel-Constantin Mierla
Hello, can you make the full ngrep trace for the call (from initial invite sent by kamailio, with all following sip messages) and send it over here? Cheers, Daniel On 27/04/16 17:16, huseyin kalyoncu wrote: > Hello Daniel > > I did some more tests and my previous statement is wrong. > Actually i

Re: [SR-Users] dlg_bridge

2016-04-27 Thread huseyin kalyoncu
Hello Daniel Attachment is the full ngrep output for the sample call. On Wed, Apr 27, 2016 at 6:51 PM, Daniel-Constantin Mierla wrote: > Hello, > > can you make the full ngrep trace for the call (from initial invite sent > by kamailio, with all following sip messages) and send it over here?

Re: [SR-Users] kamailio-radius RPM for Centos

2016-04-27 Thread Antonio Reale
Hi Daniel, I was able to build kamailio with radius package on OBS just using the spec file of your project with %define _with_radius 1 for centos and redhat and creating a new package for radiusclient-ng in the same project. For the radiusclient-ng package I linked to the repoforge src.rpm: ht

[SR-Users] kamailio stop to print log meesage

2016-04-27 Thread Shiv Patidar
kamailio.log and syslog stop to print log message i have set debug 4 and also try with debug 2 and debug 3 and kamalio.log and syslog not print any log message what i need to do please help me ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users

[SR-Users] fetch data from Mysql Using Kamailio

2016-04-27 Thread Shahid Mehmood
Dear All, i am getting error when i trying to fetch data from mysql data base using kamailio. i have following code into kamailio.cfg file loadmodule "db_mysql.so" loadmodule "sqlops.so" modparam("sqlops","sqlcon","ca=>mysql://root:123456@localhost/ka

Re: [SR-Users] Kamailio IMS_QOS

2016-04-27 Thread José Seabra
Hi, Updating my last email, I noticed that the AVP framed_ip_address is also containing the IP address of SDP C field, so in my case that I have a SBC in front of my Kamailio doing NAT, the SDP address will be the IP of the SBC, in order that PCRF will try reserve bandwidth in the SBC. What we can

Re: [SR-Users] Kamailio IMS_QOS

2016-04-27 Thread Ivailo Dobrev
Hi Jose, Framed IP or some king of hashing over IP/identitiy/APN... is used from PCRF for session binding. If I understand question right the short answer is that reservation from PCRF is made by Media-Component-Description not by framed IP address. In your architecture if Kamailio instance t

Re: [SR-Users] set_body_multipart and memory leak

2016-04-27 Thread Sergey Basov
Hi Daniel. I have create pool request as you have proposed. https://github.com/kamailio/kamailio/pull/587 After this patches problem with memory leak was solved for me. Thank you. -- Best regards, Sergey Basov e-mail: sergey.v.ba...@gmail.com tel: (+38067) 403-62-54 2016-