Re: [SR-Users] Registration at SCSCF Failed

2014-12-10 Thread Zaka Ul Isam
[sr-users-boun...@lists.sip-router.org] on behalf of Kamal Palei [palei.ka...@gmail.com] Sent: Wednesday, October 29, 2014 1:57 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Registration at SCSCF Failed Hi Zaka Thanks a lot. I have these modules, not sure why failing. I

Re: [SR-Users] Registration at SCSCF Failed

2014-10-29 Thread Zaka Ul Isam
, October 29, 2014 6:27 AM To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Subject: Re: [SR-Users] Registration at SCSCF Failed On further debugging looks below code in kamailio.cfg is failing if (!can_subscribe_to_reg(location

Re: [SR-Users] Registration at SCSCF Failed

2014-10-29 Thread Kamal Palei
) and SIP Express Router (SER) - Users Mailing List *Subject:* Re: [SR-Users] Registration at SCSCF Failed On further debugging looks below code in kamailio.cfg is failing if (!can_subscribe_to_reg(location)){ t_reply(403,Forbidden to SUBSCRIBE

[SR-Users] Registration at SCSCF Failed

2014-10-28 Thread Kamal Palei
Hi All In 4.2.0 Kamailio (S-CSCF), when I try to register an IMS endpoint, I get 403 from P-CSCSF. When I checked the error logs, SCSCF logs look as below 1(5455) INFO: ims_auth [authorize.c:824]: authenticate(): uri=sip: group4-imslab11.in nonce=b9eec0ad9d6d186408541d8a23a7c7a5

Re: [SR-Users] Registration at SCSCF Failed

2014-10-28 Thread Kamal Palei
On further debugging looks below code in kamailio.cfg is failing if (!can_subscribe_to_reg(location)){ t_reply(403,Forbidden to SUBSCRIBE); exit; } In what case, can_subscribe_to_reg fails.., please let me know.