Re: [SR-Users] Registration at SCSCF Failed

2014-12-10 Thread Zaka Ul Isam
From: sr-users-boun...@lists.sip-router.org [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 Thank

Re: [SR-Users] Registration at SCSCF Failed

2014-10-29 Thread Kamal Palei
om] > *Sent:* Wednesday, 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 > >

Re: [SR-Users] Registration at SCSCF Failed

2014-10-29 Thread Zaka Ul Isam
Sent: Wednesday, 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_

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.