Hi,

I want to simulate a PSTN gateway with SIPp. Therefore I need a scenario 
like the following:

-------------> INVITE
<------------- 180
PAUSE (waiting for optional CANCEL - if CANCEL is received go to "Label1")
<------------- 200
-------------> ACK
PAUSE (waiting for optional BYE - if BYE is received go to "LABEL2")
<------------- BYE
-------------> 200
[END]

LABEL1:
<------------- 487
-------------> ACK
<------------- 200
[END]

LABEL2:
<------------- 200
[END]

I found no way to do this with the current SIPp version but I have some 
suggestions how to change SIPp to handle this:
1. Extending the default behavior of SIPp handling unexpected CANCEL by 
sending a 487 for the initial INVITE
2. SIPp allows an optional recv before pause
3. An additional attribute for the recv tag is introduced setting a 
timeout for waiting for a message

I'd prefer the 3rd way.
If somebody has a better solution I'd be happy to hear it!

All comments on this topic are welcome!

regards,
Enrico


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to