[Home]

Summary:ASTERISK-23451: res_pjsip_dtmf_info: Create DTMF INFO request tests
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2014-03-07 12:43:58.000-0600Date Closed:2014-04-17 16:07:44
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip_dtmf_info Tests/testsuite
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Create a test that tests DTMF INFO using the PJSIP stack. This test can work in a similar manner to the existing chan_sip DTMF INFO test. It should verify:

# All DTMF characters (0-9 A-D # * !)
# DTMF packages with and without duration (note that duration is not checked in the existing test; ideally this should be checked for in events)

This may be easier to write a stand-alone test rather than as a pluggable module, given the interaction between the event checking and the SIPp scenarios.

Note that the existing test is a bit old, and it should not be copied verbatim. It may be useful as a reference, however. See the existing test for more information:

http://svn.asterisk.org/svn/testsuite/asterisk/trunk/tests/channels/SIP/info_dtmf/run-test
Comments: