SIPP之invite(播放语音流)---------ZED-3

上一篇 / 下一篇  2013-07-25 20:25:50 / 个人分类:SIP

    版权信息: 可以任意转载, 转载时请务必以超链接形式标明文章原文出处, 即下面的声明.
(K;NGKo$[9Rnq0原文链接:http://www.51testing.com/?uid-360490-action-viewspace-itemid-849584
y#bqX-Je0
8FPrP%^9^rgYZ0    经过多天的努力,用脚本呼叫eyebeem电话,在电话端终于听到录制的语音包了,费话不多说,描述环境:
192.168.0.20是一个有注册认证的SIP服务器,服务器端口为5060;
192.168.0.101是我在windows安装的cygwin软件后测试机器;
branchc1.xml 中的50000 呼叫 eyebeem号码50010
sipp版本: SIPp v3.2-TLS-PCAP, version unknown, built Jul 17 2013, 21:50:11

{!Z1y5p%u_'q5ak8m~0user.csv脚本:51Testing软件测试网1aKr)eWK-A]
SEQUENTIAL51Testing软件测试网}z3@a`G8w/_
50000;50010;[authentication username=50000 password=50000]
51Testing软件测试网x0{M^'j_$J
51Testing软件测试网e d t7eDfIo4~
流程如下:
o1_1]kp0                              
2j |/]!M G7Mr T'u-E0    REGISTER ----------> SIP_server     51Testing软件测试网#hf)lR`4\}
         401 <---------- SIP_server       51Testing软件测试网{5SUi:N IA%]3u
    REGISTER ----------> SIP_server        
!dG"JIMQs?0         200 <---------- SIP_server        51Testing软件测试网$it5k'[e
      INVITE ----------> SIP_server       51Testing软件测试网?mD1g(cF*Z~m
         407 <---------- SIP_server       51Testing软件测试网aK$Z1}3o@y\P
         ACK ----------> SIP_server       
^ B;J}]Vc,k2C3R0      INVITE ----------> SIP_server -- INVITE--------->50010(eyebeem)     51Testing软件测试网f.x Mmx1m.e
         100 <---------- SIP_server---100 <---------- 50010(eyebeem)  51Testing软件测试网 B6fn!LoRv
         180 <---------- SIP_server---180 <---------- 50010(eyebeem)    51Testing软件测试网ER"C$k)Oy3WR&\ XW
         200 <---------- SIP_server---200 <---------- 50010(eyebeem)
