Re: [SR-Users] checking source domain

2016-02-01 Thread Victor Seva
On 01/31/2016 05:32 PM, Yuriy Gorlichenko wrote: > I need to understand where from packets received. Now I use something like > > If $si == "1.2.3.4" { > xlog("L_INFO","bla bla bla"); > } > > But I need to check source server not only by IP and PORT, but at Domain too > For example > > if

Re: [SR-Users] Kamailio IMS deployment

2016-02-01 Thread Franz Edler
Hi Sainath, it is always good to read the error-messages . The ERROR de.fhg.fokus.diameter.DiameterPeer.peer.StateMachine - I_Snd_Conn_Req StateMachine: Peer icscf.net1.test:3869 not responding to connection attempt shows that there is no connectivity towards iscsf and scscf. This is

Re: [SR-Users] Force transport from TLS to UDP when using dispatcher

2016-02-01 Thread mayamatakeshi
On Wed, Jan 27, 2016 at 8:24 AM, mayamatakeshi wrote: > Hello, > I have this scenario: > - subscriber registers using TLS > - call arrives from PSTN gateway (in UDP) to subscriber > - I relay the INVITE to subscriber but it doesn't answer the call > - the

Re: [SR-Users] Kamailio Cluster

2016-02-01 Thread Alex Balashov
On 02/01/2016 02:59 AM, Jurijs Ivolga wrote: I think you need to make record routing, so it will keep initial(to what user registered) Kamailio in signaling path. Ah, no. Record-Route is for INVITEs only. You're thinking of Path. -- Alex Balashov | Principal | Evariste Systems LLC 303

Re: [SR-Users] Kamailio Cluster

2016-02-01 Thread Federico Cabiddu
Hi, a solution in this case could be making usage of Path header ( https://tools.ietf.org/html/rfc3327). You have to load the path module http://www.kamailio.org/docs/modules/devel/modules/path.html and enabled its usage in registrar module

Re: [SR-Users] Kamailio Cluster

2016-02-01 Thread Gholamreza Sabery
Yes I want to distribute my users across multiple Kamailio servers. It seems a good idea than you Alex I will try it! On Mon, Feb 1, 2016 at 11:10 AM, Alex Balashov wrote: > Here's a thought, though: > > If your goal is really for users registered on one server to be

Re: [SR-Users] Kamailio Cluster

2016-02-01 Thread Jurijs Ivolga
Hi, I think you need to make record routing, so it will keep initial(to what user registered) Kamailio in signaling path. I hope it will helps. With kind regards, Jurijs 2016-02-01 9:33 GMT+02:00 Gholamreza Sabery : > Thank you so much Alex. I tried REGISTER replication

Re: [SR-Users] Kamailio Cluster

2016-02-01 Thread Jurijs Ivolga
Hi Alex, You are right. :) With kind regards, 2016-02-01 10:09 GMT+02:00 Alex Balashov : > On 02/01/2016 02:59 AM, Jurijs Ivolga wrote: > > I think you need to make record routing, so it will keep initial(to what >> user registered) Kamailio in signaling path. >> > >

Re: [SR-Users] Kamailio Cluster

