<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/sipp/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/sipp/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 22 Jan 2020 22:26:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sipp/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Can't play_pcap_audio to deposit message in mailbox</title><link>https://sourceforge.net/p/sipp/feature-requests/39/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br/&gt;
I'm looking for a way to simulate a caller leaving a message in a mailbox.  I've set up the xml file as follows and the call goes thru but the message never gets deposited.  I've got RTP stream in .pcap and when I play it using wireshark it plays "alpha alpha alpha".  Has anyone tried this call scenerio before?&lt;/p&gt;
&lt;p&gt;Waits to play greeting, presses DTMF #, pause, then play the RTP stream in Final-Alpha-G711.pcap&lt;/p&gt;


&lt;p&gt;&amp;lt;pause milliseconds="2000"&amp;gt;&amp;lt;/pause&amp;gt;&lt;/p&gt;


&lt;p&gt;&amp;lt;nop&amp;gt; &amp;lt;action&amp;gt; &amp;lt;exec play_pcap_audio="rtp/dtmf_2833_pound.pcap"&amp;gt; &amp;lt;/exec&amp;gt;&amp;lt;/action&amp;gt; &amp;lt;/nop&amp;gt;&lt;/p&gt;


&lt;p&gt;&amp;lt;pause milliseconds="1000"&amp;gt;&amp;lt;/pause&amp;gt;&lt;/p&gt;


&lt;p&gt;&amp;lt;nop&amp;gt; &amp;lt;action&amp;gt; &amp;lt;exec play_pcap_audio="rtp/Final-Alpha-G711.pcap"&amp;gt; &amp;lt;/exec&amp;gt;&amp;lt;/action&amp;gt; &amp;lt;/nop&amp;gt;&lt;/p&gt;


&lt;p&gt;&amp;lt;pause milliseconds="5000"&amp;gt;&amp;lt;/pause&amp;gt;&lt;/p&gt;
&lt;p&gt;If anyone has had any luck with this call scenerio using SIPp I would appreciate the help.  The version I'm running is &lt;/p&gt;
&lt;p&gt;&lt;span&gt;[root@hrndvsoi-callgen01 ~]&lt;/span&gt;# /opt/sipp/bin/sipp -v&lt;/p&gt;
&lt;p&gt;SIPp v3.4-beta1 (aka v3.3.990)-TLS-PCAP-RTPSTREAM built Jan 15 2020, 18:25:10.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michell Provax</dc:creator><pubDate>Wed, 22 Jan 2020 22:26:52 -0000</pubDate><guid>https://sourceforge.netba3a6a01c5c1786ed3ff93e8eea607a3abf315f1</guid></item><item><title>I need some help</title><link>https://sourceforge.net/p/sipp/feature-requests/38/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello! My name is Vitor and Im 19 years old.&lt;/p&gt;
&lt;p&gt;I started using SIPp but I don't know much and I need your help. &lt;/p&gt;
&lt;p&gt;Basically Im using the tool to perform some tests. &lt;/p&gt;
&lt;p&gt;I installed a softphone and I tried building a XML scenario with the desired fields so I can make a call from SIPp (installed in 1 computer) to the softphone (installed on another computer) but I dont know how to create a proper scenario that actually works. &lt;/p&gt;
&lt;p&gt;Im very inexperienced working with this, I only applied form this job a few weeks ago.&lt;/p&gt;
&lt;p&gt;Can someone help me out please?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Vitor Ferreira&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vitor Mineiro Ferreira</dc:creator><pubDate>Wed, 04 Dec 2019 17:28:37 -0000</pubDate><guid>https://sourceforge.netf32fabcd7a93fd932a53f7db4e0af601b385a669</guid></item><item><title>current date and time fetching function in sipp</title><link>https://sourceforge.net/p/sipp/feature-requests/37/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;we need have a function to fetching  current date and time from sipp running system. It will usefull for below usecase:&lt;/p&gt;
&lt;p&gt;for Example :&lt;/p&gt;
&lt;p&gt;As per RFC rfc7339.pdf --&amp;gt; I can use it for "oc-seq"&lt;/p&gt;
&lt;p&gt;oc-seq = "oc-seq" EQUAL 1&lt;em&gt;12DIGIT "." 1&lt;/em&gt;5DIGIT&lt;/p&gt;
&lt;p&gt;oc-seq=1282321892.439&lt;/p&gt;
&lt;p&gt;RFC 3261: &lt;br/&gt;
20.17 Date&lt;/p&gt;
&lt;p&gt;The Date header field contains the date and time.  Unlike HTTP/1.1,&lt;br/&gt;
   SIP only supports the most recent RFC 1123 &lt;span&gt;[20]&lt;/span&gt; format for dates.  As&lt;br/&gt;
   in &lt;span&gt;[H3.3]&lt;/span&gt;, SIP restricts the time zone in SIP-date to "GMT", while&lt;br/&gt;
   RFC 1123 allows any time zone.  An RFC 1123 date is case-sensitive.&lt;/p&gt;
