Hi,

         Is it possible to have a something like below in the xml
script? I've tried this and the SIPp complains with the following
message:

 

"Unable to determine mode of the tool (server, client, 3PCC controller
A, 3PCC Controller B)."

 

What I'm trying to achieve here is pressing the phone buttons over
serial interface to initiate a call and then receive it (SIPp server).

Running a single call is not a problem as I can write a wrapper script
that presses the buttons and then calls sipp (server) to receive call.
But I want to run a soak test that keeps making such calls forever :-)

 

 

<scenario name="Basic UAS responder">
   <nop>

    <action>

      <exec command="echo press 1 >> /dev/ttyS0" />         !! Some
Action over serial interface !!

      <exec command="echo rel 1 >> /dev/ttyS0"/>

    </action>

  </nop>

 

  <recv request="INVITE" crlf="true">

  </recv>

.

.

.

 

 

 

Thanks,

Baljeet

 

 

 

 

 

 

 



To access the latest news from CSR copy this link into a web browser:  
http://www.csr.com/email_sig.php

To get further information regarding CSR, please visit our Investor Relations 
page at http://ir.csr.com/csr/about/overview
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to