[:x Jh/v,bQ \+OQ0         ACK ----------> SIP_server---ACK ---------->50010(eyebeem) 
;L+U*h1t/kF6z5B5x#qux0       -----------RTP语音流(wireshark抓的语音包G711u.pcap)-----------
/[GB`j0RMy0       Pause [    50.0s]      51Testing软件测试网 yO%O Y"^M
         BYE ---------->       
+[H`,p1|_!t0         200 <----------       
I3ku']}R;T"t2n0
n-~c ttxx0脚本如下:51Testing软件测试网3F#uGyN L-b%st&z
<?xml version="1.0" encoding="ISO-8859-1" ?>
`0I2D}`W g0<!DOCTYPE scenario SYSTEM "sipp.dtd">
&a C*hO_hOqYf5L0
p;V+\7E*V6rC0<!-- This program is free software; you can redistribute it and/or  -->
R`\4a8CHu0kz0<!-- modify it under the terms of the GNU General Public License as -->51Testing软件测试网;Y W{p%ON)s7c
<!-- published by the Free Software Foundation; either version 2 of the-->51Testing软件测试网qh:R"v2yR5y"Ak
<!-- License, or (at your option) any later version.            -->51Testing软件测试网"O9h,dBN*N^F
<!--                                                            -->
6?w'fR}VhC0<!-- This program is distributed in the hope that it will be useful, -->51Testing软件测试网 tsH!P,A0Z(Kr u
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->51Testing软件测试网mG3d0]'~;g i
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
O"v2L1W@{0<!-- GNU General Public License for more details.                -->51Testing软件测试网+O0Ca"pz/ElL
<!--                                                            -->51Testing软件测试网O;|lF0un [ x
<!-- You should have received a copy of the GNU General Public License-->51Testing软件测试网 @D0O\x,d%{
<!-- along with this program; if not, write to the              -->
R?Av Za8r0<!-- Free Software Foundation, Inc.,                            -->51Testing软件测试网J%k KcT&rAH
<!-- 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA     -->51Testing软件测试网m7e Fut#WT
<!--                                                           -->51Testing软件测试网;K8ksT(yH$M
<!--                 Sipp default 'branchc' scenario.          -->51Testing软件测试网 @K-N5Pz!c't
<!--                                                           -->
]6b vS&X7F0<!-- 首先发送SIP注册消息,Register。里面的From与To是注册的号码  -->51Testing软件测试网RT&t'q"l gw:H
<scenario name="branch_client">51Testing软件测试网Q`E4s!iJ;LH-J u
  <send retrans="500">51Testing软件测试网Pd6_%bE
    <![CDATA[51Testing软件测试网"n@Z+N&L4Mc J
 51Testing软件测试网G B5Zn.A%Z2L
      REGISTER sip:[remote_ip] SIP/2.0
'G E}*@|"|Q Z?0      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
|$\}Po RH0      From: [field0] <sip:[field0]@[local_ip]:[local_port]>;tag=[call_number];rport
w)uN_Q(Zl P&w5`*C:g0      To: [field0] <sip:[field0]@[remote_ip]:[remote_port]>51Testing软件测试网&}pZ!Z!R;LAK#l
      Call-ID: [call_id]51Testing软件测试网H8oS*|%IQ6|$k
      CSeq: 1 REGISTER
V~P(yIe e }0      Contact: sip:[field0]@[local_ip]:[local_port]51Testing软件测试网S(a$iu?"j q4r Tm
      Content-Length: 0
*l,F:c0q8c&M0      Expires: 300
~1k w6PL-R0    ]]>
.U"VrW{&c_I0  </send>51Testing软件测试网,Yl^%QH"p9_6j
51Testing软件测试网R K%dTZ.X'U
  <recv response="100" ptional="true">51Testing软件测试网$lr0B(t[ l h2H
  </recv>51Testing软件测试网^,_k;`a0O(O&j
51Testing软件测试网)VAbW"OZ
  <!--  SIPp会收到来自AST要求验证的401 消息体,Recv意思为Receive,接收到来自AST的401要求验证的消息,Next为如果收到401,那么转至Label为1的地方进行操作 -->51Testing软件测试网vtt.y%c
  <recv response="401" auth="true" next="1">51Testing软件测试网\ F'uF7n
  </recv>51Testing软件测试网&RPM+\0a o(l

:gU8Tq*\2Mk^Y7A0  <!--  send invite with authentication messages -->
aQ#H*y0\CM%nF0  <!--  开始发送Register消息,里面将把验证的密码消息发送给对方,在消息体里面是抓不到密码消息的,而且已经被md5方式加密过。-->51Testing软件测试网;LDo6F5n D
51Testing软件测试网&x OQ x&[
  <label id="1"/>
b\Ck X y0  <send retrans="500">51Testing软件测试网%t&L-G*BMM
    <![CDATA[51Testing软件测试网X%iX!cX%S
 51Testing软件测试网:S yBCXQ
      REGISTER sip:[field0]@[remote_ip]:[remote_port] SIP/2.051Testing软件测试网*h4kn:p)Qz
      Via: SIP/2.0/[transport] [local_ip]:[local_port]
?&@7Xx#U0      From: [field0] <sip:[field0]@[local_ip]:[local_port]>;tag=[call_number];rport51Testing软件测试网AE.v/Jh,W:yu
      To: [field0] <sip:[field0]@[remote_ip]:[remote_port]>51Testing软件测试网o6w+FkD-P1m BC!J
      Call-ID: [call_id]51Testing软件测试网1hqD w*x\3u!Bl
      CSeq: 2 REGISTER
h'yG~E.H;H9UA0      Contact: sip:[field0]@[local_ip]:[local_port]
+} F ?/i;F@6jt0      [field2]51Testing软件测试网 ]z$z%S _
      Content-Length: [len]
$o~k9C I)^9R0      Expires: 360051Testing软件测试网O1`U{B9Uv4e)M
    ]]>51Testing软件测试网 a8KbXOsh-[9w
  </send>51Testing软件测试网 \j:f,ER
51Testing软件测试网/E8kx n/`/{"e
  <recv response="100" ptional="true">
3}h5WRN"{3MU!R6K_k0  </recv>51Testing软件测试网 G o;P ndvi][

F#uDU2Zly0gj`.L.b0  <!--   收到来自AST的200 ACK消息后,系统转至等待1000ms,或者可以直接去掉该设置 -->51Testing软件测试网$Es_t&uX d{4~x
51Testing软件测试网 dhk1n7L*G c,{
  <recv response="200"  next="2">
C.eqc9KU0  </recv>
Pg ly!r051Testing软件测试网 vU BC/n,x$w
  <label id="2"/>
#U![bz'm k)cjj0  <pause milliseconds="1000"/>
*^J}H#w ^BLE|0 
MI.S ShD0 51Testing软件测试网+hy cm(qQM
  <send retrans="500">
RAK'Gq'e0    <![CDATA[51Testing软件测试网G1Z @M;X8FhH)q+Y
51Testing软件测试网 i;F0_K B/^Ab,a:[
      INVITE sip:[field1]@[remote_ip]:[remote_port] SIP/2.0
[fE/BP t q9N p0      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]51Testing软件测试网9~X1M c'}1Dm4j
      From: [field0] <sip:[field0]@[local_ip]:[local_port]>;tag=[call_number]
2R"|2jq0h:F0      To: [field1] <sip:[field1]@[remote_ip]:[remote_port]>
:uR3g*[ l0      Call-ID: [call_id]
8v(P"G w`B0      CSeq: 1 INVITE51Testing软件测试网#~ ZNoQ]1]5B
      Contact: sip:[field0]@[local_ip]:[local_port]51Testing软件测试网%m[|c3Oz/Yn _
      Max-Forwards: 7051Testing软件测试网 iy_|jm'utkUY h
      Subject: Performance Test51Testing软件测试网0[&Z)HU5o
      Content-Type: application/sdp51Testing软件测试网 n,l%yY(z3o~0jk
      Content-Length: [len]51Testing软件测试网bB#E`8N!u;k:}%H/gE

&Y6y4bDL]FS0       v=051Testing软件测试网 Y/c }i*Hx!s.V0fV
      o=[local_ip] 53655765 2353687637 IN IP[local_ip_type] [local_ip]51Testing软件测试网LP*l\w
      s=-51Testing软件测试网.xy6fEk#E
      c=IN IP[local_ip_type] [local_ip]51Testing软件测试网8QPl J7L/j
      t=0 051Testing软件测试网GQ[eeE \%w
      m=audio [auto_media_port] RTP/AVP 8 0 101
{$~LTCZ0      a=rtpmap:8 PCMA/800051Testing软件测试网|%z*t~p!?(c ]f2c
      a=rtpmap:0 PCMU/8000
;kDq/fbw8sw0      a=rtpmap:101 telephone-event/800051Testing软件测试网woM-W;Yp
      a=fmtp:101 0-16
?8l!Q?A'b~psD0      a=recvonly51Testing软件测试网^R WfrA:K(tZ)nw
    ]]>
(vcbu b-L;[0  </send>51Testing软件测试网#m{G'g Y_yIJ
51Testing软件测试网Mx+x#}5_ \3c
  <recv response="407" auth="true">51Testing软件测试网n E2T| sA9qJl
  </recv>
&P ht-dP-QK051Testing软件测试网$w)Z0Gc9}dz+}0ZM
  <!-- By adding rrs="true" (Record Route Sets), the route sets    -->51Testing软件测试网5c"P tt?Qy2E
  <!-- are saved and used for following messages sent. Useful to test-->
)qyuM ^LQ0  <!-- against stateful SIP proxies/B2BUAs.                     -->51Testing软件测试网$p'[-r}3T
  <!-- Packet lost can be simulated in any send/recv message by  -->
U k4k.r%[0  <!-- by adding the 'lost = "10"'. Value can be [1-100] percent.-->51Testing软件测试网8o+@di-@3W[*K'z'D
  <send>51Testing软件测试网+Diq!c1E!n,l
    <![CDATA[
^&]D#E M4fzl051Testing软件测试网o)MHO$M(t?
      ACK sip:[field1]@[remote_ip]:[remote_port] SIP/2.051Testing软件测试网.s\*P'nI4gZ l-y
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
/YS }iB;v0      From: [field0] <sip:[field0]@[local_ip]:[local_port]>;tag=[call_number]51Testing软件测试网Px%DnUSx;p T
      To: [field1] <sip:[field1]@[remote_ip]:[remote_port]>[peer_tag_param]51Testing软件测试网miC^1KtG
      Call-ID: [call_id]51Testing软件测试网#y]:_ w;C!v)E4r
      CSeq: 1 ACK
$z&p/q3gK0      Contact: sip:[field0]@[local_ip]:[local_port]51Testing软件测试网,Ox [HJ2^8W Z
      Max-Forwards: 70
\;k)Z:YO Jhp#P0      Subject: Performance Test
/q J4t/vBy&k)OH0      Content-Length: 0
1dvO:Al0    ]]>
'O2M(c(E:g0  </send>
I2i#Z TXf)q$G051Testing软件测试网cm5{ D*zD
  <send retrans="500">
yWoA \[.n%j0    <![CDATA[
i4mo R;l,o nh?_2U0
9e]z Tuh:i0      INVITE sip:[field1]@[remote_ip]:[remote_port] SIP/2.0
B!y:d#J-M!?)~7o wD0      Via: SIP/2.0/[transport] [local_ip]:[local_port]
$p u-o5X,ik0      From: [field0] <sip:[field0]@[local_ip]:[local_port]>;tag=[call_number]51Testing软件测试网6m'\jq1bZ#h
      To: [field1] <sip:[field1]@[remote_ip]:[remote_port]>51Testing软件测试网Z+y,UGJ&hU,v;\SLU
      Call-ID: [call_id]51Testing软件测试网.DL `G^^7G d
      CSeq: 2 INVITE
Oy}"^ pe0      Contact: sip:[field0]@[local_ip]:[local_port]51Testing软件测试网Sr5r;HY3M fn
      [field2]51Testing软件测试网dDI7Eps(R
      Max-Forwards: 70
]jAC F*G yU6]aHc0      Subject: Performance Test
^^:C pz-Pr k6r$t `0      Content-Type: application/sdp
3U Z1Q X AH RK\0      Content-Length: [len]
w Lm`"T3w/I,Z&m0
'Xl H\9pKM0       v=051Testing软件测试网A^~ N(Y+I_
      o=[local_ip] 53655765 2353687637 IN IP[local_ip_type] [local_ip]51Testing软件测试网SD4kks o
      s=-51Testing软件测试网K8t-twA1au_
      c=IN IP[local_ip_type] [local_ip]
t9W,kj`7\0      t=0 0
[4x;xr&I0      m=audio [auto_media_port] RTP/AVP 8 0 10151Testing软件测试网.~D/Yl$hp
      a=rtpmap:8 PCMA/8000
"s g4E$X ] ENYOI0      a=rtpmap:0 PCMU/8000
3^K2Al]S8}:H M Q0      a=rtpmap:101 telephone-event/8000
RBD/nF#Kqb0      a=fmtp:101 0-1651Testing软件测试网%`gz%? P+M#U`fP
      a=recvonly51Testing软件测试网+M;Ze NJ9| r-L:{
    ]]>
p }w$|4X i av0  </send>51Testing软件测试网&X@D,~:HZY*]ebD{

.EuM0aJai0  <recv response="100" ptional="true">
r4vaA L ?N0  </recv>
s!B }!vhg r[T\ pe0
S4R/f@if(poB!o0  <recv response="183" ptional="true">51Testing软件测试网Ycl]f&b e,{n
  </recv>
,Z#x}Hx$q0Q051Testing软件测试网tFz(c,GV1yJ
  <recv response="180" ptional="true">
;pe/}x ~0  </recv>
`Y z^7@8ex0
.{)sJrCum0  <recv response="200" rtd="true">51Testing软件测试网N"jRfy s;y!h
  </recv>
xj-^'|5Q1}CH!`^051Testing软件测试网xg-aKl fHO
  <!-- Packet lost can be simulated in any send/recv message by -->51Testing软件测试网 i k}8TM0B
  <!-- by adding the 'lost = "10"'. Value can be [1-100] percent. -->51Testing软件测试网`!b,nh1Q
  <send>
$Vv(N? c$B;j#M0    <![CDATA[51Testing软件测试网*j~:aP#Ix!v8P

WO7e Ir0      ACK sip:[field1]@[remote_ip]:[remote_port] SIP/2.0
.j4n,tc(A Td2l/Y0      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
/iu Aj&\0      From: [field0] <sip:[field0]@[local_ip]:[local_port]>;tag=[call_number]51Testing软件测试网'i@ W"M#s;`
      To: [field1] <sip:[field1]@[remote_ip]:[remote_port]>[peer_tag_param]
'mV~?5Ewq s:h0      Call-ID: [call_id]51Testing软件测试网Z*k IB"D:`:R9KiKe
      CSeq: 2 ACK
&RNUc;]%O*`G0      Contact: sip:[field0]@[local_ip]:[local_port]51Testing软件测试网XR?d&g9NH G9IqT
      Max-Forwards: 7051Testing软件测试网.`h6v'EwEwX9@
      Subject: Performance Test51Testing软件测试网-|!Z)k jGXZ
      Content-Length: 0
(fsQ [~0    ]]>
"N-Y'i l2Qj(Z9B0  </send>51Testing软件测试网On#C1xF6Bb"\
51Testing软件测试网8`"n3Gr7B4g
  <!-- Play a pre-recorded PCAP file (RTP stream)           -->51Testing软件测试网 Z"~yVWMY
  <nop>51Testing软件测试网2XM#b^u!{
    <action>51Testing软件测试网uW tQ~~(Z,n1f.|
      <exec play_pcap_audio="pcap/G711u.pcap"/>51Testing软件测试网)Z!TQ(E i)}
    </action>51Testing软件测试网H,TT6R"d+Mu(Fsy
  </nop>51Testing软件测试网hcw n)p#q

"B5iNi-x0
L+GZ Fe0  <!-- Pause 8 seconds, which is approximately the duration of the-->51Testing软件测试网r'tU-emJD ^
  <!-- PCAP file                                            -->51Testing软件测试网,Z4\*nq'r)[
  <pause milliseconds="50000"/>
+g&e#O,U7n\-Yet.u051Testing软件测试网l3Ggj$[6e
 51Testing软件测试网j z l3i$X9DKI5]
  <!-- The 'crlf' option inserts a blank line in the statistics report.-->51Testing软件测试网M0?w"r,iC3J
  <send retrans="500">
+Iz1X N I@S0    <![CDATA[51Testing软件测试网(M%X9UL5W`4k9E%q
51Testing软件测试网,d3~ ig)|Z?
      BYE sip:[field1]@[remote_ip]:[remote_port] SIP/2.051Testing软件测试网Npvc5l3IG+L
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]51Testing软件测试网.B2I5z&W { u
      From: [field0] <sip:[field0]@[local_ip]:[local_port]>;tag=[call_number]
-n3F3L#C7Z&E-GB#g0      To: [field1] <sip:[field1]@[remote_ip]:[remote_port]>[peer_tag_param]
uo oMLgOR {:J0      Call-ID: [call_id]51Testing软件测试网i5}2f;x#z6`\:R
      CSeq: 2 BYE
8T6ZyW1yME Q;m0      Contact: sip:[field0]@[local_ip]:[local_port]51Testing软件测试网K'E U3c)O*`9_.T
      Max-Forwards: 70
PJ I T/]9CR|/M0      Subject: Performance Test51Testing软件测试网 ^}k8X.c&x{iH
      Content-Length: 051Testing软件测试网Tl!KV:l)b3p%N
    ]]>51Testing软件测试网m#BuN&{EQq@`
  </send>51Testing软件测试网&Ta_5z&zz@
