summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-pres/200_publish.py
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/test-pjsua/scripts-pres/200_publish.py')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-pres/200_publish.py35
1 files changed, 0 insertions, 35 deletions
diff --git a/pjsip-apps/src/test-pjsua/scripts-pres/200_publish.py b/pjsip-apps/src/test-pjsua/scripts-pres/200_publish.py
deleted file mode 100644
index 50308a58..00000000
--- a/pjsip-apps/src/test-pjsua/scripts-pres/200_publish.py
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id$
-#
-from inc_cfg import *
-
-# Basic registration
-test_param = TestParam(
- "Presence with PUBLISH",
- [
- InstanceParam( "ua1",
- "--null-audio"+
- " --id=\"<sip:test1@pjsip.org>\""+
- " --registrar=sip:sip.pjsip.org" +
- " --username=test1" +
- " --password=test1" +
- " --realm=*" +
- " --proxy=\"sip:sip.pjsip.org;lr\"" +
- " --publish",
- uri="<sip:test1@pjsip.org>",
- have_reg=True,
- have_publish=True),
- InstanceParam( "ua2",
- "--null-audio"+
- " --id=\"<sip:test2@pjsip.org>\""+
- " --registrar=sip:sip.pjsip.org" +
- " --username=test2" +
- " --password=test2" +
- " --realm=*" +
- " --proxy=\"sip:sip.pjsip.org;lr\"" +
- " --publish",
- uri="<sip:test2@pjsip.org>",
- have_reg=True,
- have_publish=True),
- ]
- )
-