Dial command with multiple targets

I’m looking for a variable that can tell me which number ‘won’ the call on a multi-target Dial command.

Example:

Dial(SIP/1000&SIP/1001&SIP/1002,30)

Set(the_unlucky_winner=${…})

Typically I would want to call a macro M() from the Dial command flags with the hint/address of the party that won the dial (the first party to answer as args to the macro)

I’m not getting anything from the ${DIALEDPEERx} variables. Sounds like these vars are broken but I don’t know if this is what I should be using.

Ancient version 1.2.14 deployed at this site. All clients are SIP

Thanks anyone

BRIDTGEPEER will give it once connected.

DIALEDPEERNAME may be useful.

What is available is in voip-info.org/wiki/view/Aste … iable+List