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/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/callnotifier/Log.php') diff --git a/src/callnotifier/Log.php b/src/callnotifier/Log.php index 8a6b79a..d2ee0c8 100644 --- a/src/callnotifier/Log.php +++ b/src/callnotifier/Log.php @@ -13,7 +13,7 @@ class Log protected $logger = array( 'msgData' => array(), 'edss1msg' => array(), - 'incomingCall' => array(), + 'startingCall' => array(), 'finishedCall' => array(), ); -- cgit v1.2.3