res_pjsip_diversion: implement support for History-Info

Implemention of History-Info capable of interworking with Diversion
Header following RFC7544

ASTERISK-29027 #close

Change-Id: I2296369582d4b295c5ea1e60bec391dd1d318fa6
This commit is contained in:
Torrey Searle
2020-08-13 10:34:55 +02:00
committed by George Joseph
parent 30e08ce1bb
commit 888090ab18
5 changed files with 343 additions and 26 deletions

View File

@@ -659,6 +659,10 @@
<synopsis>Send the Diversion header, conveying the diversion
information to the called user agent</synopsis>
</configOption>
<configOption name="send_history_info" default="no">
<synopsis>Send the History-Info header, conveying the diversion
information to the called and calling user agents</synopsis>
</configOption>
<configOption name="send_pai" default="no">
<synopsis>Send the P-Asserted-Identity header</synopsis>
</configOption>