mobile_push: handle CANCEL properly

sayer/1.4-spce2.6
Stefan Sayer 14 years ago
parent c2f72bec46
commit 1057989d11

@ -185,4 +185,9 @@ transition "timer hit" WAITING - timer(#id==1) / {
stop(false);
} -> END;
transition "CANCEL received" WAITING - hangup / {
subscription.remove($r.handle);
stop(false);
} -> END;
state END;
Loading…
Cancel
Save