This is the problem: I have to establish Sip
session, then my
client sends HTTP POST to change his servce profile (this issue is solved
automatically) and then
SERVER sends him UPDATE request with new profile and there lies the problem. 
How to
do that if SIPp
does not alowe sending and receiveing request in one scenario? If I break that 
in two
scenarios, how
to run them simultaneously with the same TCP connection? Thanks for help

CLIENT                                      SERVER

INVITE---------------------------------------->
100<-------------------------------------------
180<-------------------------------------------
183<-------------------------------------------
PRACK----------------------------------------->
200 OK(PRACK)<---------------------------------
UPDATE---------------------------------------->
200 OK(UPDATE)<--------------------------------
200 OK(INVITE)<--------------------------------
ACK------------------------------------------->
UPDATE---------------------------------------->
200 OK(UPDATE)<--------------------------------
ACK------------------------------------------->
----------------HTTP POST--------------------->
UPDATE<----------------------------------------
200 OK(UPDATE)-------------------------------->
UPDATE<----------------------------------------
200 OK(UPDATE)<--------------------------------

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to