[asterisk-bugs] [JIRA] (ASTERISK-26318) Dial with M(macro-name) needs an optional media bridge but don't answer
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Fri Aug 26 06:23:56 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231971#comment-231971 ]
Asterisk Team commented on ASTERISK-26318:
------------------------------------------
Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.
A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.
Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].
> Dial with M(macro-name) needs an optional media bridge but don't answer
> -----------------------------------------------------------------------
>
> Key: ASTERISK-26318
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26318
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Applications/app_dial
> Affects Versions: 13.10.0
> Environment: Linux
> Reporter: Private Name
>
> [inbound]
> exten => _X.,1,Dial(PJSIP/outbound/sip:${EXTEN}@XX.XX.XX.XX,,M(nobill^${CHANNEL(name)}))
> [macro-nobill]
> exten=> s,1,Wait(30)
> same=n,MacroExit()
> Inside the macro nobill, we should set a variable that would indicate if media bridging is OK. I need to let the parties talk and wait a certain amount of seconds before I relay back the 200 OK to the caller. This is not possible now. I tried using Bridge(${ARG1}) inside the macro above, but the call does get bridged and answered at the same time. Bridge should not answer the call, nobody asked to do so.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list