&lt;p&gt;The Date header field reflects the time when the request or response&lt;br/&gt;
   is first sent.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;  &lt;span class="nv"&gt;The&lt;/span&gt; &lt;span class="nv"&gt;Date&lt;/span&gt; &lt;span class="nv"&gt;header&lt;/span&gt; &lt;span class="nv"&gt;field&lt;/span&gt; &lt;span class="nv"&gt;can&lt;/span&gt; &lt;span class="nv"&gt;be&lt;/span&gt; &lt;span class="nv"&gt;used&lt;/span&gt; &lt;span class="nv"&gt;by&lt;/span&gt; &lt;span class="nv"&gt;simple&lt;/span&gt; &lt;span class="k"&gt;end&lt;/span&gt; &lt;span class="nv"&gt;systems&lt;/span&gt; &lt;span class="nv"&gt;without&lt;/span&gt; &lt;span class="nv"&gt;a&lt;/span&gt;
  &lt;span class="nv"&gt;battery&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nv"&gt;backed&lt;/span&gt; &lt;span class="nv"&gt;clock&lt;/span&gt; &lt;span class="nv"&gt;to&lt;/span&gt; &lt;span class="nv"&gt;acquire&lt;/span&gt; &lt;span class="nv"&gt;a&lt;/span&gt; &lt;span class="nv"&gt;notion&lt;/span&gt; &lt;span class="nv"&gt;of&lt;/span&gt; &lt;span class="nv"&gt;current&lt;/span&gt; &lt;span class="nv"&gt;time&lt;/span&gt;.
  &lt;span class="nv"&gt;However&lt;/span&gt;, &lt;span class="nv"&gt;in&lt;/span&gt; &lt;span class="nv"&gt;its&lt;/span&gt; &lt;span class="nv"&gt;GMT&lt;/span&gt; &lt;span class="nv"&gt;form&lt;/span&gt;, &lt;span class="nv"&gt;it&lt;/span&gt; &lt;span class="nv"&gt;requires&lt;/span&gt; &lt;span class="nv"&gt;clients&lt;/span&gt; &lt;span class="nv"&gt;to&lt;/span&gt; &lt;span class="nv"&gt;know&lt;/span&gt; &lt;span class="nv"&gt;their&lt;/span&gt; &lt;span class="nv"&gt;offset&lt;/span&gt;
  &lt;span class="nv"&gt;from&lt;/span&gt; &lt;span class="nv"&gt;GMT&lt;/span&gt;.
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Example:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;  &lt;span class="nb"&gt;Date&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;Sat&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;13&lt;/span&gt; &lt;span class="n"&gt;Nov&lt;/span&gt; &lt;span class="mi"&gt;2010&lt;/span&gt; &lt;span class="mi"&gt;23&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;29&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;00&lt;/span&gt; &lt;span class="n"&gt;GMT&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rakesh</dc:creator><pubDate>Thu, 10 Oct 2019 09:30:28 -0000</pubDate><guid>https://sourceforge.net9ec1e4f292bd57c8d17cb527a5db518c379d3405</guid></item><item><title>#35 Uac scenario with sip infor has condition</title><link>https://sourceforge.net/p/sipp/feature-requests/35/?limit=25#4c65</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br/&gt;
Could you please update on this?&lt;/p&gt;
&lt;p&gt;BR//&lt;br/&gt;
Rupinder&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rupinder</dc:creator><pubDate>Mon, 23 Sep 2019 06:43:49 -0000</pubDate><guid>https://sourceforge.net7c39b7f5716a0cd4894e86648d472598a4b57e8b</guid></item><item><title>Sipp SIP:INFO with conditioning loop</title><link>https://sourceforge.net/p/sipp/feature-requests/36/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi experts,&lt;/p&gt;
&lt;p&gt;I am working on a sip scenario with following call flow.&lt;br/&gt;
Could you please help me in writing my uac.xml.&lt;/p&gt;
&lt;p&gt;SIPp UAC             Remote UAS&lt;br/&gt;
    |(1) INVITE            |&lt;br/&gt;
    |---------------------&amp;gt;|&lt;br/&gt;
    |(2) 100 (Optional)    |&lt;br/&gt;
    |&amp;lt;---------------------|&lt;br/&gt;
    |(3) 180 (Optional)    |&lt;br/&gt;
    |&amp;lt;---------------------|&lt;br/&gt;
    |(4) 183 (Optional)    |&lt;br/&gt;
    |&amp;lt;---------------------|&lt;br/&gt;
    |(5) 200               |&lt;br/&gt;
    |&amp;lt;---------------------|&lt;br/&gt;
    |(6) ACK               |&lt;br/&gt;
    |---------------------&amp;gt;|&lt;br/&gt;
    |                      |&lt;br/&gt;
    |(7) INFO                 -----+&lt;br/&gt;
    |&amp;lt;---------------------|       |&lt;br/&gt;
    |                      |       +---- Loop until I send a BYE(server send INFO to uac with every 5 sec passed until uac send bye)&lt;br/&gt;
    |(8) 200 (Optional)    |       |&lt;br/&gt;
    |---------------------&amp;gt;|  -----+&lt;br/&gt;
    |                      |&lt;br/&gt;
    |(7) BYE               |  -----+&lt;br/&gt;
    |--------------------&amp;gt;|       |&lt;br/&gt;
    |                      |       +--&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;9&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="mi"&gt;200&lt;/span&gt;               &lt;span class="o"&gt;|&lt;/span&gt;       &lt;span class="o"&gt;|&lt;/span&gt;
