We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80529b2 commit e930bd9Copy full SHA for e930bd9
tests/apps/dial/dial_progress/test-config.yaml
@@ -1,9 +1,4 @@
1
testinfo:
2
- skip: |
3
- 'app_dial doesn't implement this correctly. There\'s also a bug
4
- in this tests\'s extensions conf where it doesn't actually contain
5
- the "nothing" context referenced in the caller-originate config
6
- section. See GitHub #821'
7
summary: 'Ensure that Dial progress timer works correctly.'
8
description: |
9
'This tests the Dial application aborts if progress is not received
@@ -29,7 +24,7 @@ test-object-config:
29
24
30
25
caller-originator:
31
26
channel: 'Local/s@default'
32
- context: 'nothing'
27
+ context: 'noanswer'
33
28
exten: '0'
34
priority: '1'
35
trigger: 'ami_connect'
0 commit comments