app_bridgewait: Add option to not answer channel.

Adds the n option to not answer the channel when calling
BridgeWait, so the application can be used without
forcing answer supervision.

ASTERISK-30216 #close

Change-Id: I6b85ef300b1f7b5170f8537e2b10889cc2e6605a
This commit is contained in:
Naveen Albert
2022-09-09 00:12:05 +00:00
committed by Friendly Automation
parent fdac31f279
commit 062cef0a85
2 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
Subject: app_bridgewait
Adds the n option to not answer the channel when
the BridgeWait application is called.