Hi Murthy,

During initial development of sippy_cup, we found that play_dtmf often
didn't behave as expected. Our solution was to dynamically compile a
standalone pcap to be played just after the ack_answer. Because we're
playing a single pcap file instead of invoking play_dtmf, it's not really
possible to do what you're proposing at present.

That does not mean that this behavior won't be added in the future, but the
real first hurdle here is to support injection file variables in sippy_cup
in general. We currently don't support injection files for sippy cup
manifests in any way.

The best way to get this into sippy_cup more quickly would be to submit an
issue (or even better, a pull request!) to the sippy_cup github project at
https://github.com/mojolingo/sippy_cup.

If you have any other questions, feel free to ask here or on github.

If you have used sippy_cup by Ben Klang and Will Drexler please comment.



I have a scenario where I expect field0 and field1 to be injected to the
xml from a CSV (the same notation sipp uses for variable substitution from
CSV) Obviously the scenario doesn't work. I checked the source and
send_digits emits dtmf to the media (pcap). I guess, I am asking for the
impossible, but is there a way to emit the following to the xml?



<nop>

<action>

<exec play_dtmf="[field0]"/>

</action>

</nop>





Here is the YML file sippy_cup is given with -c option to generate the xml
and pcap.

It doesn't flag an error for invalid DTMF. Nor does it generate the
expected DTMF.



source: sipp.mycomp.net

destination: asterisk.mycomp.net

max_concurrent: 10

calls_per_second: 5

number_of_calls: 20

steps:

   - invite

   - wait_for_answer

   - ack_answer

   - sleep 3

   - sleep 20

#1on1

   - send_digits '1'

#enter expiration

   - sleep 5

#agent ID

   - send_digits [field0]

#enter CVV

   - sleep 10

#agent password

   - send_digits [field1]

   - sleep 60

   - wait_for_bye

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk

_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
<javascript:_e(%7B%7D,'cvml','Sipp-users@lists.sourceforge.net');>
https://lists.sourceforge.net/lists/listinfo/sipp-users



-- 
Thanks,
Will Drexler
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to