We have to create SIP traffic toward our IVR platform.  We need to send voice 
energy to the platform once the call is established.  Is there an example on 
how to do this or has any one attempted this?  I believe we need to send an 
wave file once the call is established.

-----Original Message-----
From: sipp-users-requ...@lists.sourceforge.net 
[mailto:sipp-users-requ...@lists.sourceforge.net] 
Sent: Sunday, February 13, 2011 9:27 AM
To: sipp-users@lists.sourceforge.net
Subject: Sipp-users Digest, Vol 57, Issue 5

Send Sipp-users mailing list submissions to
        sipp-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/sipp-users
or, via email, send a message with subject or body 'help' to
        sipp-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
        sipp-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Sipp-users digest..."


Today's Topics:

   1. Re: while expecting '200' (index 5), received 'SIP/2.0 100
      Trying (Sri Narayanan)
   2. Re: while expecting '200' (index 5), received 'SIP/2.0 100
      Trying (Sri Narayanan)
   3. while expecting '200' (index 5), received 100 (Sri Narayanan)
   4. expecting 200 received 100 (Sri Narayanan)
   5. Re: expecting 200 received 100 (mayamatakeshi)
   6. SIPP failed calls and RTP Flow (Anthony LELONG)
   7. about scenarios of sipp (finandria audiary)


----------------------------------------------------------------------

Message: 1
Date: Wed, 9 Feb 2011 14:57:07 +0530
From: Sri Narayanan <sri.narayanan....@gmail.com>
Subject: Re: [Sipp-users] while expecting '200' (index 5), received
        'SIP/2.0 100 Trying
To: mayamatakeshi <mayamatake...@gmail.com>
Cc: sipp-users-requ...@lists.sourceforge.net,
        sipp-users@lists.sourceforge.net
Message-ID:
        <aanlktinw3njyhmxmcthcuwepk14uh9yc1hkgkkzlt...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

        <recv response="100" rrs="true" crlf="true" optional="true" />
        
        
        
        <recv response="200" rtd="true">

This is what I have,I doubt the second stmt fail when it gets the 100

On Wed, Feb 9, 2011 at 2:48 PM, mayamatakeshi <mayamatake...@gmail.com> wrote:
>
> On Wed, Feb 9, 2011 at 6:12 PM, Sri Narayanan <sri.narayanan....@gmail.com>
> wrote:
>>
>> Aborting call on unexpected message for Call-Id
>> '9-14316@150.236.118.200': while expecting '200' (index 5), received
>> 'SIP/2.0 100 Trying
>>
>> How to make sipp ignore this message
>
> I would try this in the xml file:
> ? <recv response="100" optional="true"/>
>
> regards,
> takeshi
>



-- 
Regards,
SriNarayanan



------------------------------

Message: 2
Date: Wed, 9 Feb 2011 15:01:15 +0530
From: Sri Narayanan <sri.narayanan....@gmail.com>
Subject: Re: [Sipp-users] while expecting '200' (index 5), received
        'SIP/2.0 100 Trying
To: mayamatakeshi <mayamatake...@gmail.com>
Cc: sipp-users-requ...@lists.sourceforge.net,
        sipp-users@lists.sourceforge.net
Message-ID:
        <AANLkTindU4cmPC1w93=uxed63qnej0x7qhgkek2bj...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

<recv response="100" rrs="true" crlf="true" optional="true" />



       <recv response="200" rtd="true">

This is what I have,I doubt the second stmt fail when it gets the 100

Sri



------------------------------

Message: 3
Date: Wed, 9 Feb 2011 15:09:05 +0530
From: Sri Narayanan <sri.narayanan....@gmail.com>
Subject: [Sipp-users] while expecting '200' (index 5), received 100
To: sipp-users-requ...@lists.sourceforge.net,
        sipp-users@lists.sourceforge.net
Message-ID:
        <AANLkTi=agpfbnmt3msk+hsco+tzey0cehzknjdvg-...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

        <recv response="100" rrs="true" crlf="true" optional="true" />
        
        
        
        <recv response="200" rtd="true"> ------------>I guess the second line
is generating the error :while expecting '200' (index 5), received 100

