Re: [Project Clearwater] Stress Testing Queries

2018-04-03 Thread Robert Day
Hi Sunil, Answering your questions in order: 1. We don’t have fixed performance figures for Project Clearwater (as opposed to our Clearwater Core product) – we just provide the tools to let the community do their own performance testing and analysis. This is partly because hardware varies

Re: [Project Clearwater] Input required for High Availability use cases of clearwater

2018-04-03 Thread Robert Day
Hi Nagendra, The high-availability approach you describe looks different from the one Clearwater is designed to support. Rather than having a Bono node become a combined Bono/Ellis node if the Ellis node fails, we have an approach where: * You have pools of nodes of each type – e.g. you mig

Re: [Project Clearwater] Is there tutorial guide to use OpenIMS Core's HSS to configure service profile?

2018-04-03 Thread Robert Day
Hi Anthony, If the Clearwater integration documentation at http://clearwater.readthedocs.io/en/stable/OpenIMSCore_HSS_Integration.html#configuring-subscribers isn’t what you need, then maybe OpenIMSCore’s own documentation will help – that’s at http://www.openimscore.com/documentation/installat

Re: [Project Clearwater] Increasing the no. of nodes

2018-03-28 Thread Robert Day
Hi Sunil, Instructions for installing large deployments are in our documentation at http://clearwater.readthedocs.io/en/stable/Manual_Install.html#larger-scale-deployments. You can either: * Install a small deployment manually following http://clearwater.readthedocs.io/en/stable/Manual_Ins

Re: [Project Clearwater] Clearwater, ellis freezing

2018-03-27 Thread Robert Day
Hi Dávid, “19-03-2018 08:42:49.839 UTC Error main.cpp:1016: Failed to initialize the Cassandra store with error$“ suggests the error is in Cassandra. Is there anything in /var/log/cassandra/system.log? Best, Rob From: Clearwater [mailto:clearwater-boun...@lists.projectclearwater.org] On Behal

Re: [Project Clearwater] Why the port 3868 is listened by homestead?

2018-03-27 Thread Robert Day
Hi Anthony, I’m not sure what’s happening here – have you tried taking packet capture with tcpdump and looking at it in Wireshark, to confirm that FHoSS is receiving valid Diameter messages? There might be something else in your network sending bad traffic on port 3868. Best, Rob From: Clearw

Re: [Project Clearwater] Problem after Bono restart

2017-10-25 Thread Robert Day
Hi Peter, Flow tokens are essentially the link between a SIP address and a TCP or UDP connection to the endpoint. When an endpoint REGISTERs, these associations are created and stored in RAM - so when the VM (or the process) restarts, Bono loses that data, and is unable to send calls to the en

Re: [Project Clearwater] Enable AS to AS communication

2017-10-25 Thread Robert Day
Hi Michele, The RequestURI XML element is defined in the 3GPP specs as only matching on the hostname - not the full SIP URI. That means that where you have: sip:as2.service.example.com you actually want: as2.service.example.com (no "sip:") With that change,

Re: [Project Clearwater] [Subject] clearwater-live-test using ruby rvm on Ubuntu 16.04 and package install issues

2017-09-15 Thread Robert Day
Hi Prakash, We've never run the tests with a Ruby version other than 1.9.3 to my knowledge. My guess is that it wouldn't be very difficult to get working (the changes between Ruby versions are fairly small) but that it wouldn't just work - and there might be more problems with some of our Ruby

Re: [Project Clearwater] Request Timeout (408) error while trying to call

2017-09-15 Thread Robert Day
Hi Prashanth, A 408 Request Timeout could be coming from Clearwater (because its requests upstream are timing out) or from Zoiper (because its requests to Clearwater are timing out). To help tell which is the case, could you increase Clearwater's log level (at http://clearwater.readthedocs.i

Re: [Project Clearwater] SIP Registeration Failed

