Skip to content

Commit e930bd9

Browse files
dial_progress: Fix broken progress timeout test.
Resolves an issue with bridging to an undefined context and re-enables the test following an underlying bug with the feature being fixed.
1 parent 80529b2 commit e930bd9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: tests/apps/dial/dial_progress/test-config.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
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'
72
summary: 'Ensure that Dial progress timer works correctly.'
83
description: |
94
'This tests the Dial application aborts if progress is not received
@@ -29,7 +24,7 @@ test-object-config:
2924

3025
caller-originator:
3126
channel: 'Local/s@default'
32-
context: 'nothing'
27+
context: 'noanswer'
3328
exten: '0'
3429
priority: '1'
3530
trigger: 'ami_connect'

0 commit comments

Comments
 (0)