&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="c1"&gt;--------------------&amp;gt;|  -----+&lt;/span&gt;

&lt;span class="n"&gt;BR&lt;/span&gt;&lt;span class="o"&gt;//&lt;/span&gt;
&lt;span class="n"&gt;Rupinder&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rupinder</dc:creator><pubDate>Mon, 23 Sep 2019 04:03:46 -0000</pubDate><guid>https://sourceforge.netad04098b01d6acd2080e6d97d77e87620b2bd181</guid></item><item><title>#35 Uac scenario with sip infor has condition</title><link>https://sourceforge.net/p/sipp/feature-requests/35/?limit=25#26aa</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;adding info:&lt;br/&gt;
uas send SIP INFO towards A EVERY AFTER 5secs.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rupinder</dc:creator><pubDate>Fri, 20 Sep 2019 10:08:14 -0000</pubDate><guid>https://sourceforge.net483949c1cc8069e30efc5dbad5f171467760f97b</guid></item><item><title>Uac scenario with sip infor has condition</title><link>https://sourceforge.net/p/sipp/feature-requests/35/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hi experts,&lt;/p&gt;
&lt;p&gt;I am looking for a uac scenario where &lt;br/&gt;
A -uas-B&lt;br/&gt;
INVITE-&amp;gt;&lt;br/&gt;
100&amp;lt;-&lt;br/&gt;
180,200&amp;lt;-&lt;br/&gt;
ACK-&amp;gt;&lt;br/&gt;
now after this we have condition:&lt;br/&gt;
Uas sends info every after 5 secs,until A DOES not send BYE.&lt;/p&gt;
&lt;p&gt;could you please help me creating this scenario.&lt;/p&gt;
&lt;p&gt;BR//&lt;br/&gt;
Rupinder&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rupinder</dc:creator><pubDate>Fri, 20 Sep 2019 10:06:54 -0000</pubDate><guid>https://sourceforge.net725ca2180fa13f908d86f7eecc07725b5de404f9</guid></item><item><title>Missing remote host parameter</title><link>https://sourceforge.net/p/sipp/feature-requests/34/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;When i tried with "-rsa" option in client window, it throws below error. Please do needful.&lt;/p&gt;
&lt;p&gt;2018-03-29      22:01:30:663    1522386090.663430: Missing remote host parameter. This scenario requires it.&lt;/p&gt;
&lt;p&gt;Let me know for more information.&lt;/p&gt;
&lt;p&gt;Downloaded source code : sipp-3.3.tar.gz&lt;br/&gt;
Compilation cmd : autoreconf -ivf; ./configure --with-pcap --with-sctp; make&lt;/p&gt;
&lt;p&gt;Server : &lt;br/&gt;
./sipp -m 1 -i 192.168.50.152 -p 2000 -t s1  -sn uas&lt;/p&gt;
&lt;p&gt;Client :&lt;br/&gt;
./sipp -m 1 -i 192.168.50.96 -p 20010 -rsa 192.168.50.152:2000 -t s1  -sn uac&lt;br/&gt;
2018-03-29      22:01:30:663    1522386090.663430: Missing remote host parameter. This scenario requires it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Venkatakumar</dc:creator><pubDate>Fri, 30 Mar 2018 05:06:30 -0000</pubDate><guid>https://sourceforge.net58cee389d77b48abf4588d61189c25d1060bf0b6</guid></item><item><title>#27 New command line switch - more Call-IDs in scenario </title><link>https://sourceforge.net/p/sipp/feature-requests/27/?limit=25#4b24/1c74</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hi Mitko&lt;/p&gt;
&lt;p&gt;We are getting the same problem.i.e messages are discarded that are with different Call ID.&lt;br/&gt;
Can u please provide the Patch to me.&lt;/p&gt;
&lt;p&gt;Regards&lt;br/&gt;
Pardeep&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pardeep sheokand </dc:creator><pubDate>Mon, 21 Sep 2015 11:05:17 -0000</pubDate><guid>https://sourceforge.nete0135ada8ac35d8796acf7b9cbcfa50a89e0b091</guid></item><item><title>Add SIP over websocket support </title><link>https://sourceforge.net/p/sipp/feature-requests/33/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add SIP over websocket support as per &lt;a href="http://tools.ietf.org/html/draft-ietf-sipcore-sip-websocket-09" rel="nofollow"&gt;http://tools.ietf.org/html/draft-ietf-sipcore-sip-websocket-09&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sergio Garcia Murillo</dc:creator><pubDate>Thu, 27 Jun 2013 12:16:52 -0000</pubDate><guid>https://sourceforge.net2ef1f3fc05fab41ff12accf0c9a983d1b3d13178</guid></item></channel></rss>