I have the same issue when trying to expand (use/apply) stored variable, 
results comes up blank in the outgoing BYE To field.  The assignment is not 
being made.  I'm using version 2.0 official release:
  
<nop>
     <action>
         <assignstr assign_to="3" value="[peer_tag_param]" />
     </action>
</nop>

 <send retrans="500">
    <![CDATA[
        BYE sip:[$2] SIP/2.0
      Via: SIP/2.0/[transport] 
[local_ip]:[local_port];branch=ap[branch];received=166.34.101.40
      From: <sip:[EMAIL PROTECTED]:[local_port]>;tag=[pid]SIPpTag00[call_number]
      To: <sip:[EMAIL PROTECTED]:[remote_port]>[$3]
      Call-ID: [call_id]
      CSeq: [cseq] BYE
      User-agent: CS2000/NGSS/7.0
      Reason: Q.850; cause=16; text="Normal call clearing"
      Max-Forwards: 69
      Contact: sip:[EMAIL PROTECTED]:[local_port]
      Require: 100rel,replaces
      Allow: ACK,BYE,CANCEL,INVITE,OPTIONS,INFO,SUBSCRIBE,REFER,NOTIFY, PRACK
      [routes]
      Content-Length: 0
      ]]>


K L <[EMAIL PROTECTED]> wrote:
  Hello,

In my SIPp scenario, I'm trying to

At the beginning of the scenario, I have this:









...

But both $1 and $2 expand to the empty string when I'm using them
(through [$1] and [$2]) in the recv and send blocks. Is that expected
? How to get around this ?

Regards,
K.L.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users


       
---------------------------------
Pinpoint customers who are looking for what you sell. 
       
---------------------------------
Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to