[asterisk-bugs] [JIRA] (ASTERISK-28601) bridge: BRIDGEPVTCALLID and BRIDGEPEER emtpy after Dial(SIP/...)

Adrien Martin (JIRA) noreply at issues.asterisk.org
Mon Nov 4 10:00:32 CST 2019


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=248687#comment-248687 ] 

Adrien Martin commented on ASTERISK-28601:
------------------------------------------

Thanks for your reply.

Would this mean there is no longer a direct way to get these variables in dialplan/AGI?

> 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.29.1, 16.6.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