I do it like this: freeswitch:bgapi(Fnode, originate, "user/agentname" ++ " &eavesdrop(" ++ UUID ++ ")") But user/agentname can be any FS dialstring (SIP/... or whatever). It dials the endpoint and then the b leg is the eavesdrop() call. Andrew