2009/7/15 80tech <[email protected]>: > Hi all, > I want to simulate a reinvite call with SIPp. Therefore I need a UAC > scenario like the following: > UAC UAS > -----------> INVITE > <----------- 100 > <----------- 200 > -----------> ACK > PAUSE 20000ms (UAC waiting for REINVITE - if REINVITE is received go to > "LABEL1") > LABEL2: > <----------- BYE > -----------> 200 (next="3",go to "LABEL3") > LABEL1: > -----------> 100 > -----------> 200 > <----------- ACK (next="2",go to "LABEL2") > LABEL3: > [END] > I did not find a way to do following function: > PAUSE 20000ms (UAC waiting for REINVITE - if REINVITE is received go to > "LABEL1")
Hello, maybe you could use attribute ontimeout: <recv request="INVITE" timeout="20000" ontimeout="LABEL_FOR_BYE" /> (but I never tested this). regards, takeshi ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
