Loopback question
orzdk opened this issue · 2 comments
orzdk commented
I understand that if a LOOPBCK pipe is used, no more pipes in the slot is run (illustrated by the red dashed object), but how about the "original" route, will that still be fullfilled? Consider this example, a channel voice filtered loopback to virtual0in has been added to jack0in.
Question is, will channel voice reach virtual0in and the unfiltered message still reach cable0out, or will only channel voice reach virtual0in ?
Thanks for clarification : )
BR
TheKikGen commented
LoopBck copies the incoming packet but will not drop the original packet. So msg will reach cableOut.
orzdk commented
Thanks ! : )