From cf25e04bad163a09aeaa7830cb23d0850f904b1b Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 28 Nov 2014 18:46:54 +0100 Subject: sendxmpp logger for incoming calls --- scripts/test-xmpp.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 scripts/test-xmpp.php (limited to 'scripts/test-xmpp.php') diff --git a/scripts/test-xmpp.php b/scripts/test-xmpp.php new file mode 100644 index 0000000..b59d9f1 --- /dev/null +++ b/scripts/test-xmpp.php @@ -0,0 +1,17 @@ +type = 'i'; +$call->from = '03411234567'; +//$call->fromName = 'Foo Bar'; +$call->fromLocation = 'Leipzig'; +$call->to = '12345'; +$call->start = strtotime('2013-08-03 20:11'); +$call->end = strtotime('2013-08-03 20:12'); +$l->log('startingCall', array('call' => $call)); + +?> -- cgit v1.2.3