mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
res_pjsip_header_funcs: Add functions PJSIP_RESPONSE_HEADER and PJSIP_RESPONSE_HEADERS
These new functions allow retrieving information from headers on 200 OK INVITE response. ASTERISK-29999 Change-Id: I264a610a9333359297a0825feb29a1bb4f4ad144
This commit is contained in:
5
doc/CHANGES-staging/res_pjsip_header_funcs.txt
Normal file
5
doc/CHANGES-staging/res_pjsip_header_funcs.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Subject: res_pjsip_header_funcs
|
||||
|
||||
Add function PJSIP_RESPONSE_HEADERS() to get list of header names from 200 response, in the same way as PJSIP_HEADERS() from the request.
|
||||
|
||||
Add function PJSIP_RESPONSE_HEADER() to read header from 200 response, in the same way as PJSIP_HEADER() from the request.
|
Reference in New Issue
Block a user