background the notify-send process
[auerswald-callnotifier.git] / src / callnotifier / Logger / CallNotifySend.php
index 652a7dbb1266a73ad4e606c0302892ff7d01a2ce..477a253e281f6765eb2927f1a19adf5e5b1024c3 100644 (file)
@@ -59,6 +59,7 @@ class Logger_CallNotifySend extends Logger_CallBase
             . ' -c callmonitor'
             . ' ' . escapeshellarg($title)
             . ' ' . escapeshellarg($msg)
+            . ' > /dev/null 2>&1 &'
         );
     }
 }