2017-08-30 Thread Robert Day
Hi Ankit, The problem is probably that you have “sip:” in the authentication username, which you don’t need. Best, Rob From: Clearwater [mailto:clearwater-boun...@lists.projectclearwater.org] On Behalf Of Robert Day Sent: 30 August 2017 10:28 To: clearwater@lists.projectclearwater.org Subject

Re: [Project Clearwater] ENUM: Multiple @ dig queries

2017-08-30 Thread Robert Day
Hi Mordi, It's not clear to me whether you're using Clearwater or not (and if not, this may be the wrong mailing list). http://clearwater.readthedocs.io/en/stable/ENUM.html describes Clearwater's use of ENUM, in case that's helpful. Note that Clearwater doesn't include a username or password i

Re: [Project Clearwater] Cassandra and etcd clustering problem

2017-08-30 Thread Robert Day
Hi Abdul, The etcd output you’ve provided lists a few nodes as unreachable, which is likely to cause problems: root@dime-0:/home/ubuntu# clearwater-etcdctl cluster-health member 5cd7042180fbb2a is unhealthy: got unhealthy result from http://192.168.0.6:4000 failed to check the health of member

Re: [Project Clearwater] SIP Registeration Failed

2017-08-30 Thread Robert Day
Hi Ankit, Have you tried the steps at http://clearwater.readthedocs.io/en/stable/Troubleshooting_and_Recovery.html, particularly turning on debug logging on Bono and Sprout to see if your request is getting to them and where it is failing? Thanks, Rob From: Clearwater [mailto:clearwater-boun.

Re: [Project Clearwater] [installation & testing] Need help on Clearwater

2017-08-30 Thread Robert Day
Hi Prakash, Answering your questions in turn: 1. This sounds like the problem might be trying to clone Astaire over SSH without an SSH key. https://github.com/Metaswitch/sprout/blob/dev/docs/Development.md#getting-the-code suggests running the following command before cloning to force a

Re: [Project Clearwater] [Installation] Has any one tried Clearwater vIMS on OpenStack Ocata with Heat Orchestrator

2017-08-18 Thread Robert Day
Hi Prakash, Yes, the Heat stack should create the private networks it needs (that’s the networks.yaml file) – it then allocates public floating IPs from the provided public network. You shouldn’t need a separate user-data file – the ‘heat stack-create’ command should create a complete set of w

Re: [Project Clearwater] [Clearwater] call problem 200OK

2017-07-31 Thread Robert Day (projectclearwater.org)
Hi Bader, I’ve taken a look at your Wireshark traces and I agree – Bono isn’t receiving the 200 OK. Looking at the difference between the 180 Ringing and the 200 OK, I can see that: · The 180 Ringing goes from 192.168.1.27 to 192.168.1.101 (packet 8896 in trace_all_traffic.pcap) and t

[Project Clearwater] Nidoking release note

2016-09-28 Thread Robert Day (projectclearwater.org)
The release for Project Clearwater sprint "Nidoking" has been cut. The code for this release is tagged as release-107 in github. In this release, we've been focusing on our database infrastructure. We've added some retry logic to our Cassandra

[Project Clearwater] Jigglypuff release note

2016-07-28 Thread Robert Day (projectclearwater.org)
The release for Project Clearwater sprint "Jigglypuff" has been cut. The code for this release is tagged as release-103 in github. In this sprint, we've tested and written up new instructions for using Project Clearwater with P-CSCFs and application servers that only support UDP (http://docs.pr

[Project Clearwater] Glameow release note

2016-06-14 Thread Robert Day (projectclearwater.org)
The release for Project Clearwater sprint "Glameow" has been cut. The code for this release is tagged as release-100 in Github. In this release, we've started to add support for CentOS 7 - the clearwater-infrastructure project is now comp

[Project Clearwater] Farfetch'd release note

2016-06-01 Thread Robert Day (projectclearwater.org)
The release for Project Clearwater sprint "Farfetch'd" has been cut. The code for this release is tagged as release-99 in Github. Project Clearwater supports I-CSCF, but this function isn't available by default - users need to actively enable it on their system. However, an IMS deployment shoul

Re: [Project Clearwater] CW-AIO IPv6 INVITE getting 403 Response

