Hi there,

is there any way to save a value into a user-variable like "u6" and directly
use this variable in an other scenario while the first one is still running?

This could look like:


Scenario 1:
...
<assign_user pool="2" scheme="rand_uni"/>
...
<recv request="INVITE">
    <action>
       <ereg regexp="somevalue" search_in="msg" assign_to="u6" />
    </action>
</recv>
...
<move_user pool="9"/>

Scenario 2:

...

<assign_user pool="9" scheme="rand_uni"/>

...
<send>
  <![CDATA[
   send something with [$u6]
  ]]>
</send>


Or is there any other way to accomplish this?


mfg
Sven Leibold


                                          
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to