Florian Overkamp wrote: > You can create a workaround by using chan_local: > > Exten = 1,1,Dial(Local/2 at default/n&Local/3 at default) > > Exten = 2,1,Do thread 1 > > Exten = 3,1,Do thread 2 But only one of those is going to "answer" and be bridged to the original channel, right?