2016-04-21 Thread Robert Day (projectclearwater.org)
cess the request correctly. Hope that helps, Rob -Original Message- From: David Salvador [mailto:djcsalva...@gmail.com] Sent: 21 April 2016 11:12 To: Robert Day (projectclearwater.org) Subject: Re: [Project Clearwater] CW-AIO IPv6 INVITE getting 403 Response Hi Rob, I've trie

Re: [Project Clearwater] Public Hostname

2016-04-21 Thread Robert Day (projectclearwater.org)
clearwater/user_settings and try that? Best, Rob From: asra.baneam...@orange.com [mailto:asra.baneam...@orange.com] Sent: 21 April 2016 09:44 To: Robert Day (projectclearwater.org) Subject: Public Hostname Dear Mr. Day Thanks for your help and interaction. Please find here trace (from Calling/Origin

Re: [Project Clearwater] homestead unable to get authentication vector (authentication failure)

2016-04-21 Thread Robert Day (projectclearwater.org)
applies to Sprout nodes, so it’s not vital.) Best, Rob From: Clearwater [mailto:clearwater-boun...@lists.projectclearwater.org] On Behalf Of Robert Day (projectclearwater.org) Sent: 20 April 2016 22:52 To: masood.tahir...@gmail.com; clearwater@lists.projectclearwater.org Subject: Re: [Project

Re: [Project Clearwater] latest OVF AIO stable?

2016-04-21 Thread Robert Day (projectclearwater.org)
YamlConfigurationLoader.java (line 80) Loading settings from file:/etc/cassandra/cassandra.yaml”, so that sounds odd. Could you give an example of what you’re seeing? Thanks, Rob From: Bud Asterisk [mailto:budaster...@gmail.com] Sent: 21 April 2016 02:05 To: Robert Day (projectclearwater.org) Cc

Re: [Project Clearwater] CW-AIO IPv6 INVITE getting 403 Response

2016-04-20 Thread Robert Day (projectclearwater.org)
ed today), but the change above should get things working on an earlier release. Best, Rob -Original Message- From: David Salvador [mailto:djcsalva...@gmail.com] Sent: 20 April 2016 11:29 To: Robert Day (projectclearwater.org) Subject: Re: [Project Clearwater] CW-AIO IPv6 INVITE getting 403

Re: [Project Clearwater] homestead unable to get authentication vector (authentication failure)

2016-04-20 Thread Robert Day (projectclearwater.org)
] Sent: 19 April 2016 06:38 To: Robert Day (projectclearwater.org) ; clearwater@lists.projectclearwater.org Subject: Re: [Project Clearwater] homestead unable to get authentication vector (authentication failure) Hi Rob, Thanks for your response I have changed the log_level=5 in /etc/Clearwater

Re: [Project Clearwater] CTF Rf interface

2016-04-19 Thread Robert Day (projectclearwater.org)
#L211, where you can just return 200 OK without doing any further processing if Sprout sends an ‘event’ record type. Best, Rob From: Bud Asterisk [mailto:budaster...@gmail.com] Sent: 18 April 2016 21:53 To: Robert Day (projectclearwater.org) Cc: clearwater@lists.projectclearwater.org Subject: Re

Re: [Project Clearwater] Cassandra Problems While Installing Homer and Homestead

2016-04-19 Thread Robert Day (projectclearwater.org)
Mijumbi [mailto:rashidmiju...@gmail.com] Sent: 19 April 2016 00:27 To: Robert Day (projectclearwater.org) mailto:r...@projectclearwater.org>> Subject: Re: [Project Clearwater] Cassandra Problems While Installing Homer and Homestead Hi Rob, Thanks for your response. I run the installation fol

Re: [Project Clearwater] latest OVF AIO stable?

2016-04-19 Thread Robert Day (projectclearwater.org)
d /var/log/cassandra/system.log and the logs from /var/log/clearwater-cluster-manager (ideally from the same time period as these Homestead logs, so 22:00 UTC yesterday)? Thanks, Rob From: Bud Asterisk [mailto:budaster...@gmail.com] Sent: 19 April 2016 00:25 To: Robert Day (projectclearwater.org) Cc:

