Call triggers fails on multiple calls

vanikcz

New member
Hi there,
maybe I missed something but please consider a scenario:

I have four macros that are doing HTTP GET with [call_number] variable on triggers:
-incoming call
-outgoing call
-call answered
-hang up

I have waiting calls enabled on my operator, so if I'm talking with someone else and another person calls me, I have it in missed calls.

Now, the problem is following:

- number 1 calls me
- trigger for incoming call is fired with [call_number]=1
- I answer the call
- trigger for active call is fired with [call_number]=1
- number 2 calls me
- trigger for incoming call is fired with [call_number]=2
- trigger for active call is fired with [call_number]=2 (that is not true, so I believe it should not be fired)
- number 2 hung up, but hang up trigger is not fired but it should
- call with number 1 is done, so it was hung up
- trigger for hang up is fired but with [call_number]=2, which is wrong, because I hung up call with number 1

Switch off the waiting calls is not option for me, even if it may instantly help. Can I obtain some support with that?

Best regards
Jan
 

Endercraft

Moderator (& bug finder :D)
MacroDroidDev said:
Please use report a bug in troubleshooting for direct interaction with me. It will send me all the diagnostics I will need to start trying to work out what is going on.
 
Top