Hi All,
am using the Asterisk as a Application server in my open IMS setup.
i want to do a 3rd party registration from SCSCF to Asterisk,
here the SCSCF is doing its part by sending the REGISTER to asterisk ( after actually registers a user , for services it comes to asterisk on behalf of the user )
here am getting the registration is failed;
localhostCLI>
[Jul 31 18:34:32] ERROR[26098]: netsock2.c:269 ast_sockaddr_resolve: getaddrinfo(“scscf.open-ims.test”, “6060”, …): Name or service not known
[Jul 31 18:34:32] WARNING[26098]: chan_sip.c:16157 parse_register_contact: Invalid hostport ‘scscf.open-ims.test:6060’
[Jul 31 18:34:32] WARNING[26098]: chan_sip.c:17060 register_verify: Failed to parse contact info
localhostCLI>
Note :
#) for the same user am able to register directly to Asterisk ( not via open ims )
) the Only difference is this register comes via SCSCF , not directly from user , so the FROM and TO are varies.
please adivce me how to get rid of this issue