I've a flow that is executed when i go outside a "known cids area".
I realized that sometimes the flow is executed even if I don't move from the known area (I'm sure I've included all the CIDs for that area).
Analyzing the log I think I've found the problem: maybe the phone simply disconnects from gsm network for fraction of a second.
I have attached the portion of the log, at the end of that trigger.
Code: Select all
psc=-1,last_lac=36053,last_cid=27044319,connected=false,flow_name=PHONE CELL GSM DISCONNECTED,triggertime=1392623951335,last_psc=-1,cid=0,lac=36053}}
Maybe the problem is that there is not a "time threshold" to be set in that trigger (for example, the trigger should be activated only if the phone disconnects from a given cid for more than 1 second...)