Discussion:
[SR-Users] Kamailio-4.1.6 IMS Setup - Registration Issue
Kamal Palei
2014-10-16 10:29:51 UTC
Permalink
Dear All
I have setup a Kamailio proxy for testing IMS call flows.

I have configured as per help provided.

On registration, I get 483 response from server. When I searched it in
google and help, it was suggested to set the alias name properly. I set the
alias name properly.

Still I get 483 from Kamailio (used as IMS server)

Can somebody help me with what are the possible reasons for this.

Thanks
kamal
Kamal Palei
2014-10-16 10:41:13 UTC
Permalink
I have not added any user to system. Can that be a reason why I am getting
483 for REGISTER?
kamal
Post by Kamal Palei
Dear All
I have setup a Kamailio proxy for testing IMS call flows.
I have configured as per help provided.
On registration, I get 483 response from server. When I searched it in
google and help, it was suggested to set the alias name properly. I set the
alias name properly.
Still I get 483 from Kamailio (used as IMS server)
Can somebody help me with what are the possible reasons for this.
Thanks
kamal
Carsten Bock
2014-10-16 10:45:54 UTC
Permalink
Hi,

usually, the "483 Too many hops" is a result of DNS- or other misconfiguration.

You should check your DNS settings and/or your I-CSCF database.

Thanks,
Carsten
Post by Kamal Palei
I have not added any user to system. Can that be a reason why I am getting
483 for REGISTER?
kamal
Post by Kamal Palei
Dear All
I have setup a Kamailio proxy for testing IMS call flows.
I have configured as per help provided.
On registration, I get 483 response from server. When I searched it in
google and help, it was suggested to set the alias name properly. I set the
alias name properly.
Still I get 483 from Kamailio (used as IMS server)
Can somebody help me with what are the possible reasons for this.
Thanks
kamal
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
--
Carsten Bock
CEO (Geschäftsführer)

ng-voice GmbH
Schomburgstr. 80
D-22767 Hamburg / Germany

http://www.ng-voice.com
mailto:***@ng-voice.com

Office +49 40 5247593-0
Fax +49 40 5247593-99

Sitz der Gesellschaft: Hamburg
Registergericht: Amtsgericht Hamburg, HRB 120189
Geschäftsführer: Carsten Bock
Ust-ID: DE279344284

Hier finden Sie unsere handelsrechtlichen Pflichtangaben:
http://www.ng-voice.com/imprint/
Kamal Palei
2014-10-16 10:51:39 UTC
Permalink
Thanks Carsten,
DNS is setup properly (both forward and reverse).

ICSCF database I am not sure.

I just logged into database as user and checked *icscf* database.

I see only 3 tables are there in iscscf database having below contents.

mysql>
mysql> show tables;
+---------------------+
| Tables_in_icscf |
+---------------------+
| nds_trusted_domains |
| s_cscf |
| s_cscf_capabilities |
+---------------------+
3 rows in set (0.00 sec)

mysql> select * from nds_trusted_domains;
+----+--------------------+
| id | trusted_domain |
+----+--------------------+
| 1 | group1-imslab11.in |
+----+--------------------+
1 row in set (0.00 sec)

mysql> select * from s_cscf;
+----+-----------------------+-----------------------------------+
| id | name | s_cscf_uri |
+----+-----------------------+-----------------------------------+
| 1 | First and only S-CSCF | sip:scscf.group1-imslab11.in:5080 |
+----+-----------------------+-----------------------------------+
1 row in set (0.00 sec)

mysql> select * from s_cscf_capabilities;
+----+-----------+------------+
| id | id_s_cscf | capability |
+----+-----------+------------+
| 1 | 1 | 0 |
| 2 | 1 | 1 |
+----+-----------+------------+
2 rows in set (0.00 sec)


Is this fine, or I have messed up something during installation.

Best Regards
kamal
Post by Carsten Bock
Hi,
usually, the "483 Too many hops" is a result of DNS- or other
misconfiguration.
You should check your DNS settings and/or your I-CSCF database.
Thanks,
Carsten
Post by Kamal Palei
I have not added any user to system. Can that be a reason why I am
getting
Post by Kamal Palei
483 for REGISTER?
kamal
Post by Kamal Palei
Dear All
I have setup a Kamailio proxy for testing IMS call flows.
I have configured as per help provided.
On registration, I get 483 response from server. When I searched it in
google and help, it was suggested to set the alias name properly. I set
the
Post by Kamal Palei
Post by Kamal Palei
alias name properly.
Still I get 483 from Kamailio (used as IMS server)
Can somebody help me with what are the possible reasons for this.
Thanks
kamal
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
--
Carsten Bock
CEO (GeschÀftsfÌhrer)
ng-voice GmbH
Schomburgstr. 80
D-22767 Hamburg / Germany
http://www.ng-voice.com
Office +49 40 5247593-0
Fax +49 40 5247593-99
Sitz der Gesellschaft: Hamburg
Registergericht: Amtsgericht Hamburg, HRB 120189
GeschÀftsfÌhrer: Carsten Bock
Ust-ID: DE279344284
http://www.ng-voice.com/imprint/
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Loading...