Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-17 Thread David Villasmil
It doesn’t make a lot of sense to see looping calls “connected”. If they connect, then they’re not looping, unless there is some counter somewhere that answers the call when it sees a loop. That’s very weird. Use sngrep and trace on ALL interfaces. On Fri, 17 Apr 2020 at 11:46, Pavithra M

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-17 Thread Pavithra M
Hi, In Wireshark , I couldn't able to see the looping packets .In debug logs of pcscf , I am able to see the looping occurs . But how then the call gets connected . That's where I am struck . On Fri, Apr 17, 2020, 4:11 PM David Villasmil < david.villasmil.w...@gmail.com> wrote: > You need to

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-17 Thread David Villasmil
You need to trace sip. There’s a loop somewhere. Use tshark (wireshark) or sngrep or ngrep, or some similar network tracing tool. On Fri, 17 Apr 2020 at 11:34, Pavithra M wrote: > Hi , > > I am getting the call connected and got 200 ok from the client . But the > INVITE packet goes multiple

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-17 Thread Pavithra M
Hi , I am getting the call connected and got 200 ok from the client . But the INVITE packet goes multiple times between terminating pcscf and s-cscf and gives too many hops error .Even After that call goes perfectly fine with 200 ok message. What would be the reason . I am not getting any errors

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-16 Thread David Villasmil
That usually happens when you don’t set a next hop, or destination where the packet should go, so the packet of forwarded to the same destination, which is the proxy again. On Thu, 16 Apr 2020 at 06:56, Pavithra M wrote: > Hi, > > I have enabled all debug logs and i traced it and I found that

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-15 Thread Pavithra M
Hi, I have enabled all debug logs and i traced it and I found that as you said it is keep on looping the invite in pcscf instead of going to other UE . I couldn't able to find the reason.Can you please give me some input on this. Debug logs of pcscf : 0#015#012Via: SIP/2.0/UDP

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-15 Thread David Villasmil
You should be tracing, you’re probably not, otherwise you would see the server is probably forwarding the INVITE to itself (removing one hop every time as it must) and thus creating a loop. On Wed, 15 Apr 2020 at 09:42, Pavithra M wrote: > Hi , > Yes , I have tried uncommenting that part . It

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-15 Thread Pavithra M
Hi , Yes , I have tried uncommenting that part . It is actually checking for hostname (sip.example.com:5060) in my scscf node. I am not sure why it is looking for sip.example.com instead of scscf.sip.example.com:4080 I have added one more alias in my scscf.cfg file .Now Domain not served issue

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-15 Thread Pafel
Hi, Most likely this is because of the change. Revert back the changes (uncomment the section I told you), turn on debug in scscf.cfg, restart all nodes and test once again. Then have a look on the scscf logs. Regards, Pavel Siderov ___ Kamailio (SER)

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-15 Thread Pavithra M
; > Regards, > Pavel Siderov > > На пн, 13.04.2020 г. в 22:38 написа: > >> >> Date: Tue, 14 Apr 2020 01:07:14 +0530 >> From: Pavithra M >> To: "Kamailio (SER) - Development Mailing List" >> >> Subject: Re: [sr-dev] Unabl

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-15 Thread Pavel Siderov
ound but it is working fine for me. Most likely this is something important but it stays in the todo to debug it in the near future. Regards, Pavel Siderov На пн, 13.04.2020 г. в 22:38 написа: > > Date: Tue, 14 Apr 2020 01:07:14 +0530 > From: Pavithra M > To: "Kamailio

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-14 Thread Pavithra M
cf can proceed to : > > route(term); > > This is a temporary workaround but it is working fine for me. Most likely > this is something important but it stays in the todo to debug it in the > near future. > > Regards, > Pavel Siderov > > На пн, 13.04.2020 г. в 22:38

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-14 Thread Pafel
ound but it is working fine for me. Most likely this is something important but it stays in the todo to debug it in the near future. Regards, Pavel Siderov На пн, 13.04.2020 г. в 22:38 написа: > > Date: Tue, 14 Apr 2020 01:07:14 +0530 > From: Pavithra M > To: "Kamailio

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-14 Thread Pavithra M
Hi , Actually in my case , I have disabled IPsec related configurations . After that I am facing these issues. Thanks On Tue, Apr 14, 2020, 7:02 PM Александър Йосифов wrote: > Hi, > I am writing not for the problem with SIP calls but for other potential > problems related to IPSEC

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-14 Thread Александър Йосифов
Hi, I am writing not for the problem with SIP calls but for other potential problems related to IPSEC client/server ports. As I see from your pcscf.cfg you have: #!define IPSEC_CLIENT_PORT 5062 #!define IPSEC_SERVER_PORT 5063 This is not OK because if you have more than one connected UE the

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-13 Thread Pavithra M
Hi , I have configured kamailio as an IMS server as VM based . PCSCF - 10.x.x.179 ICSCF - 10.x.x.79 SCSCF - 10.x.x.73 HSS - 10.x.x.75 I am using zoiper client for testing the call flow . The *registration is happening properly* in my both zoiper clients for hss configured users (alice and bob).

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain not served)

2020-04-08 Thread Pavithra M
Hi , I am also facing the same issue . Could you please tell me the workaround if it worked . Thanks. ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain not served)

2020-04-08 Thread Pavithra M
Hi , Is there any workaround for this issue? . kindly help. On Wed, Apr 8, 2020 at 1:01 AM David Villasmil < david.villasmil.w...@gmail.com> wrote: > What is the problem? Did you configure your alias? > > On Tue, 7 Apr 2020 at 20:20, Pavithra M wrote: > >> Hi, >> Require help >> >> On Wed, Apr

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain not served)

2020-04-07 Thread Pavithra M
Hi, I have configured kamailio as Ims server with pcscf,icscf,scsf and hss in 4 different vms . After that I use zoiper client for testing the call flow . Registration is successful .It goes via UE -> Pcscf -> icscf -> scscf and returns back with 200 OK . Registration is happening with

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain not served)

2020-04-07 Thread David Villasmil
What is the problem? Did you configure your alias? On Tue, 7 Apr 2020 at 20:20, Pavithra M wrote: > Hi, > Require help > > On Wed, Apr 8, 2020, 12:34 AM Pavithra M wrote: > >> Hi , >> I am also facing the same issue . Could you please tell me the workaround >> if it worked . >> >> Thanks. >> >

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain not served)

2020-04-07 Thread Pavithra M
Hi, Require help On Wed, Apr 8, 2020, 12:34 AM Pavithra M wrote: > Hi , > I am also facing the same issue . Could you please tell me the workaround > if it worked . > > Thanks. > ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2017-06-01 Thread Victor Seva
On 06/01/2017 12:19 PM, Prasannakumar Merugu wrote: > Hello All, > I am re-sending the issue with edited data; You need to send this question on sr-us...@lists.kamailio.org this list is for devel discussion signature.asc Description: OpenPGP digital signature

[sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2017-06-01 Thread Prasannakumar Merugu
Hello All, I am re-sending the issue with edited data; I am newbie to kamailio. I am trying to make call between two UAs(two different PCs with BOGHE 2.0 installed) I am getting 403, domain not served. The setup is as below. 1) We are using Kamailio-5.0 and installed for IMS. 2) Using Boghe

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain not served)

2017-05-26 Thread Prasannakumar Merugu
Hello All, We have Installed Kamailio in Debain 8. All p,s,i and hss servers are in one PC. We are able to register the users(Alice and Bob). When initiate call from Alice , INVITE is passing through Alice -> p-cscf -> i-cscs -> s-cscf -> i-cscf -> s-cscf when it is reaching again s-cscf