there are various options, you can just implement what works best and/or is
easiest.

I tried to package a set of tools for this but never got around to
completing it. And it was geared towards RobotFramework  but the solutions
can adapt to other frameworks.

http://code.google.com/p/telcotools4robotframework/

you should look into pcapdiff, DetectDtmfFromFileLibrary, ToneDet,
Wireshark, and sox.

Basically, you capture/record the RTP stream with SIPP. Then with the
mentioned external tools, detect DTMF. How? Either by doing a diff of the
captured pcap RTP stream against known good version (if applicable) OR
convert the pcap capture into an audio file (can do via Wireshark), then
pass the audio file through some DTMF/tone detection tools (ToneDet,
DetectDtmfFromFileLibrary Python script, etc.).

Granted it would be nice if someone built & shared an all-in-on solution
where you just pass in pcap file and it spits out result, but we're not
there yet. My collection of tools is at least a first step towards that.

On Tue, Feb 26, 2013 at 8:46 PM, Santosh Reddy <santhosh.bi...@gmail.com>wrote:

> Based on some posts in the archive, it seems  that SIPP does not support
> RTP parsing/detection of DTMF.
>
> My requirement is to detect incoming DTMF digits. Is there any way to do
> this, any patch or any external command etc.
> Please share.
>
> Thanks & Regards,
> Santosh Reddy.
>
>
> On Fri, Feb 22, 2013 at 2:53 PM, Santosh Reddy 
> <santhosh.bi...@gmail.com>wrote:
>
>> Hi,
>>
>> I will be simulating UAC and my server will be sending some DTMF
>> information (Please note that it will NOT send SIP INFO message). It will
>> send RFC 2833 DTMF.
>>
>> Now I want to detect the digits from SIPp and take some action.
>>
>> Is there a way to do this in SIPp. Please help.
>>
>> Thanks & Regards,
>> Santosh Reddy.
>>
>>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to