Search results

  1. M

    Prometheus SIP metrics details

    Hi again, before closing this thread, I'd like to ask about the metrics again, since I don't know if the attached jpeg makes sense. We have 2 twins server with exactly the same config, however as you can see in the graphic, it seems that in one the sip_stats is a counter and in the other a...
  2. M

    Prometheus SIP metrics details

    Although both servers had the same setenv.sh, we have added LANG=en_US.UTF-8 in this file anf finally works. Thanks a lot for your support.
  3. M

    Prometheus SIP metrics details

    More info. If we check the enviroment for the process we see the /LANG=es even when locale is en_US ¿?¿? /proc/255364# cat environ...
  4. M

    Prometheus SIP metrics details

    Thanks, I've sent the report. I didn't find any difference in the config, BR Mario
  5. M

    Prometheus SIP metrics details

    Hi again. we finally set locale to en_US, but it's really strange, since we have 2 servers, and after setting it , it just works in one server: Server 1 (working fine) locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8"...
  6. M

    Prometheus SIP metrics details

    Actually the locale is: locale LANG=es_ES.UTF-8 LANGUAGE= LC_CTYPE="es_ES.UTF-8" LC_NUMERIC="es_ES.UTF-8" LC_TIME="es_ES.UTF-8" LC_COLLATE="es_ES.UTF-8" LC_MONETARY="es_ES.UTF-8" LC_MESSAGES="es_ES.UTF-8" LC_PAPER="es_ES.UTF-8" LC_NAME="es_ES.UTF-8" LC_ADDRESS="es_ES.UTF-8"...
  7. M

    Prometheus SIP metrics details

    Hi again max. We have integrated it, but we've found a problem. To be exact, prometheus waits float metrics with point, but no with comma. We can see some correct metrics but other no, like theses: network_stats{param="global_bandwidth_in"} 0,000 network_stats{param="global_bandwidth_out"}...
  8. M

    Prometheus SIP metrics details

    Hi, we are integrating our WCS with Prometheus. I've been searching for the detail of the metrics , I mean, if the values are gauges, counters, etc, but I didn't found toomuch info. Most of all we are interested in SIP calls monitoring , and I see these values: -----Call Stats-----...
  9. M

    letsencrypt iOS certificate failing wss

    Thanks Max, we have made it work again changing the certificate but still using letsencrypt. Now we use the full chain and it seems that if fixed the issue
  10. M

    letsencrypt iOS certificate failing wss

    Hi all, it seems that something has changed with letsencrypt last night. Our apps that use Flashphoner on iOS has stopped working and we have many customers complaints. We have renewed the SSL certifcate succesfully but the iOS app still fails. To be exact we have this error message: Websocket...
  11. M

    Android SDK WebsocketNotConnectedException

    Hi, Sorry, one more question. Are you going to fix it in 1.0.1.* versions? Thanks
  12. M

    Android SDK WebsocketNotConnectedException

    Hi! Thanks for your effort. Do we need to do something? How can we can handle the exception? Does it calls onDisconnection callback every time the connection gets down?
  13. M

    Android SDK WebsocketNotConnectedException

    Session.connect() it is not in the stack trace of Would be usefull to try/catch it? In this class (WebSocketChannelClient.java:120) there is a disconnect() method: that ends calling execute method via Looper: And there is where is called send() method from WebSocketClient. Following it...
  14. M

    Android SDK WebsocketNotConnectedException

    No it is not related and there is not an example code to reproduce because it is happening only in 0.1% of our users.
  15. M

    Android SDK WebsocketNotConnectedException

    Hi, Same failure here. We have tried the createSessions try/catch approach but we have still the same crash in some of our users. If this is a connectivity error we want also to show a message and retry later. Is there any other actions we can do in order to be crash free?
  16. M

    Fatal Exception: java.lang.NullPointerException

    Yes, we do Flashphoner.init(this) at the very start of the activity that use wcs, and then without user intervention we do the rest of the things. init() uses an Activity as argument. Can we call init() with one activity (MainActivity) as parameter and then do the rest of things in other activity?
  17. M

    Fatal Exception: java.lang.NullPointerException

    We are not able to reproduce the issue in a small example :( Question: Is it possible that sometimes Flashphoner.init(this) ends later than session = Flashphoner.createSession(new SessionOptions(endpoint)); session.connect(connection); because Flashphoner.init() runs a thread without a...
  18. M

    Fatal Exception: java.lang.NullPointerException

    No example. Our production code.We use 1.0.1.77 and we have crashes with Android 7.0 Galaxy S6 edge or Android 7.1.2 M6 Note As we can't reproduce it (only 1% of our clients have it) we wanted to know if you have any idea why this behaviour could appear Thanks
Top