If the initial dial tone times out, e.g. here: https://github.com/asterisk/asterisk/blob/master/channels/sig_analog.c#L2254 then instead of just disconnecting to reorder, if the "t" extension exists in the channel's context, then execute that extension.
This would allow for implementation of several telephony behaviors, including:
You must be