Re: [Sipp-users] sipp start_rtd and rtp issue!

2009-04-08 Thread ZHOU Gaofeng A
Hi sipp expect:
   can you tell me how to use sipp to simulator the uas which act as as both 
registrar receiving sip endpoint OPTIONS heartbeat message and b2bua call based 
on tcp?

for the following scenarios, probably sip gateway sent out the REGISTER , 
OPTIONS, INVITE message in disorder, I try it based on udp is ok because if 
firstly received the first OPTIONS(recv register timuout jump to recv OPTIONS), 
udp transaction retransmit the OPTIONS , the gap is shorter, at this time, 
match. but based on tcp per dialog, it's nok because if sip gateway only send 
request OPTIONS in tcp stream, the gap for retransmit the OPTIONS is decided by 
tcp layer and the gap is longer.
 


 sip gateway--REGISTER-->sipp 
uas(registrar+b2bua)
 |<200 ok|
 |---OPTIONS->|
 |<-200 ok---|
 
|-INVITE--->|INVITE--->|
 |<100 tring-|
 |<-180 ring-|
 |...|

-Original Message-
From: Charles P Wright [mailto:cpwri...@us.ibm.com] 
Sent: 2008年10月17日 3:01
To: ZHOU Gaofeng A
Cc: sipp-users@lists.sourceforge.net
Subject: Re: [Sipp-users] sipp start_rtd and rtp issue!

Your nop is not terminated with a  (or alternatively ).

Charles




"ZHOU Gaofeng A" 
10/16/2008 05:13 AM

To

cc

Subject
[Sipp-users] sipp start_rtd and rtp  issue!






Hi : 
who can help me?, Now I try to write a xml scenario simulated registrar 
server, but I cannot run it ok with the following error. How can I modify it?
C:\Program Files\SIPp>sipp -d 10 -i 135.251.25.238 -p 5060 -sf 
D:\call-flow\pack\ registrar.xml 
2008-10-16  17:04:52:3341224147892.334594: You have started 
Response Time
 Duration 1, but have never stopped it!. 
C:\Program Files\SIPp> 

registrar.xml: 


 


 







 




 
 



   
 


 
   
 
   

   
 
   
 
  
  
  
   
 
 


Thanks! 
Jack
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge 
Build the coolest Linux based applications with Moblin SDK & win great prizes 
Grand prize is a trip for two to an Open Source event anywhere in the world 
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users



--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] sipp start_rtd and rtp issue!

2009-03-25 Thread ZHOU Gaofeng A
Hi Vanessa and all sipp expert:
 
 
I meet some issues for sipp 3pcc extension mode, could you give me the help and 
the support?  I want to know if the extracted vlaue stored to one varible for 
sip head by regular expression in twin sipp master instance, then by SendCmd  
sending to sipp slave instance, in sipp slave instance, can I load the value 
stored in the varible in some sip message, I had try it, extracted value for 
sip message body(SDP) can be used in sipp slave instance.
 
 
 
I extracted the the caller and callee number from "From" ($5) and "To"($4)  
head by regular expression then send to another 3pcc extension slave SIPp 
instance, then checked the log that has sent to slave, but it cannot replace 
the varible in "INVITE" sip head with extracted value, but the vlaue extracted 
for $1 (SDP) can be used in the "INVITE" message.
 
the following is sipp slave instance log
 
 
--- 2009-03-23 11:11:11:53.455
TCP control message received [210] bytes :
 
Call-ID: 1-2...@135.251.205.87 mailto:1-2...@135.251.205.87> 
From: m
7772
7774
m=audio 5 RTP/AVP 8 101
a=fmtp:101 0-15
a=rtpmap:101 telephone-event/8000
a=sendrecv
a=x-rtp-session-id:31C397D875C040A5A805A758906BDF5C
 

--- 2009-03-23 11:11:11:53.455
UDP message sent (1009 bytes):
 
INVITE sip:+8...@135.251.205.87:42232 SIP/2.0
Via: SIP/2.0/UDP 135.251.25.238:5;branch=z9hG4bK-3084-1-1
From: ;tag=3084-sipp3-1
To: 
Call-ID: 1-2...@135.251.205.87 <mailto:1-2...@135.251.205.87> 
CSeq: 1 INVITE
Contact: 
User-Agent: ALCATE ISAM
Max-Forwards: 68
Accept: application/broadsoft,application/sdp,application/simple-message-summary
Allow: INVITE,BYE,REGISTER,ACK,OPTIONS,CANCEL,SUBSCRIBE,NOTIFY,INFO,REFER,UPDATE
Content-Length:   238
P-Asserted-Identity: 
Request-Disposition: no-fork
Record-Route: 
P-Called-Party-ID: 
Content-Type: application/sdp
 
