Menu

Detect phone looping server-side

Maxxer
2015-08-24
2015-08-24
  • Maxxer

    Maxxer - 2015-08-24

    Sometimes I get calls by customers their phone is very hot or battery running out very quick. 99% of the times this happens because the phone is looping, and a resync/remove will solve.
    Is there any way to detect does issues server-side, maybe in logs or with z-push-top/admin?

    thanks

     
  • gkeen

    gkeen - 2015-08-24

    What does it say in the z-push log about the looping?
    you could grep the file for the word loop and make it mail a grep log every hour or so.
    I got this in my crontab, maybe it will help you, it fixes states and clearsloops once a day.

    0 5 * * php /var/push/app/admin.php -a fixstates
    1 5 *
    * php /var/push/app/admin.php -a clearloop

     

Log in to post a comment.