Re: [Project Clearwater] Manual Installation No longer Working

2016-04-19 Thread Robert Day (projectclearwater.org)
id Mijumbi Sent: 19 April 2016 00:17 To: Robert Day (projectclearwater.org) Subject: Re: [Project Clearwater] Manual Installation No longer Working Hi Rob, Many thanks for looking at the logs. I have run sudo /usr/share/clearwater/infrastructure/scripts/create-ellis-nginx-config and it returns suc

Re: [Project Clearwater] [Clearwater] Sprout routing problem

2016-04-19 Thread Robert Day (projectclearwater.org)
timeout locally. Best, Rob From: Sergey Kolekonov [mailto:skoleko...@mirantis.com] Sent: 19 April 2016 13:46 To: Robert Day (projectclearwater.org) Cc: clearwater@lists.projectclearwater.org Subject: Re: [Project Clearwater] [Clearwater] Sprout routing problem Robert, Adding alias_list helped

Re: [Project Clearwater] CW-AIO IPv6 INVITE getting 403 Response

2016-04-19 Thread Robert Day (projectclearwater.org)
From: David Salvador [mailto:djcsalva...@gmail.com] Sent: 19 April 2016 11:14 To: Robert Day (projectclearwater.org) Subject: Re: [Project Clearwater] CW-AIO IPv6 INVITE getting 403 Response HI Robert, Thanks again for the help. I've tested Linphone on a CW IPv4 Environment that we have, a

Re: [Project Clearwater] making call

2016-04-19 Thread Robert Day (projectclearwater.org)
f so, it may be worth taking trace on the PC where Zoiper is - to see, for example, if it is sending out an ACK, but sending it to the wrong place. Best, Rob From: asra.baneam...@orange.com [mailto:asra.baneam...@orange.com] Sent: 19 April 2016 17:03 To: Robert Day (projectclearwater.org) Subj

Re: [Project Clearwater] error message