v=0
o=sipp 53655765 2353687637 IN IP4 135.251.205.87
s=-
c=IN IP4 135.251.205.87
t=0 0
m=audio 5 RTP/AVP 8 101
a=fmtp:101 0-15
a=rtpmap:101 telephone-event/8000
a=sendrecv
a=x-rtp-session-id:31C397D875C040A5A805A758906BDF5C

 
 
the original scenario xml (master)
 

  
  

  
  
  

  
  
  
  

  
   
.
 
 
the original scenario xml (slave)
 

  
   
   
   
  
  

  

  




From: Vanessa Tejada Muñoz [mailto:vat...@gmail.com] 
Sent: 2008年10月16日 20:52
To: ZHOU Gaofeng A
Cc: sipp-users@lists.sourceforge.net
Subject: Re: [Sipp-users] sipp start_rtd and rtp issue!


Only an idea ok?

Why don not you change rtd value? I mean, for example 3 instead of true. 




On Thu, Oct 16, 2008 at 11:13 AM, ZHOU Gaofeng A 
 wrote:


Hi : 
who can help me?, Now I try to write a xml scenario simulated 
registrar server, but I cannot run it ok with the following error. How can I 
modify it?

C:\Program Files\SIPp>sipp -d 10 -i 135.251.25.238 -p 5060 -sf 
D:\call-flow\pack\ 
registrar.xml 
2008-10-16  17:04:52:3341224147892.334594: You have started 
Response Time 
 Duration 1, but have never stopped it!. 

C:\Program Files\SIPp> 


registrar.xml: 



 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
   
 


  
   
   
   
 
   
  
   
  
   
   

   
   
  
 



Thanks! 

Jack 



-
This SF.Net email is sponsored by the Moblin Your Move Developer's 
challenge
Build the coolest Linux based applications with Moblin SDK & win great 
prizes
Grand prize is a trip for two to an Open Source event anywhere in the 
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users






-- 

Vanessa Tejada

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] sipp start_rtd and rtp issue!

2008-10-17 Thread rdmurray
On Fri, 17 Oct 2008 at 10:03, ZHOU Gaofeng A wrote:
> Hi charles:
>I try to replace   with  
> still fail with the following error:
>
> C:\Program Files\SIPp>sipp -d 10 -i 135.251.25.238 -p 5060 -sf 
> D:\call-flow\pack\ registrar.xml
> 2008-10-16  17:04:52:3341224147892.334594: You have started
> Response Time
> Duration 1, but have never stopped it!.

According to the docs the 'rtd' attribute stops the timer.  But your
error message is telling you you started one but didn't stop it.  So look
through your scenario and make sure every 'start_rtd=X' in any stanza
is paired with a corresponding 'rtd=X' in a later stanza.  Or if you
aren't interested in the timing data, just remove those attributes
entirely from your scenario.

--RDM

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] sipp start_rtd and rtp issue!

2008-10-16 Thread ZHOU Gaofeng A
Hi charles:
I try to replace   with  
still fail with the following error:

C:\Program Files\SIPp>sipp -d 10 -i 135.251.25.238 -p 5060 -sf 
D:\call-flow\pack\ registrar.xml 
2008-10-16  17:04:52:3341224147892.334594: You have started 
Response Time
 Duration 1, but have never stopped it!. 

-Original Message-
From: Charles P Wright [mailto:[EMAIL PROTECTED] 
Sent: 2008年10月17日 3:01
To: ZHOU Gaofeng A
Cc: sipp-users@lists.sourceforge.net
Subject: Re: [Sipp-users] sipp start_rtd and rtp issue!

Your nop is not terminated with a  (or alternatively ).

Charles




"ZHOU Gaofeng A" <[EMAIL PROTECTED]>
10/16/2008 05:13 AM

To

cc

Subject
[Sipp-users] sipp start_rtd and rtp  issue!






Hi : 
who can help me?, Now I try to write a xml scenario simulated registrar 
server, but I cannot run it ok with the following error. How can I modify it?
C:\Program Files\SIPp>sipp -d 10 -i 135.251.25.238 -p 5060 -sf 
D:\call-flow\pack\ registrar.xml 
2008-10-16  17:04:52:3341224147892.334594: You have started 
Response Time
 Duration 1, but have never stopped it!. 
C:\Program Files\SIPp> 

registrar.xml: 


 


 







 




 
 



   
 


 
   
 
   

   
 
   
 
  
  
  
   
 
 


Thanks! 
Jack
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge 
Build the coolest Linux based applications with Moblin SDK & win great prizes 
Grand prize is a trip for two to an Open Source event anywhere in the world 
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] sipp start_rtd and rtp issue!

