Skip to content

Commit

Permalink
dial_progress: Fix broken progress timeout test.
Browse files Browse the repository at this point in the history
Resolves an issue with bridging to an undefined context
and re-enables the test following an underlying bug with
the feature being fixed.
  • Loading branch information
InterLinked1 authored and asterisk-org-access-app[bot] committed Oct 8, 2024
1 parent 80529b2 commit e930bd9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/apps/dial/dial_progress/test-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
testinfo:
skip: |
'app_dial doesn't implement this correctly. There\'s also a bug
in this tests\'s extensions conf where it doesn't actually contain
the "nothing" context referenced in the caller-originate config
section. See GitHub #821'
summary: 'Ensure that Dial progress timer works correctly.'
description: |
'This tests the Dial application aborts if progress is not received
Expand All @@ -29,7 +24,7 @@ test-object-config:

caller-originator:
channel: 'Local/s@default'
context: 'nothing'
context: 'noanswer'
exten: '0'
priority: '1'
trigger: 'ami_connect'
Expand Down

0 comments on commit e930bd9

Please sign in to comment.