Hi,

In the example you have provided you are sending a NOTIFY message from the UAS 
to UAC. In UAC side do we have to receive the NOTIFY request? If so can you 
please send me the UAC side xml file also?

Also can you send us the required header field for BYE packet specific to SIPp?

TIA,
Praveen Raj Swaminathan
________________________________
From: Evgeny Miloslavsky [mailto:emiloslav...@juniper.net]
Sent: Monday, August 24, 2009 1:36 PM
To: Todd Clark; sipp-users@lists.sourceforge.net
Subject: Re: [Sipp-users] not able to send BYE from UAS

At SIP protocol, UAC and UAS roles are logical only and its role is relevant 
during current transaction (e.g request-response).
UAC is an entity sending the request and UAS is one responsing request 
received. For example: in terms of real telephony, both callee and caller are 
able to hang up the call (that is BYE request sent).
Since SIPp behaves according to XML scenarion you're have enough flexibility to 
send requests and response from each side.  See example attached...

Regards,
Evgeny Miloslavsky
Systest Engineer
Juniper Networks Solutions Israel LTD.
Office: 972-9-9717320/2355
________________________________
From: Todd Clark [mailto:tfert...@gmail.com]
Sent: Monday, August 24, 2009 9:45 AM
To: sipp-users@lists.sourceforge.net
Subject: Re: [Sipp-users] not able to send BYE from UAS

Hi,

I have never got this straight in my head regarding SIPp UAC and UAS instances.

 *   Can one send SIP requests from SIPp running in UAS mode (e.g. BYE, INVITE, 
PRACK etc)?

 *   Can one receive SIPp requests to SIPp running in UAC mode ?

 *   If so, why are there UAC and UAS SIPp modes anyway?

Any comments would be greatly appreciated.

Todd


On Sun, Aug 23, 2009 at 7:21 AM, Evgeny Miloslavsky 
<emiloslav...@juniper.net<mailto:emiloslav...@juniper.net>> wrote:

As far as I can see there is no empty line between <![CDATA[ and BYE 
sip:[fiel...@[remote_ip]:[remote_port] [transport] SIP/2.0 and there is no emty 
line between Max-Forwards: 70 and ]]>





Regards,

Evgeny Miloslavsky

Systest Engineer

Juniper Networks Solutions Israel LTD.

Office: 972-9-9717320/2355



-----Original Message-----
From: Praveen Raj Swaminathan 
[mailto:praveenraj_...@infosys.com<mailto:praveenraj_...@infosys.com>]
Sent: Friday, August 21, 2009 11:58 AM
To: sipp-users@lists.sourceforge.net<mailto:sipp-users@lists.sourceforge.net>
Subject: [Sipp-users] not able to send BYE from UAS





Hi all,

   We are able to send a BYE request from the UAC (sender) side. But if we are 
trying to send a BYE request from the UAS (receiver) side we are receiving 400 
Bad request.

This is the BYE message we are sending from the UAS side to the UAC side.





<!-- BYE message from UAS-->

<send retrans="5000">

<![CDATA[

BYE sip:[fiel...@[remote_ip]:[remote_port] [transport] SIP/2.0

CSeq: 4 BYE

Via: SIP/2.0/[transport] [local_ip]:[local_port];rport;branch=[branch]

Record-Route: 
<sip:m...@pcscf.domain:4060;lr>,<sip:m...@scscf.domain:6060;lr>,<sip:m...@scscf.domain:6060;lr>,<sip:m...@pcscf.domain:4060;lr>

From: [field0] <sip:[fiel...@[field2]>;tag=[call_number]

To: [field3] <sip:[fiel...@[field2]>[peer_tag_param]

CSeq: 4 BYE

Call-ID: [call_id]

Content-Length: 0

Max-Forwards: 70

]]>

</send>



Thanks & Regards,

Praveen Raj Swaminathan



------------------------------------------------------------------------------

Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day

trial. Simplify your report design, integration and deployment - and focus on

what you do best, core application coding. Discover what's new with

Crystal Reports now.  http://p.sf.net/sfu/bobj-july

_______________________________________________

Sipp-users mailing list

Sipp-users@lists.sourceforge.net<mailto:Sipp-users@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/sipp-users

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net<mailto:Sipp-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/sipp-users

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to