summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/mod_call.py
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/test-pjsua/mod_call.py')
-rw-r--r--pjsip-apps/src/test-pjsua/mod_call.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip-apps/src/test-pjsua/mod_call.py b/pjsip-apps/src/test-pjsua/mod_call.py
index ff41593f..03023418 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 @@ cfg_file = imp.load_source("cfg_file", sys.argv[2])
# Test body function
-def test_func(t):
+def test_func(t, user_data):
callee = t.process[0]
caller = t.process[1]