sipp icon indicating copy to clipboard operation
sipp copied to clipboard

mixed mode

Open pwinckles opened this issue 1 year ago • 2 comments

I need to run a scenario that maintains a registration while also listening for incoming calls. We had been using a very old version with a patch applied that allowed two scenarios to be specified and it would run in "mixed mode". In order to upgrade to the latest, unpatched version, I attempted to convert the distinct register and receive scenarios that we had been using into a single scenario, using some branching trickery. However, I'm unable to get it working, and I assume it's because the scenario is running in client mode (because the first command is a register), which doesn't allow for using server recv request commands.

Is there anyway to get this to work without a sipp code change? If not, is there any interest in officially adding that functionality from old patch I linked to above?

pwinckles avatar Sep 06 '24 17:09 pwinckles

Pushed as #746. Please give it a try.

orgads avatar Sep 08 '24 12:09 orgads

Thank you so much! I will test it tomorrow.

pwinckles avatar Sep 08 '24 14:09 pwinckles