aboutsummaryrefslogtreecommitdiff
path: root/src/callnotifier/Log.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-08-02 07:39:00 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-08-02 07:39:00 +0200
commit8e42bcadf70dffd3e6cdf52c5582ce7fd0dce868 (patch)
tree8d7b85a2c99477eb369c7ec0bd8072be2089055c /src/callnotifier/Log.php
parent0ecfe5252028e1d2da82bc1ebe48307df288a611 (diff)
downloadauerswald-callnotifier-8e42bcadf70dffd3e6cdf52c5582ce7fd0dce868.tar.gz
auerswald-callnotifier-8e42bcadf70dffd3e6cdf52c5582ce7fd0dce868.zip
add incoming/outgoing type to calls
Diffstat (limited to 'src/callnotifier/Log.php')
-rw-r--r--src/callnotifier/Log.php2
1 files changed, 1 insertions, 1 deletions
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(),
);