]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_header_funcs: Add PJSIP_HEADERS() ability to read header by pattern
authorIgor Goncharovsky <igorg@iqtek.ru>
Tue, 13 Apr 2021 07:36:17 +0000 (13:36 +0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 3 Aug 2021 13:47:53 +0000 (08:47 -0500)
commit4f437ea1f49c82ff7dfbb210008a7bb984e3a534
tree18005941801500577ed4cbcc998e2df3bcc634d4
parent728a52fb61e18f9b7fe145f836418d8e077efd50
res_pjsip_header_funcs: Add PJSIP_HEADERS() ability to read header by pattern

PJSIP currently does not provide a function to replace SIP_HEADERS() function to get a list of headers from INVITE request.
It may be used to get all X- headers in case the actual set and names of headers unknown.

ASTERISK-29389

Change-Id: Ic09d395de71a0021e0d6c5c29e1e19d689079f8b
doc/CHANGES-staging/pjsip_read_headers.txt [new file with mode: 0644]
res/res_pjsip_header_funcs.c