I need exactly this feature to test an IVR.


Can you suggest any workaround for this?


Y need change the pcap play between a fixed number of files. Can I
read the name of the pcap file from external file and jump to the
right play?



Thanks in advance


MelliMatías



Hi,

Pcap files were not meant to be used this way.
They are preprocessed, packetized and checksum is partially computed
before any call is launched.
There's only a small part that is computed at run time for each
packet, this part is in fact @IP addresses and udp port numbers.

You might want to set pcap file name at run time (using a [field_n]
attribute), but it's not working for the moment.

I think there's only thing to do: parse pcap file at run time, and
once for all.
For precision on pcap parsing and playing, check
wiki:http://sipp.sourceforge.net/wiki/index.php/Pcapplay

BR
Guillaume


2006/4/10, Rick Davis <ri...@sympatico.ca>:
> SIPp Users,
>
> The standard PCAP PLAY defines a files name.
>   <nop>
>     <action>
>       <exec play_pcap=3D"pcap/rtp_data.cap"/>
>     </action>
>   </nop>
>
>  I tried to pass a variable such as
>
>   <nop>
>     <action>
>       <exec play_pcap=3D"[field0]"/>
>     </action>
>   </nop>
> This  failed ...
>
> Is it possible to specify a variable or external variable from the csv
> file for the file name ?
>
> Thanks .. in advance ....
>
>
>
>
>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to