Itzik, Your scenario has a single UAS that will handle either the REGISTER or INVITE. I believe what Lucian wants to do is have a single scenario that sends the REGISTER every hour and listens for INVITES. The first is possible (you did it), the second is not (it must be broken into two separate scenarios).
Charles [EMAIL PROTECTED] wrote on 06/21/2008 11:42:34 PM: > I did something once that does not require 2 scenarios. > Using labels, you can create different flow for Register and Invite > within the same scenario. > This will also support different call-id's for these methods. > > The script I have attached shows Register + handling Invite as a > redirect server, but I think you can integrate the Register and labels > portion into a basic UAS scenario. > > Good luck, Itzik. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Charles P > Wright > Sent: Sunday, June 22, 2008 12:18 AM > To: Lucian Romi > Cc: [EMAIL PROTECTED]; > [email protected] > Subject: Re: [Sipp-users] How to do REGISTER and UAS(INVITE server) > together. > > You need to use separate scenarios. > > Charles > > > > > "Lucian Romi" <[EMAIL PROTECTED]> > Sent by: [EMAIL PROTECTED] > 06/20/2008 07:06 PM > > To > [email protected] > cc > > Subject > [Sipp-users] How to do REGISTER and UAS(INVITE server) together. > > > > > > > Hi, > > I tried to create one scenario like this. There are REGISTER and INVITE > server. > To make the server able to locate this UAS without expire, every 3600 > second will send 1 REGISTER. > INVITE traffic is continusly sending from UAC, say 1 per second. > > Because REGISTER and INVITE server have different frequency and Call-ID, > anybody tell me how to do this scenario like this. Thanks! > ------------------------------------------------------------------------ > - > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for just about anything Open > Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users > > > > ------------------------------------------------------------------------ > - > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users > [attachment "redirect_sim.xml" deleted by Charles P > Wright/Watson/IBM] > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
