Added new callback for module: post_func (called at the end of the test), added userdata param for modules, and added new module media_playrec with some scripts

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2029 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip-apps/src/test-pjsua/mod_call.py b/pjsip-apps/src/test-pjsua/mod_call.py
index ff41593..0302341 100644
--- a/pjsip-apps/src/test-pjsua/mod_call.py
+++ b/pjsip-apps/src/test-pjsua/mod_call.py
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
 import time
 import imp
 import sys
@@ -9,7 +9,7 @@
 
 
 # Test body function
-def test_func(t):
+def test_func(t, user_data):
 	callee = t.process[0]
 	caller = t.process[1]