[asterisk-bugs] [JIRA] (ASTERISK-28601) bridge: BRIDGEPVTCALLID and BRIDGEPEER emtpy after Dial(SIP/...)
Joshua C. Colp (JIRA)
noreply at issues.asterisk.org
Mon Nov 4 08:00:31 CST 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-28601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua C. Colp updated ASTERISK-28601:
--------------------------------------
Summary: bridge: BRIDGEPVTCALLID and BRIDGEPEER emtpy after Dial(SIP/...) (was: BRIDGEPVTCALLID and BRIDGEPEER emtpy after Dial(SIP/...))
> bridge: BRIDGEPVTCALLID and BRIDGEPEER emtpy after Dial(SIP/...)
> ----------------------------------------------------------------
>
> Key: ASTERISK-28601
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28601
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/Bridging
> Affects Versions: 13.14.1, 16.2.1
> Reporter: Adrien Martin
> Severity: Minor
>
> After using application Dial in dialplan (or in AGI) on a SIP channel the variables BRIDGEPVTCALLID and BRIDGEPEER are empty.
> These variables were not empty in version 11.11.
> It can be reproduced with:
> {code}
> exten => _[0-9+].,1,NoOp(Test)
> same => n,NoOp(Inbound Call-ID: ${SIPCALLID})
> same => n,Dial(SIP/some-peer/1234,,g)
> same => n,NoOp(Outbound Call-ID: ${BRIDGEPVTCALLID})
> same => n,NoOp(BRIDGEPEER: ${BRIDGEPEER})
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list