-- 
Regards,
SriNarayanan



------------------------------

Message: 4
Date: Wed, 9 Feb 2011 15:23:56 +0530
From: Sri Narayanan <sri.narayanan....@gmail.com>
Subject: [Sipp-users] expecting 200 received 100
To: viswavardhanreddy karna <viswavardhanre...@gmail.com>,
        sipp-users-requ...@lists.sourceforge.net,
        sipp-users@lists.sourceforge.net
Message-ID:
        <AANLkTi=enrix_2xmpwwsomk62grj_srkgx9kzwbiy...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi Karna,
Actually there is an action tag follows :-)

        <recv response="100" rrs="true" crlf="true" optional="true" />
        
        
        
        <recv response="200" rtd="true"/>
        
    <action optional="true">
        <ereg regexp="fid=([[:alnum:]]*)_([[:alnum:]]*)"
search_in="hdr" header="Contact:" check_it="true" assign_to="1" />
        <ereg 
regexp="bekey=([[:alnum:]]*)-([[:alnum:]]*)%([[:alnum:]]*).([[:alnum:]]*).([[:alnum:]]*).([[:alnum:]]*)"
search_in="hdr" header="Contact:" check_it="true" assign_to="2" />
    </action>
        
  </recv>


-- 
Regards,
SriNarayanan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: alice_fixed.xml
Type: text/xml
Size: 4644 bytes
Desc: not available

------------------------------

Message: 5
Date: Wed, 9 Feb 2011 19:00:43 +0900
From: mayamatakeshi <mayamatake...@gmail.com>
Subject: Re: [Sipp-users] expecting 200 received 100
To: Sri Narayanan <sri.narayanan....@gmail.com>
Cc: Sipp <sipp-users@lists.sourceforge.net>
Message-ID:
        <AANLkTi=Uv2FUgViPHZsLUc6srEW=fGBvf6qebY=o_...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

On Wed, Feb 9, 2011 at 6:53 PM, Sri Narayanan
<sri.narayanan....@gmail.com>wrote:

> Hi Karna,
> Actually there is an action tag follows :-)
>
>        <recv response="100" rrs="true" crlf="true" optional="true" />
>
>
>
>        <recv response="200" rtd="true"/>
>
>    <action optional="true">
>        <ereg regexp="fid=([[:alnum:]]*)_([[:alnum:]]*)"
> search_in="hdr" header="Contact:" check_it="true" assign_to="1" />
>        <ereg
> regexp="bekey=([[:alnum:]]*)-([[:alnum:]]*)%([[:alnum:]]*).([[:alnum:]]*).([[:alnum:]]*).([[:alnum:]]*)"
> search_in="hdr" header="Contact:" check_it="true" assign_to="2" />
>    </action>
>
>  </recv>


The xml is malformed. You are closing the receive node at this point:

<recv response="200" rtd="true"/>

and
closing again at

 </recv>
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 6
Date: Thu, 10 Feb 2011 11:12:35 +0100
From: Anthony LELONG <lelo...@free.fr>
Subject: [Sipp-users] SIPP failed calls and RTP Flow
To: sipp-users@lists.sourceforge.net
Message-ID: <1297332755.4d53ba1317...@imp.free.fr>
Content-Type: text/plain; charset=ISO-8859-1

Hi everybody.

I've seen in the sipp documentation that we can get statistics about failed
calls. I know that counter concerns SIP errors. However, I wonder if that
counter deals with RTP errors too?
I mean, if a RTP packet is lost, is it considered as a failed call? Does it
increment a counter and, if so, which one?

Thanks a lot!

Anthony.



------------------------------

Message: 7
Date: Sun, 13 Feb 2011 22:26:38 +0700
From: finandria audiary <audi...@gmail.com>
Subject: [Sipp-users] about scenarios of sipp
To: sipp-users@lists.sourceforge.net
Message-ID:
        <aanlktinp7o2rxyqka_9hko0afanjtyegopg55pwaz...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

can u help me, to send the scenarios of sipp?
specially for IMS..
thank's a lot.. :)



------------------------------

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb

------------------------------

_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


End of Sipp-users Digest, Vol 57, Issue 5
*****************************************

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to