Home
last modified time | relevance | path

Searched refs:sipp (Results 1 – 25 of 104) sorted by relevance

12345

/dports/benchmarks/sipp/sipp-3.5.1/
H A DMakefile.in135 include/rtpstream.hpp src/sipp.cpp include/sipp.hpp
146 src/sipp-comp.$(OBJEXT) src/sipp-call.$(OBJEXT) \
147 src/sipp-deadcall.$(OBJEXT) src/sipp-infile.$(OBJEXT) \
149 src/sipp-md5.$(OBJEXT) src/sipp-message.$(OBJEXT) \
156 src/sipp-stat.$(OBJEXT) src/sipp-strings.$(OBJEXT) \
157 src/sipp-task.$(OBJEXT) src/sipp-time.$(OBJEXT) \
956 src/sipp-sipp.$(OBJEXT): src/$(am__dirstamp) \
1757 src/sipp-sipp.o: src/sipp.cpp
1759 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/sipp-sipp.Tpo src/$(DEPDIR)/sipp-sipp.Po
1764 src/sipp-sipp.obj: src/sipp.cpp
[all …]
H A DMakefile.am3 bin_PROGRAMS = sipp program
18 $(srcdir)/sipp.dtd \
125 src/sipp.cpp \
126 include/sipp.hpp
134 src/sipp.cpp: include/version.h
171 man_MANS = sipp.1
174 sipp.1: ./sipp $(sipp_SOURCES)
177 ./sipp
179 sipp.1:
H A D.gitignore22 sipp
23 sipp.1
24 sipp-*.tar.gz
H A DREADME.md1 <a href="https://travis-ci.org/SIPp/sipp">
3 src="https://api.travis-ci.org/SIPp/sipp.svg"/>
30 [webpage](http://sipp.sourceforge.net/) for details and documentation.
49 list](https://lists.sourceforge.net/lists/listinfo/sipp-users).
54 * Download zip, `autoreconf -vif`, copy sipp.1, copy include/version.h.
/dports/net/pjsip/pjproject-2.11.1/tests/pjsua/
H A Dmod_sipp.py165 def wait_sipp(sipp): argument
168 sipp.wait()
170 return sipp.returncode
173 print "Waiting SIPp (PID=" + str(sipp) + ") to exit.."
178 [pid_, ret_code] = os.waitpid(sipp, 0)
179 if sipp == pid_:
196 def exec_pjsua_expects(t, sipp): argument
265 sipp = start_sipp()
266 if not sipp:
269 ua_err_st = exec_pjsua_expects(t, sipp)
[all …]
/dports/net/sems/sems-f89581a/apps/examples/di_log/
H A DReadme.di_log65 sipp command:
67 sipp -sf sippuac.xml -i 127.0.0.1 \
70 sipp -sf sippuac.xml -i 127.0.0.1 \
73 sipp -sf sippuac.xml -i 127.0.0.1 \
83 <!DOCTYPE scenario SYSTEM "sipp.dtd">
111 From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number]
115 Contact: sip:sipp@[local_ip]:[local_port]
155 From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number]
159 Contact: sip:sipp@[local_ip]:[local_port]
177 From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number]
[all …]
/dports/benchmarks/sipp/sipp-3.5.1/regress/
H A Dfunctions12 # Allow SIPP=/path/to/sipp to override autodetection. Please use an
17 # We traverse upwards in the directory until we find the sipp
20 while ! test -x "$tmp/sipp"; do
24 test -x "$tmp/sipp" || exit 1
25 SIPP="$tmp/sipp"
30 sipp() {
40 sipp -nostdin "$@" >$temp 2>&1 </dev/null &
47 echo "sipp $@: startup failure, got $ret:" >&2
/dports/net/kamailio/kamailio-5.4.5/src/modules/presence_conference/test_framework/
H A Ddereg.sh35 echo deregistering sipp...
36 register $LOCAL_IP sipp 0 &> /dev/null
46 subscribe $event "application\/conference-info+xml" conference $LOCAL_IP 0 sipp &> /dev/null
51 killall sipp &> /dev/null
H A Dscen.sh34 echo registering sipp...
35 register $LOCAL_IP sipp &> /dev/null
45 subscribe $event "application\/conference-info+xml" conference $LOCAL_IP 3600 sipp &> /dev/null
60 killall sipp &> /dev/null
/dports/net/sems/sems-f89581a/doc/sipp/
H A DREADME1 SEMS sipp Basic Test Configuration
15 $ sipp -sf uas.xml -i 127.0.0.1 -p 5052
21 $ sipp -sf uac.xml -m 1 127.0.0.1:5050
23 After basic test works, modify sems and sipp configuration according to
/dports/net/liblinphone/linphone-3.12.0/tester/
H A DMakefile.am15 SIPP_FILES = sipp/call_invite_200ok_without_contact_header.xml \
16 sipp/call_with_multiple_audio_mline_in_sdp.xml \
17 sipp/call_with_video_mline_before_audio_in_sdp.xml\
18 sipp/call_with_audio_mline_before_video_in_sdp.xml \
19 sipp/call_with_multiple_video_mline_in_sdp.xml \
20 sipp/sip_update_within_icoming_reinvite_with_no_sdp.xml
101 sippdir = $(datadir)/liblinphone_tester/sipp directory
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsclient/
H A Dsustained_parents.c117 sinoparent *sip,**sipp; in sparents_cleanup() local
120 sipp = sparents_hash + hash; in sparents_cleanup()
121 while ((sip=*sipp)!=NULL) { in sparents_cleanup()
123 *sipp = sip->next; in sparents_cleanup()
126 sipp = &(sip->next); in sparents_cleanup()
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfsclient/
H A Dsustained_parents.c117 sinoparent *sip,**sipp; in sparents_cleanup() local
120 sipp = sparents_hash + hash; in sparents_cleanup()
121 while ((sip=*sipp)!=NULL) { in sparents_cleanup()
123 *sipp = sip->next; in sparents_cleanup()
126 sipp = &(sip->next); in sparents_cleanup()
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfsclient/
H A Dsustained_parents.c117 sinoparent *sip,**sipp; in sparents_cleanup() local
120 sipp = sparents_hash + hash; in sparents_cleanup()
121 while ((sip=*sipp)!=NULL) { in sparents_cleanup()
123 *sipp = sip->next; in sparents_cleanup()
126 sipp = &(sip->next); in sparents_cleanup()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfsclient/
H A Dsustained_parents.c117 sinoparent *sip,**sipp; in sparents_cleanup() local
120 sipp = sparents_hash + hash; in sparents_cleanup()
121 while ((sip=*sipp)!=NULL) { in sparents_cleanup()
123 *sipp = sip->next; in sparents_cleanup()
126 sipp = &(sip->next); in sparents_cleanup()
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfsclient/
H A Dsustained_parents.c117 sinoparent *sip,**sipp; in sparents_cleanup() local
120 sipp = sparents_hash + hash; in sparents_cleanup()
121 while ((sip=*sipp)!=NULL) { in sparents_cleanup()
123 *sipp = sip->next; in sparents_cleanup()
126 sipp = &(sip->next); in sparents_cleanup()
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfsclient/
H A Dsustained_parents.c117 sinoparent *sip,**sipp; in sparents_cleanup() local
120 sipp = sparents_hash + hash; in sparents_cleanup()
121 while ((sip=*sipp)!=NULL) { in sparents_cleanup()
123 *sipp = sip->next; in sparents_cleanup()
126 sipp = &(sip->next); in sparents_cleanup()
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfsclient/
H A Dsustained_parents.c117 sinoparent *sip,**sipp; in sparents_cleanup() local
120 sipp = sparents_hash + hash; in sparents_cleanup()
121 while ((sip=*sipp)!=NULL) { in sparents_cleanup()
123 *sipp = sip->next; in sparents_cleanup()
126 sipp = &(sip->next); in sparents_cleanup()
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfsclient/
H A Dsustained_parents.c117 sinoparent *sip,**sipp; in sparents_cleanup() local
120 sipp = sparents_hash + hash; in sparents_cleanup()
121 while ((sip=*sipp)!=NULL) { in sparents_cleanup()
123 *sipp = sip->next; in sparents_cleanup()
126 sipp = &(sip->next); in sparents_cleanup()
/dports/net/kamailio/kamailio-5.4.5/src/modules/presence_conference/test_framework/functions/
H A Dnotify.sh4 sipp -sf xml/notify.xml $ADDITIONAL_PARAMETERS -m 8 -bg
6 echo sipp notify went wrong!!
H A Dregister.sh15 sipp $ADDITIONAL_PARAMETERS -sf $tmpfile "$1" -m 1 $OUTPUT
18 echo sipp went wrong while registering
H A Dpublish.sh18 sipp $ADDITIONAL_PARAMETERS -p 5260 -mp 5262 -sf $tmpfile $host -m 1 $OUTPUT
20 echo sipp publish went wrong!!
H A Dsubscribe.sh20 sipp $ADDITIONAL_PARAMETERS -sf $tmpfile $host -m 1 $OUTPUT
22 echo sipp subscribe went wrong!!
/dports/net/sems/sems-f89581a/apps/examples/call_gen/
H A DReadme.callgen40 why not sipp for load gen?
42 sipp, which is obviously the sip stress test tool to use, is of course much
45 there are some issues with sipp though: DTMF output with sipp pcapplay can
/dports/net/kamailio/kamailio-5.4.5/src/modules/presence_conference/test_framework/presence_tests/
H A Dpresence_subscribe_suite.sh10 if [[ ! `which sipp` ]]; then
32 killall -9 sipp &> /dev/null

12345