> Can Tasker recognize when my outgoing call is connected,
You can't recognize a connected call, so all options will involve
listening
for a connected call and stopping a loop I think.
Use a widget to set a variable %CALLING and make the first call. When
you get event Phone Idle (for after call is disconnected) while
%CALLING is set, wait a couple of seconds and try again. Press a
different widget to stop the loop when you get connected (by clearing
%CALLING). Or if you're optimistic, use the same widget with a toggle
variable.
Pent