51Testing软件测试网X k5UN r`Ei
  <recv response="200" crlf="true">51Testing软件测试网mYT'Sf o Y|
  </recv>
)L?hz3w0
dK y|Gk/YU0 <pause milliseconds="5000"/>51Testing软件测试网&B(E Y$HM&K

"w@ ji0p3gL,{0
.a(v*P(P`fc,]|R0  <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>51Testing软件测试网'E+wV"ex.d-q T&pq

gy6[b-{,o] |0  <!-- definition of the call length repartition table (unit is ms)     -->
y(^&PH']3{0
ca2W9N3Y0  <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
3nde0\y)T3z0</scenario>51Testing软件测试网/b)K1~J'H6L7p0`
51Testing软件测试网yJ'C/c0SU
     
(R Yg1pC5O0执行结果如下:
{!h1^8?5G051Testing软件测试网*o8N,Q \J
$ sipp -r 1 -i 192.168.0.102 -l 1 -sf branchc1.xml -inf user.csv 192.168.0.20
`0l&ADft0prepare_pcap.c: Ignoring non UDP packet!51Testing软件测试网n zJ1gP!F
In pcap pcap/G711u.pcap, npkts 378951Testing软件测试网5A6N4K4n%b2K4G9n
max pkt length 18051Testing软件测试网 YC*b.{8j}
base port 10546
m0w2RUB M,z0Warning: open file limit > FD_SETSIZE; limiting max.
/M8Q|0P!d&r,W W0# of open files to FD_SETSIZE = 6451Testing软件测试网g T&_{(_TULS
       Resolving remote host '192.168.0.20'... Done.51Testing软件测试网s0f/F P%}iT'D`
----------------------- Scenario Screen -------- [1-9]: Change Screen --51Testing软件测试网V_&b#_$p}
  Call-rate(length)   Port   Total-time  Total-calls  Remote-host
P6R8L.qH1F5Z0   1.0(0 ms)/1.000s   5060     144.66 s            3  192.168.0.20:5060(UDP)
+|m6q1GB#C\051Testing软件测试网0Q_%Z o7w jg
  0 new calls during 21.408 s period     1 ms scheduler resolution51Testing软件测试网uU;bwY+l+c {
  1 calls (limit 1)                      Peak was 1 calls, after 1 s51Testing软件测试网Y7O#L$X K/yT0dY
  0 Running, 0 Paused, 0 Woken up51Testing软件测试网cS/[8mw
  0 dead call msg (discarded)            1 out-of-call msg (discarded)51Testing软件测试网 I'WsXw L
  3 open sockets51Testing软件测试网`@8J Vn!u6D J
  7809 Total RTP pckts sent              0.000 last period RTP rate (kB/s)
jbfzv0
p0e&VO T `*\0                                 Messages  Retrans   Timeout   Unexpected-Msg51Testing软件测试网CB)j:p^9O-Q!Q
    REGISTER ---------->         3         0         051Testing软件测试网[0x)[9Q-MG
         100 <----------         0         0         0         051Testing软件测试网(m9_L.ck!\
         401 <----------         3         0         0         0
[[,_/Y4Uj L(t.T,|0    REGISTER ---------->         3         0         0
W6[BdjN F0         100 <----------         0         0         0         0
RV0`h,W7oc0         200 <----------         3         0         0         0
8hB;E'x(jg0       Pause [   1000ms]         3                             051Testing软件测试网z|\!H'j|/?!j
      INVITE ---------->         3         0         051Testing软件测试网c7dl~&u;D M
         407 <----------         3         0         0         051Testing软件测试网P~%b.B s,Y,u
         ACK ---------->         3         051Testing软件测试网5d!i.PZY
      INVITE ---------->         3         0         0
Y?p\+W"L0         100 <----------         3         0         0         051Testing软件测试网2M$j0ns$]g
         183 <----------         0         0         0         051Testing软件测试网3R Pb+gQ$Zm8I
         180 <----------         3         0         0         0
]/s.[M(IQB0         200 <----------  E-RTD1 3         0         0         051Testing软件测试网 Iy_(~Gr9q2m
         ACK ---------->         3         0
Rd9q-T HFo#]k"p&M0              [ NOP ]51Testing软件测试网;n~YG!m{7S-W H
       Pause [    50.0s]         3                             051Testing软件测试网MvTmM/C^6L6{
         BYE ---------->         2         0         0
;T$rh9R\:a\0         200 <----------         2         0         0         0
6Q0Aqa7m:z0
1B%?N"Jm"F,?8vg0       Pause [   5000ms]         2                             051Testing软件测试网)x3?^,]A}U
--------------------------- Test Terminated -----------------
SWHm6agQ\051Testing软件测试网_v9SSeQ g

(^0oW Q.@0------------- Statistics Screen ------- [1-9]: Change Screen--
3h/t \ly0       Start Time             | 2013-07-25   20:20:35:856    1374754835.85624351Testing软件测试网 Sg1pC,Q)S6{dq)g-C
  Last Reset Time        | 2013-07-25   20:22:39:148    1374754959.148399
^U0| b^a7xJ"}~0      Current Time           | 2013-07-25   20:23:00:557    1374754980.55711751Testing软件测试网U z+S8k$x
-------------------------+---------------------------+--------
E&Na UX u+D W0          Counter Name           | Periodic value            |     Cumulative value51Testing软件测试网)o;Iy"FW+}#I5U-n#k l'A
-------------------------+---------------------------+---------51Testing软件测试网q8B'rE:o(W:s} G
          Elapsed Time           | 00:00:21:408              | 00:02:24:70051Testing软件测试网Wo!K,XeyJA
             Call Rate              |    0.000 cps              |    0.021 cps51Testing软件测试网+^'nJ9yFu7_S;ZhE
-------------------------+---------------------------+-------
p/k TmQJR{0  Incoming call created  |        0                  |        0
7nA(k0Ye4Xx9@0  OutGoing call created  |        0                  |        351Testing软件测试网3ZX(@fQ4|"|
     Total Call created     |                           |        351Testing软件测试网Bq4i?"L%r(X&M*T
            Current Call           |        1                  |
\*B.iUbp ?N ?{0-------------------------+---------------------------+----------
N)J9m;]._$f$X'Vj@0         Successful call        |        0                  |        251Testing软件测试网-}0bZ7s!Z
             Failed call            |        0                  |        0
-QGEn/K6h5X0-------------------------+---------------------------+---------
4Q!aJ$|!j J"U0        Response Time 1        | 00:00:00:000              | 00:00:03:33651Testing软件测试网 E0r+xD AC
            Call Length            | 00:00:05:113              | 00:00:40:77051Testing软件测试网W2W AYnM
------------------------------ Test Terminated ----------------51Testing软件测试网6l`uDE0K n
51Testing软件测试网&` Dl#aWP%l OA
51Testing软件测试网uUJ$Q8\B}
51Testing软件测试网w8w/hbb N,f~(j ~J
以后再尝试视频包是否能在EYEBEE中播放视频与音频,到时候成功了再把脚本贴出来啊!
m9ymA"u051Testing软件测试网gA ]*`(D
好了,下面是广告时间:51Testing软件测试网kBmYb
测试SIP协议的同志们可以加入群: 323827101,共同探讨哦!
群共享里可能会有你需要的资料!
51Testing软件测试网B [6}l+\R[ v

F8Cw x2Ad!L i6r_t&w051Testing软件测试网_7[@&mh-I/cD+jU

TAG: invite 语音包 sipp SIPP

测试之路 引用 删除 luoriver   /   2013-08-10 16:46:14
开始怀疑软件的问题了,不是配置的问题!uas配置基本无误,INVIT信令也已经收到,但显示没有收到INVITE消息。
测试之路 引用 删除 luoriver   /   2013-08-02 12:32:58
有没有关于uas 认证的文档呢,uas无法配置了!
测试之路 引用 删除 luoriver   /   2013-07-30 12:10:31
后来我看了看,视频脚本与音频脚本差不多,在这里面改下并注明就可以了。

  <nop>
    <action>
      <exec play_pcap_audio="pcap/G711u.pcap"/>
    </action>
  </nop>
里面的"audio"改成“video",并将语音包名称改成视频包名称就可以了。
Good Luck!!
测试之路 引用 删除 luoriver   /   2013-07-29 13:59:33
视频终于在可视话机中播放出来了!成功啦!有时间我把教程发出来!
测试之路 引用 删除 luoriver   /   2013-07-27 18:56:49
视频流在可视话机中没有播放,是什么原因呢?哪位有搞过SIPP的啊求指导,MY QQ:402007353。
测试之路 引用 删除 luoriver   /   2013-07-26 16:39:56
不要钱啊,我还是搞开源的东东吧!
引用 删除 lin39320028   /   2013-07-26 10:45:10
哥们,sipP使用不方便,试试kylinPET性能工具,官网:www.kylinpet.com
引用 删除 lin39320028   /   2013-07-26 10:44:45
1
 

评分:0

我来说两句

luoriver

luoriver

北漂一族,80后,计算机专业,从事SIP相关软件测试3年,热爱生活,崇尚运动。 爱看WWE、公开课。爱钻“牛角尖”,这就是我:luorivr!!!!!

日历

« 2024-05-05  
   1234
567891011
12131415161718
19202122232425
262728293031 

数据统计

  • 访问量: 346056
  • 日志数: 96
  • 图片数: 1
  • 建立时间: 2012-12-27
  • 更新时间: 2014-05-03

RSS订阅

Open Toolbar