From 8e42bcadf70dffd3e6cdf52c5582ce7fd0dce868 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 2 Aug 2012 07:39:00 +0200 Subject: add incoming/outgoing type to calls --- src/callnotifier/CallMonitor/Call.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/callnotifier/CallMonitor/Call.php') diff --git a/src/callnotifier/CallMonitor/Call.php b/src/callnotifier/CallMonitor/Call.php index 3ebd251..0f16ead 100644 --- a/src/callnotifier/CallMonitor/Call.php +++ b/src/callnotifier/CallMonitor/Call.php @@ -3,6 +3,17 @@ namespace callnotifier; class CallMonitor_Call { + const INCOMING = 'i'; + const OUTGOING = 'o'; + + /** + * Type of call: "i"ncoming or "o"utgoing + * + * @var string + */ + public $type; + + /** * Telephone number of caller * -- cgit v1.2.3