[asterisk-bugs] [JIRA] (ASTERISK-22288) chan_pjsip tests: Implement nominal Alice initiated two-party call tests
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Aug 12 10:27:05 CDT 2013
Matt Jordan created ASTERISK-22288:
--------------------------------------
Summary: chan_pjsip tests: Implement nominal Alice initiated two-party call tests
Key: ASTERISK-22288
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22288
Project: Asterisk
Issue Type: Improvement
Security Level: None
Components: Tests/testsuite
Affects Versions: 12
Reporter: Matt Jordan
h3. Two-party Call tests
h4. Nominal Tests, Alice-initiated
The following tests require multiple iterations. Details about each iteration are in the following table:
|| Iteration || Transport-specific data || Extension Alice calls ||
| 1 | bind = 127.0.0.1:5060
protocol=udp | bob at default |
| 2 | bind = 127.0.0.1:5060
protocol=tcp | bob at default |
| 3 | bind = [::1]:5060
protocol=udp | bobv6 at default |
| 4 |bind = [::1]:5060
protocol=tcp | bobv6 at default |
h4. Test 1: Alice hangs up
Procedure:
* Alice calls Bob via Asterisk
* Bob answers the call.
* Alice and Bob exchange audio.
* Alice hangs up the call after 5 seconds.
Pass Conditions:
* Ensure that Alice can hear Bob's audio and Bob can hear Alice's audio.
* Ensure that Asterisk sends a 200 OK to Alice's BYE
* Ensure that Asterisk sends a BYE to Bob
h4. Test 2: Bob hangs up
Procedure:
* Alice calls Bob via Asterisk
* Bob answers the call.
* Alice and Bob exchange audio.
* Bob Hangs up the call after 5 seconds.
Pass Conditions:
* Ensure that Alice can hear Bob's audio and Bob can hear Alice's audio.
* Ensure that Asterisk sends a 200 OK to Bob's BYE
* Ensure that Asterisk sends a BYE to Alice
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list