2008-10-16 Thread ZHOU Gaofeng A
Hi Vanessa :
I try to with start_rtd and rtp =3, it still fail, Do you have any idea?



From: Vanessa Tejada Muñoz [mailto:[EMAIL PROTECTED] 
Sent: 2008年10月16日 20:52
To: ZHOU Gaofeng A
Cc: sipp-users@lists.sourceforge.net
Subject: Re: [Sipp-users] sipp start_rtd and rtp issue!


Only an idea ok?

Why don not you change rtd value? I mean, for example 3 instead of true. 




On Thu, Oct 16, 2008 at 11:13 AM, ZHOU Gaofeng A <[EMAIL PROTECTED]> wrote:


Hi : 
who can help me?, Now I try to write a xml scenario simulated 
registrar server, but I cannot run it ok with the following error. How can I 
modify it?

C:\Program Files\SIPp>sipp -d 10 -i 135.251.25.238 -p 5060 -sf 
D:\call-flow\pack\ 
registrar.xml 
2008-10-16  17:04:52:3341224147892.334594: You have started 
Response Time 
 Duration 1, but have never stopped it!. 

C:\Program Files\SIPp> 


registrar.xml: 



 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
   
 


  
   
   
   
 
   
  
   
  
   
   

   
   
  
 



Thanks! 

Jack 



-
This SF.Net email is sponsored by the Moblin Your Move Developer's 
challenge
Build the coolest Linux based applications with Moblin SDK & win great 
prizes
Grand prize is a trip for two to an Open Source event anywhere in the 
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users






-- 

Vanessa Tejada

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] sipp start_rtd and rtp issue!

2008-10-16 Thread Charles P Wright
Your nop is not terminated with a  (or alternatively ).

Charles




"ZHOU Gaofeng A" <[EMAIL PROTECTED]> 
10/16/2008 05:13 AM

To

cc

Subject
[Sipp-users] sipp start_rtd and rtp  issue!






Hi : 
who can help me?, Now I try to write a xml scenario simulated 
registrar server, but I cannot run it ok with the following error. How can 
I modify it?
C:\Program Files\SIPp>sipp -d 10 -i 135.251.25.238 -p 5060 -sf 
D:\call-flow\pack\ 
registrar.xml 
2008-10-16  17:04:52:3341224147892.334594: You have started 
Response Time 
 Duration 1, but have never stopped it!. 
C:\Program Files\SIPp> 

registrar.xml: 


 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
   
 


  
   
 
   
 
   
 
   
 
   
   
   
   
 
 


Thanks! 
Jack 
-
This SF.Net email is sponsored by the Moblin Your Move Developer's 
challenge
Build the coolest Linux based applications with Moblin SDK & win great 
prizes
Grand prize is a trip for two to an Open Source event anywhere in the 
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] sipp start_rtd and rtp issue!

2008-10-16 Thread Vanessa Tejada Muñoz
Only an idea ok?

Why don not you change rtd value? I mean, for example 3 instead of true.



On Thu, Oct 16, 2008 at 11:13 AM, ZHOU Gaofeng A <
[EMAIL PROTECTED]> wrote:

>  Hi :
> who can help me?, Now I try to write a xml scenario simulated registrar
> server, but I cannot run it ok with the following error. How can I modify
> it?
>
> C:\Program Files\SIPp>sipp -d 10 -i 135.251.25.238 -p 5060 -sf
> D:\call-flow\pack\
> registrar.xml
> 2008-10-16  17:04:52:3341224147892.334594: You have started
> Response Time
>  Duration 1, but have never stopped it!.
>
> C:\Program Files\SIPp>
>
> registrar.xml:
>
>
> 
> 
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> 
> 
>   
> 
> check_it="true" assign_to="4"/>
> check_it="true" assign_to="5"/>
>  
>   
>
>   
> 
>   
>
>   
>
>   
>   
>
>   
>   
>
> 
>
>
> Thanks!
>
> Jack
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
>


-- 

Vanessa Tejada
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


[Sipp-users] sipp start_rtd and rtp issue!

2008-10-16 Thread ZHOU Gaofeng A
Hi :
who can help me?, Now I try to write a xml scenario simulated
registrar server, but I cannot run it ok with the following error. How
can I modify it?

C:\Program Files\SIPp>sipp -d 10 -i 135.251.25.238 -p 5060 -sf
D:\call-flow\pack\
registrar.xml
2008-10-16  17:04:52:3341224147892.334594: You have started
Response Time
 Duration 1, but have never stopped it!.

C:\Program Files\SIPp> 


registrar.xml:


























  

   
   
 
  
   
  

  
  
  
  
  
  

  
  
  




Thanks!

Jack
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users