Thanks for sharing that with the list!

From: Vladimir Antonovich [mailto:[email protected]]
Sent: 14 April 2016 16:48
To: Chris Elford (projectclearwater.org) <[email protected]>
Cc: [email protected]
Subject: Re: [Project Clearwater] SIP 404 No route to target error

Thanks Chris,

I managed to install and made video call.
I added to /etc/clearwater/shared_config next strings:

upstream_hostname=scscf.\$sprout_hostname

upstream_port=5054





And made next changes in dnsupdatefile:

On sprout:

cat > /home/ubuntu/dnsupdatefile << EOF

server ${dns_ip}

update add sprout-0.example.com<http://sprout-0.example.com>. 30 A $(hostname 
-I)

update add sprout.example.com<http://sprout.example.com>. 30 A $(hostname -I)

update add sprout.example.com<http://sprout.example.com>. 30 NAPTR   1 1 "S" 
"SIP+D2T" "" _sip._tcp.sprout

update add _sip._tcp.sprout.example.com<http://tcp.sprout.example.com>.  30 SRV 
    0 0 5054 sprout-0

update add icscf.sprout.example.com<http://icscf.sprout.example.com>.  30 A  
$(hostname -I)

update add icscf.sprout.example.com<http://icscf.sprout.example.com>.  30 NAPTR 
  1 1 "S" "SIP+D2T" "" _sip._tcp.icscf.sprout

update add 
_sip._tcp.icscf.sprout.example.com<http://tcp.icscf.sprout.example.com>.  30  
SRV     0 0 5052 sprout-0

update add scscf.sprout.example.com<http://scscf.sprout.example.com>. 30 A 
$(hostname -I)

send

EOF
On Bono:

cat > /home/ubuntu/dnsupdatefile << EOF

server ${dns_ip}

update add bono-0.example.com<http://bono-0.example.com>. 30 A ${public_ip}

update add example.com<http://example.com>. 30 A ${public_ip}

update add example.com<http://example.com>. 30 NAPTR   1 1 "S" "SIP+D2T" "" 
_sip._tcp

update add example.com<http://example.com>. 30 NAPTR   2 1 "S" "SIP+D2U" "" 
_sip._udp

update add _sip._tcp.example.com<http://tcp.example.com>. 30 SRV     0 0 5060 
bono-0

update add _sip._udp.example.com<http://udp.example.com>. 30 SRV     0 0 5060 
bono-0

send

EOF


Regards,
Vladimir



On Thu, Apr 14, 2016 at 1:36 PM, Chris Elford 
(projectclearwater.org<http://projectclearwater.org>) 
<[email protected]<mailto:[email protected]>> wrote:
Hi Vladimir,

Thanks for letting us know.

We have recently changed the way the S-CSCF and BGCF are configured on Project 
Clearwater, and it sounds like you may be using the old configuration format.

Under the new configuration model, the scscf_uri setting in the shared_config 
should start with scscf i.e. 
sip:scscf.<sprout_hostname>;transport=tcp<sip:scscf.%3csprout_hostname%3e;transport=tcp>.
 If you still have the URI set to 
sip:<sprout_hostname>;transport=tcp<sip:%3csprout_hostname%3e;transport=tcp>, 
requests will be routed to the BGCF, and it will not know how to handle them. 
That would explain your 404 error.

You can find instructions for updating configuration 
here<http://clearwater.readthedocs.org/en/latest/Modifying_Clearwater_settings.html>,
 and details of the sproutlet options 
here<http://clearwater.readthedocs.org/en/latest/Clearwater_Configuration_Options_Reference.html#sproutlet-options>.

Please let us know if updating your shared configuration does not fix the 
problem. IN that case, it would be useful for us to take a look at your 
configuration file to see what may be wrong.

Yours,

Chris

________________________________
From: Clearwater 
[mailto:[email protected]<mailto:[email protected]>]
 On Behalf Of Vladimir Antonovich
Sent: 12 April 2016 12:49
To: 
[email protected]<mailto:[email protected]>
Subject: [Project Clearwater] SIP 404 No route to target error

Hi,

I'm trying to install clearwater manually.
Bono is located behind Openstack neutron with floating IP.
On REGISTER bono answers 'SIP 404 No route to target'.

Please, recommend me how to solve it.

Thanks

--
Regards,
Vladimir



--
Regards,
Vladimir
_______________________________________________
Clearwater mailing list
[email protected]
http://lists.projectclearwater.org/mailman/listinfo/clearwater_lists.projectclearwater.org

Reply via email to