2016-02-01 Thread Gholamreza Sabery
All right. Thank you so much. On Mon, Feb 1, 2016 at 11:47 AM, Federico Cabiddu < federico.cabi...@gmail.com> wrote: > Hi, > a solution in this case could be making usage of Path header ( > https://tools.ietf.org/html/rfc3327). > > You have to load the path module > >

Re: [SR-Users] Kamailio IMS deployment

2016-02-01 Thread sainath.ellendula
Hi Franz, Thank you so much for your response. As suggested modified changes and don't observe connection refused error. After modification few more errors observed. Detailed errors as below. 10.0.0.9

Re: [SR-Users] Freezing the development for next major version 4.4

2016-02-01 Thread Phil Lavin
Hi Daniel, There's an outstanding crash bug fix on GitHub submitted last week - https://github.com/kamailio/kamailio/pull/492. This is also present in 4.3 and probably earlier releases. It'd be helpful for us if this could be merged to master and I will sort the backports separately. Cheers

Re: [SR-Users] Freezing the development for next major version 4.4

2016-02-01 Thread Daniel-Constantin Mierla
Hello, short reminder that if no consistent reason arise, the development for next major release 4.4 is going to be frozen by end of Wednesday, Feb 3, 2016, then starting the testing phase before doing the full release. If there are features that you want in 4.4, try to push the commits or make

Re: [SR-Users] Kamailio Cluster

2016-02-01 Thread Yuriy Gorlichenko
Also one of the most siplies ways to resolve your issue is using queries at the databases that select needed fields from db with (where socket=""). 2016-02-01 11:43 GMT+03:00 Gholamreza Sabery : > All right. Thank you so much. > > On Mon, Feb 1, 2016 at 11:47 AM, Federico

Re: [SR-Users] Kamailio v4.3 and Freeswitch Stable Latest

2016-02-01 Thread Jurijs Ivolga
Hi Baris, I updated config from: http://kb.asipto.com/freeswitch:kamailio-3.1.x-freeswitch-1.0.6d-sbc So it works(it start-up Kamilio) with kamailio 4.3, you can find it in attachment. I didn't changed any logic, so config file should work, but I can't guarantee. :) With kind regards,

Re: [SR-Users] Kamailio v4.3 and Freeswitch Stable Latest

2016-02-01 Thread Barış Şekerciler
Hello again Jurijs, I just copied the configuration file that you sent and there are some errors in here: http://paste2.org/OgsW72VV When I tried to /etc/init.d/kamailio start there is an error came up: root@didkamailio:/etc/kamailio# /etc/init.d/kamailio start

Re: [SR-Users] Kamailio v4.3 and Freeswitch Stable Latest

2016-02-01 Thread Barış Şekerciler
Hello, Here is the message: root@didkamailio:/etc/kamailio# systemctl status kamailio.service ● kamailio.service - LSB: Start the Kamailio SIP proxy server Loaded: loaded (/etc/init.d/kamailio) Active: failed (Result: exit-code) since Mon 2016-02-01 12:51:04 EET; 16min ago Process: 1527

Re: [SR-Users] Kamailio v4.3 and Freeswitch Stable Latest

2016-02-01 Thread Jurijs Ivolga
Hi, Please run following command: systemctl status kamailio.service And send me what it shows. With kind regards, 2016-02-01 13:11 GMT+02:00 Barış Şekerciler : > Hello again Jurijs, > I just copied the configuration file that you sent and there are some > errors

Re: [SR-Users] Freezing the development for next major version 4.4

2016-02-01 Thread Daniel-Constantin Mierla
Hello, freezing is about not adding new features, fixes will be always committed to devel and stable branches. I say the pull request, but I was traveling to Fosdem conference and I didn't get the chance to look at it, I will do it very soon, likely later today, thanks for the patch! Cheers,

Re: [SR-Users] [sr-dev] Freezing the development for next major version 4.4

2016-02-01 Thread Luis Azedo
Hi Daniel, please consider this PR https://github.com/kamailio/kamailio/pull/486 for 4.4 Thanks From: sr-dev [sr-dev-boun...@lists.sip-router.org] on behalf of Daniel-Constantin Mierla [mico...@gmail.com] Sent: Monday, February 01, 2016 2:00 AM To:

[SR-Users] [SOLVED] Kamailio v4.3 and Freeswitch Stable Latest

2016-02-01 Thread Barış Şekerciler
Hello again, I solved the problem. Problem originated Freeswitch, just few configuration settings. Thank you so much Jurijs. Regards. > On 01 Feb 2016, at 15:26, Barış Şekerciler > wrote: > > Hello, > I found modules in

Re: [SR-Users] Kamailio v4.3 and Freeswitch Stable Latest

2016-02-01 Thread Jurijs Ivolga
Hi Baris, It looks like there is issue with your modules and I think modules can't be fond. On this point I think you are using Debian 32 not Debian 64. In this case you need to update following line in kamailio.cfg: mpath="/usr/local/lib/kamailio/modules_k/:/usr/local/lib64/kamailio/modules/"

Re: [SR-Users] Kamailio v4.3 and Freeswitch Stable Latest

2016-02-01 Thread Barış Şekerciler
Hello, I found modules in /usr/lib/x86_64-linux-gnu/kamailio/modules directory. So I replaced it and restarted the server but this time when I tried to call 102 from 101 (there are 3 accounts; 101, 102, 103) it says "forbidden" and when I tried to "kamctl online" nothing to show. It could have

Re: [SR-Users] Kamailio/How to send all requests ?

2016-02-01 Thread Phil Lavin
If indeed you mean ALL traffic, including traffic that Kamailio itself can route internally: Add something to the LOCATION route to only allow usrloc based routing from the media server. In my case, I have added this at the top: # Only do this for things authorized by IP # UAs need to go via

[SR-Users] Kamailio/How to send all requests ?

2016-02-01 Thread alexandre.anconetti
Hello ! I'm using Kamailio for 2 months, and I have a problem with the routing logic. My aim is to use 2 Kamailio servers (in a cluster, so I have a primary and a backup server with a Virtual IP that can switch between the 2 servers) working with 2 medias servers (same as above, a primary and a

Re: [SR-Users] Kamailio Cluster

2016-02-01 Thread Henry Fernandes
The solution I am using is to have each Kamailio servers read subscriber/location data from a local database server. Each of these local databases is replicated from a Master database. We have db_mode=3 for sqlops, so it's always reading from the database to identify the user/phone. -H On