2016-04-18 Thread Robert Day (projectclearwater.org)
Hi Asra, This looks like an issue we resolved in a recent release, where the default SIP URIs didn’t include ports and needed an SRV lookup (https://github.com/Metaswitch/sprout/commit/d25f334063e7e344254faa65d0de2eb90fc1399d). If you take the most recent all-in-one node, or the one we’ll relea

Re: [Project Clearwater] [Clearwater] Sprout routing problem

2016-04-18 Thread Robert Day (projectclearwater.org)
To: Robert Day (projectclearwater.org) Cc: clearwater@lists.projectclearwater.org Subject: Re: [Project Clearwater] [Clearwater] Sprout routing problem Hi Robert, Thanks a lot for the fast response. This solved my problem, but I ran into another [0]. Now Sprout can not get subscriber data. The

Re: [Project Clearwater] CW-AIO IPv6 INVITE getting 403 Response

2016-04-18 Thread Robert Day (projectclearwater.org)
better luck. If you continue to see 503 errors, feel free to send the Sprout logs and I'll see if I can spot anything odd. Best, Rob -Original Message- From: David Salvador [mailto:djcsalva...@gmail.com] Sent: 18 April 2016 16:10 To: Robert Day (projectclearwater.org) Subject: Re

Re: [Project Clearwater] help with clearwater installation on different architecture on KVM linux (ubuntu 14.04).

2016-04-18 Thread Robert Day (projectclearwater.org)
g on ARM sounds interesting – let us know how you get on! Best, Rob From: vinita gupta [mailto:gvinit...@gmail.com] Sent: 18 April 2016 19:14 To: Robert Day (projectclearwater.org) Subject: Re: [Project Clearwater] help with clearwater installation on different architecture on KVM linux (ubun

Re: [Project Clearwater] Manual Installation No longer Working

2016-04-18 Thread Robert Day (projectclearwater.org)
Hi Rashid, Chris sent me the Ellis diagnostics you provided, and asked me to take a look. There’s no /etc/nginx/sites-available/ellis file, which is odd – can you try running “sudo /usr/share/clearwater/infrastructure/scripts/create-ellis-nginx-config”? I’m wondering whether the issue here is

Re: [Project Clearwater] CTF Rf interface

2016-04-18 Thread Robert Day (projectclearwater.org)
-Id based on that counter. Hope that helps, Rob From: Bud Asterisk [mailto:budaster...@gmail.com] Sent: 18 April 2016 15:32 To: Robert Day (projectclearwater.org) Cc: clearwater@lists.projectclearwater.org Subject: Re: [Project Clearwater] CTF Rf interface Robert, Thanks! In the ACR you can see

Re: [Project Clearwater] CW-AIO IPv6 INVITE getting 403 Response

2016-04-18 Thread Robert Day (projectclearwater.org)
Hi David, Thanks for raising this! I've reopened https://github.com/Metaswitch/sprout/issues/1029 to cover the hostname problem, but your config change sounds good. On the Bono issue, it's difficult to debug the issue without full logs - for example, you have the log saying "Find flow for tra

Re: [Project Clearwater] Clearwater All in One VM IPV6 Issues

2016-04-18 Thread Robert Day (projectclearwater.org)
Hi David, I've checked an all-in-one IPv6 node for myself, and spotted and raised a couple of issues that might explain why Cassandra is failing: https://github.com/Metaswitch/clearwater-etcd/issues/162 and https://github.com/Metaswitch/clearwater-etcd/issues/287. If you can send across the lo

Re: [Project Clearwater] help with clearwater installation on different architecture on KVM linux (ubuntu 14.04).

2016-04-18 Thread Robert Day (projectclearwater.org)
Hi Vinita, Sorry about the broken links! I’m running a link checker over our docs site now and fixing those up. For your errors when building the all-in-one node, I wonder if the problem is ‘repo=file:/home/vinitag/repo/’. Does the directory /home/vinitag/repo/ exist on the all-in-one node (no

Re: [Project Clearwater] [Clearwater] Sprout routing problem

2016-04-18 Thread Robert Day (projectclearwater.org)
Hi Sergey, From the log you provided, it looks like the REGISTER is being processed by the BGCF (which routes calls outside the deployment), not the S-CSCF (which processes registrations). We fixed an issue recently where the BGCF and S-CSCF were both on port 5054 and so sometimes requests woul

Re: [Project Clearwater] CTF Rf interface

2016-04-18 Thread Robert Day (projectclearwater.org)
Hi Bud, I’ve taken a look at the PCAP trace you’ve sent, and this looks quite normal to me – Ralf sends an Accounting-Request containing billing information, and the CDF sends an Accounting-Answer to acknowledge it. The Accounting-Answer just acknowledges the request (so we don’t need to send a

Re: [Project Clearwater] Cassandra Problems While Installing Homer and Homestead

2016-04-18 Thread Robert Day (projectclearwater.org)
Hi Rashid, Thanks for sending a good set of diagnostics here – they’re very useful! Looking at the ‘monit status’ output you sent, I don’t see an entry for clearwater-cluster-manager. We recently made a change to have clearwater-cluster-manager generate the /etc/cassandra/cassandra.yaml file wi

Re: [Project Clearwater] homestead unable to get authentication vector (authentication failure)

2016-04-18 Thread Robert Day (projectclearwater.org)
Hi Tahir, Thanks for getting in touch! I’ve looked through the log files you’ve sent, but unfortunately they cover different time periods, so it’s not very easy to see what’s happening for any particular request. The Sprout log covers 11:00:02.035 to 11:00:16.292, the Homestead log covers 11:00

Re: [Project Clearwater] latest OVF AIO stable?

2016-04-18 Thread Robert Day (projectclearwater.org)
Hi Bud, It sounds like we’ve got a good handle on what’s going on with the Ellis side of this issue – that if you restart one of Ellis’s backend services (homer/homestead) while it’s running, the Ellis UI doesn’t recover from that failure until you log out and log in again. While we fix that, y

Re: [Clearwater] Terminating iFCs not being applied when ENUM enabled

2015-12-03 Thread Robert Day
Hi Gavin, This is expected behaviour for ENUM according to the specs (TS 24.229 section 5.4.3.2, S-CSCF requests initiated by the served user)– the way it works is: · Originating processing is done, including invoking originating application servers · At the end of originating

Re: [Clearwater] Expired ODI Token

2015-11-30 Thread Robert Day
Hi Gavin, We expire the ODI token when the original transaction completes (as they’re used to keep track of which application servers we’ve already invoked for this request, so they’re not useful after the end of the transaction). Do you see a log saying “Destroying AsChain 0x7fa5d8308700” amon

Re: [Clearwater] bono on two interfaces for public and private network

2015-10-13 Thread Robert Day
Hi Keller, You'll be pleased to know that multiple network support does work - we have a test system running on two separate networks, which we update hourly with the latest Project Clearwater code to help make sure we don't break this function. I agree that our documentation on this topic isn'

Re: [Clearwater] Deploying Clearwater with Haet

2015-10-01 Thread Robert Day
Hi Shay, Good news that your Homestead node is now OK! For your Homer node, do the log files in /var/log/homer contain any errors that help explain why it isn't starting? What happens if you run "sudo service homer restart" manually - does that print any errors? On the Ellis node, the /usr/sh

Re: [Clearwater] [doubt] original sipp against an all_in_one implementation

2015-09-08 Thread Robert Day
2015 18:44 To: Robert Day Cc: Eleanor Merry ; clearwater@lists.projectclearwater.org Subject: Re: [Clearwater] [doubt] original sipp against an all_in_one implementation Hi Robert, In fact I've figured out that it doesn't matter if it's all-in-one or not. I could ran the stre

Re: [Clearwater] [doubt] original sipp against an all_in_one implementation

2015-08-23 Thread Robert Day
Hi Claudio, Our SIPp stress scripts assume that the users have a password of 7kkzTyGW – this is hardcoded at https://github.com/Metaswitch/sprout/blob/master/clearwater-sip-stress.root/usr/share/clearwater/infrastructure/scripts/sip-stress#L13. Our bulk provisioning instructions (https://githu

[Clearwater] King Lear release note

2015-08-05 Thread Robert Day
Hi all, The release for sprint "King Lear" has been cut. The code for this release is tagged as release-78 in Github. The main new feature in this release is the addition of per-function, per-type SIP statistics, meaning you can now query (for example) how many successful incoming INVITE tran

[Clearwater] Jane Eyre release note

2015-07-22 Thread Robert Day
The release for sprint "Jane Eyre" has been cut. The code for this release is tagged as release-77 in Github. The main new feature in this release is the addition of registration and authentication-related statistics, as described at http://clearwater.readthedocs.org/en/latest/Clearwater_SNMP_

Re: [Clearwater] zoiper client number registration fails

2015-07-14 Thread Robert Day
Clearwater From: Shiva Charan [mailto:shivachara...@gmail.com] Sent: 13 July 2015 10:39 To: Robert Day; clearwater@lists.projectclearwater.org Subject: Re: [Clearwater] zoiper client number registration fails Hi Rob, From the mails i saw community, I tried to remove the ralf node from my deployment and

Re: [Clearwater] zoiper client number registration fails

2015-07-08 Thread Robert Day
[mailto:shivachara...@gmail.com] Sent: 08 July 2015 10:50 To: Robert Day Subject: Re: [Clearwater] zoiper client number registration fails Hi Rob, Just to add on, earlier we had a issue with the cluster setting which we changed and it went through. Is there any other changes needed for this issue? Thanks, Shiva

Re: [Clearwater] zoiper client number registration fails

2015-06-30 Thread Robert Day
frequently restarting). Running ‘sudo monit status’ on Homestead should show whether this is the case. Best, Rob -- Rob Day Software Engineer, Project Clearwater From: Shiva Charan [mailto:shivachara...@gmail.com] Sent: 30 June 2015 15:25 To: Robert Day Subject: Re: [Clearwater] zoiper client

Re: [Clearwater] Using external P-CSCF to interwork with clearwater IMSCore

2015-06-30 Thread Robert Day
then take a look and help figure out what’s going on here. Thanks, Rob -- Rob Day Software Engineer, Project Clearwater From: atva angel [mailto:atva_an...@yahoo.com] Sent: 29 June 2015 17:18 To: Robert Day; Clearwater Mail Subject: Re: [Clearwater] Using external P-CSCF to interwork with

Re: [Clearwater] S-CSCF returns 403 Forbidden due to cURL failure with cURL error code 0

2015-06-30 Thread Robert Day
Glad to hear it worked! -- Rob Day Software Engineer, Project Clearwater From: atva angel [mailto:atva_an...@yahoo.com] Sent: 29 June 2015 17:13 To: Robert Day; Clearwater Mail Subject: Re: [Clearwater] S-CSCF returns 403 Forbidden due to cURL failure with cURL error code 0 Thanks Robert, I

Re: [Clearwater] Homer/Homestead "health check" through HTTP

2015-06-26 Thread Robert Day
Hi Juliano, Yes, checking that the 'ping' route returns a 200 OK is the right way to do this - this is how we do it in our own monitoring scripts (https://github.com/Metaswitch/crest/blob/dev/homestead.root/usr/share/clearwater/bin/poll_homestead-prov.sh#L39). I'll look at getting this added to

Re: [Clearwater] Using external P-CSCF to interwork with clearwater IMSCore

2015-06-24 Thread Robert Day
Hi Tam Vo, We’ve never tested against openSBC specifically, but we’ve got no reason to think it wouldn’t work – Sprout and Homestead form an IMS-compliant I-CSCF and S-CSCF, which will work with any compliant P-CSCF, not just Bono. (We have successfully tested against some other P-CSCFs to conf

Re: [Clearwater] S-CSCF returns 403 Forbidden due to cURL failure with cURL error code 0

2015-06-24 Thread Robert Day
Hi Tam Vo, The Authorization header that X-Lite is sending in is: Authorization: Digest username="7107204018", realm="example.com", nonce="7ddf3cfa67ba46bb", uri="sip:example.com", response="612f62e73abddbeec9d82ad5ff7120c7", algorithm=MD5, cnonce="1f0876e3a01bf152f5d20335a797800b", opaque="1d

Re: [Clearwater] Multi VM setup -SIP error 408

2015-06-24 Thread Robert Day
REE DUTH Awasthi [mailto:shreeduth.awas...@gmail.com] Sent: 24 June 2015 09:46 To: Robert Day Cc: clearwater@lists.projectclearwater.org; Ravi Chaudhary; Eleanor Merry Subject: Re: [Clearwater] Multi VM setup -SIP error 408 Hi Rob, We wanted to check the scale out capability of clearwater by increa

Re: [Clearwater] Ellis - cannot create indentities

2015-06-23 Thread Robert Day
Hi Nicola, When Ellis starts up, it creates two Python processes per CPU core, to maximise use of the available resources on the system. (Other Python processes like Homer do the same thing.) In your case, you presumably have two cores, so four Ellis processes are created (ellis, ellis-1, ellis

Re: [Clearwater] ellis UI issue

2015-06-18 Thread Robert Day
Hi Charan, Could you describe your problem in more detail? In particular, what happens when you try to access the Ellis UI? Thanks, Rob -- Rob Day Software Engineer, Project Clearwater From: clearwater-boun...@lists.projectclearwater.org [mailto:clearwater-boun...@lists.projectclearwater.org]

Re: [Clearwater] zoiper client number registration fails

2015-06-18 Thread Robert Day
Hi Shiva, It looks like those logs might have been truncated – they only contain about 30 lines each, but I’d expect more. Could you send the full log files through from Bono, Sprout and Homestead? (Homestead logs will be useful in investigating authentication failures like this, as they’ll con

Re: [Clearwater] No RX interface

2015-06-15 Thread Robert Day
Hi Jan, The Clearwater I-CSCF and S-CSCF (that is, Sprout, Homestead and optionally Ralf for Rf) are capable of supporting a VoLTE to VoLTE call. However: * Bono isn't a fully featured P-CSCF, and so isn't suitable for VoLTE environments (as you note, it has no Rx interface, and also no IM

Re: [Clearwater] Upgrade from Repo

2015-06-15 Thread Robert Day
update -o Dir::Etc::sourcelist="sources.list.d/clearwater.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" && sudo apt-get install clearwater-infrastructure && sudo clearwater-upgrade Best, Rob ____________

Re: [Clearwater] Upgrade from Repo

2015-06-12 Thread Robert Day
iles that were previously downloaded, and runs the normal upgrade command. Best, Rob -- Rob Day Software Engineer, Project Clearwater From: Jan Devai [mailto:jan.de...@gmail.com] Sent: 12 June 2015 14:24 To: Robert Day Cc: clearwater@lists.projectclearwater.org Subject: Re: [Clearwater] Upgrade

Re: [Clearwater] Upgrade from Repo

2015-06-12 Thread Robert Day
Hi Jan, The file sizes in your output look odd (381 bytes and 377 bytes) – the files are larger when I download them: > Get:1 http://repo.cw-ngv.com binary/ Release.gpg [836 B] > Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Could you try running ‘curl -i http://repo.cw-ngv.com/stable

Re: [Clearwater] Issue while making calls to clearwater setup with sipp

2015-06-01 Thread Robert Day
Hi Sudhakoushik, I think the problem might be with the To: line in your REGISTER, which is: To: This means you're constructing a SIP URI based on the IP address rather than on the domain name (sip:6505550247@177.0.100.39 rather than sip:6505550...@example.com), which means it's not recogn

Re: [Clearwater] Separating REGISTER and INVITE in stress tests

2015-05-21 Thread Robert Day
Hi Lianjie, The reason your INVITEs are being rejected with a 403 Forbidden is that the REGISTER is associated with the particular TCP connection used. So your first run, with reg_test.xml, creates a TCP connection, uses it to send a REGISTER, and then closes that TCP connection (ending the reg

[Clearwater] "X-Wing vs. TIE Fighter" release note

2015-02-04 Thread Robert Day
The release for sprint "X-Wing vs. TIE Fighter" has been cut. We haven't introduced much new function this sprint, but we've kicked off some work to improve our fault-tolerance, move our internal storage to a JSON format (which is easier to extend in later versions), and fixed several issues (i

Re: [Clearwater] Errors while initiating a Call

2014-12-30 Thread Robert Day
Hi Urvika, I think you might see this behaviour if your "xdms_hostname" wasn't set (or hadn't been properly picked up in the Sprout command-line arguments) on your Sprout node, which causes the MMTel AS plugin not to be loaded (because it has no server to get call service configuration from, so

Re: [Clearwater] Bono / Sprout communication issue on manual install

2014-12-30 Thread Robert Day
Hi Matthew, Thanks for raising this, and for figuring out that CNAME records cause it! I think there are two issues here - firstly that Clearwater's DNS resolver doesn't support CNAME records, and secondly that if we get a CNAME record, we misclassify it as an record and read a spurious IP

[Clearwater] Proposed spec for SNMP alarms

2014-06-26 Thread Robert Day
Hi all, We're currently thinking about how to add SNMP alarms to Sprout, Homestead and Ralf (but not Bono or Homer at this point), including what conditions are alarmable and how we report them. The spec below represents our current plan. It would be great to hear the community's thoughts on t

[Clearwater] "Another Nine And A Half Weeks" release

2014-02-19 Thread Robert Day
The release for the sprint "Another Nine And A Half Weeks" has now been cut. This release contains the following features and bug fixes: New features: * Basic IPv6 support (see https://github.com/Metaswitch/clearwater-docs/wiki/IPv6 for details) * Trigger SIP NOTIFY messages on registration exp