From owner-freebsd-questions@FreeBSD.ORG Tue Jun 1 04:25:14 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05462106564A for ; Tue, 1 Jun 2010 04:25:14 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 35CA48FC1B for ; Tue, 1 Jun 2010 04:25:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id D9D533A3C00 for ; Tue, 1 Jun 2010 11:25:11 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1275366311; x=1277180711; bh=NjJe1lXLA qfgj40e3H9OYx/ARQmFQ+/iCS9MXQsb/T0=; b=gfAM1Hs3dD6d7GW25zzJGxE40 gCU6DKJn1ARclY4/ajU7huNTOjwpDtSbWwGI7a8O/Gko9hIpH72xdacDJTrKnwx0 pExa2uMkc/ylE2O+tGnDK6E1ydZeWquu1NGnoryM3s4Yp8b1iqv3Ui0KpQXPLcCr qBc8xQ2s2Z8u7RnFuU= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id fQRWo1eY7wS5 for ; Tue, 1 Jun 2010 11:25:11 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 7F6EF3A38FB for ; Tue, 1 Jun 2010 11:25:11 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id o514PAN1025009; Tue, 1 Jun 2010 11:25:10 +0700 (ICT) (envelope-from on) Date: Tue, 1 Jun 2010 11:25:10 +0700 (ICT) Message-Id: <201006010425.o514PAN1025009@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org Subject: Sending alarms to my mobile phone X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2010 04:25:14 -0000 Hi, I would like my FreeBSD server to send alarms to my mobile phone, it could be voice messages or SMS. I think I can hook a voice modem to that machine, but any suggestion on the software side? TIA, Olivier