outgoing calls on AGW engine?
[spider.git] / perl / ExtMsg.pm
index de0c0bcaf4640b5e8b962702510e20fc8632fa45..c4522146defe2b09443003f1fe6bd64704915976 100644 (file)
@@ -312,7 +312,7 @@ sub _dochat
                        }
                        if ($line =~ /\Q$expect/i) {
                                dbg('connect', "got: \"$expect\" sending: \"$send\"");
-                               $conn->send_later($send);
+                               $conn->send_later("D$conn->{call}|$send");
                                delete $conn->{msg}; # get rid any input if a match
                                return;
                        }