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

Adrien Martin (JIRA) noreply at issues.asterisk.org
Thu Oct 24 05:19:48 CDT 2019


Adrien Martin created ASTERISK-28601:
----------------------------------------

             Summary: 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: 16.2.1, 13.14.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