[asterisk-bugs] [JIRA] (ASTERISK-29973) GET PJSIP HEADER IN THE BYE OF A MANUAL DIAL
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Thu Mar 17 20:16:09 CDT 2022
[ https://issues.asterisk.org/jira/browse/ASTERISK-29973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=258397#comment-258397 ]
Asterisk Team commented on ASTERISK-29973:
------------------------------------------
We appreciate the difficulties you are facing, however information request type issues would be better served in a different forum.
The Asterisk community provides support over IRC, mailing lists, and forums as described at http://asterisk.org/community. The Asterisk issue tracker is used specifically to track issues concerning bugs and documentation errors.
If this issue is actually a bug please use the Bug issue type instead.
Please see the Asterisk Issue Guidelines [1] for instruction on the intended use of the Asterisk issue tracker.
Thanks!
[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines
> GET PJSIP HEADER IN THE BYE OF A MANUAL DIAL
> --------------------------------------------
>
> Key: ASTERISK-29973
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-29973
> Project: Asterisk
> Issue Type: Information Request
> Security Level: None
> Components: pjproject/pjsip
> Affects Versions: 16.25.0
> Reporter: Luiz Lima
> Severity: Critical
>
> HI,
> I'VE BEEN GOING THROUGH A DIFFICULTY FOR DAYS. I TRY TO GET THE HEADER OF A CALL, BUT AT THE END OF IT I RECEIVE A HEADER WITH THE CALL CLASSIFICATION. THIS INFORMATION COMES AT THE END OF THE CALL.
> HOW COULD I GET THIS VALUE FROM THE HEADER I'M TRYING LIKE THIS BUT IT ALWAYS COMES EMPTY.
> HOW IT COMES IN THE BYE I'M TRYING TO GET THE VALUE IN THE CONTEXT "H"
> exten => h,1,Noop( == Hangup Cause: ${HANGUPCAUSE} == )
> same => n,Set(_Analytics=${PJSIP_HEADER(read,X-Khomp-Analytics-CC)})
> same => n,Set(_Pattern=${PJSIP_HEADER(read,X-Khomp-Analytics-CC-Pattern)})
> same => n,Set(_Locale=${PJSIP_HEADER(read,X-Khomp-Analytics-CC-Pattern-Locale)})
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list