From 0fa0cb98aa18b997c80afba70475ac8fa149204f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 14 Jul 2012 19:30:19 +0200 Subject: initial debugging --- callnotifier.php | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 callnotifier.php (limited to 'callnotifier.php') diff --git a/callnotifier.php b/callnotifier.php new file mode 100644 index 0000000..605b773 --- /dev/null +++ b/callnotifier.php @@ -0,0 +1,85 @@ +#!/usr/bin/env php +CDPN[41], + var_dump($details); + $regex = '#CGPN\\[([^\\]]+)\\]->CDPN\\[([^\\]]+)\\]#'; + if (preg_match($regex, $details, $matches)) { + var_dump('a call!', $matches); + } +} + +?> \ No newline at end of file -- cgit v1.2.3