[asterisk-bugs] [JIRA] (ASTERISK-26063) ${PJSIP_HEADER(read, Call-ID)} does not work

Joshua Colp (JIRA) noreply at issues.asterisk.org
Thu May 26 05:42:56 CDT 2016


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

Joshua Colp commented on ASTERISK-26063:
----------------------------------------

Per the Asterisk versions page [1], the maintenance (bug fix) support for the Asterisk branch you are using has ended. For continued maintenance support please move to a supported branch of Asterisk. After testing with a supported branch, if you find this problem has not been resolved, please open a new issue against the latest version of that Asterisk branch.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions



> ${PJSIP_HEADER(read,Call-ID)} does not work
> -------------------------------------------
>
>                 Key: ASTERISK-26063
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26063
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_pjsip
>    Affects Versions: 12.8.2
>         Environment: Linux 64 bits
>            Reporter: Private Name
>
> I run the code below inside a b(handler) parameter in the Dial function.
> The code is excuted but it does not return the header Call-ID, which I need to capture for billing purposes. I mean on the outbound channel. In the old SIP channel, there was a variable that held that information. No it is empty, and I guess the code below should read the header in question.
> exten => s,n,Set(SIPCALLID=${PJSIP_HEADER(read,Call-ID)}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list