update information after call is being transferred

NK
Niels Klaas PJSIP_ML
Wed, Jun 22, 2016 9:55 AM

using:

 .pjsua version 2.4 for Linux-3.16.0.38/x86_64/glibc-2.19 initialized
 python 2.7.6

issue:

 A calls B
 A identifies B by "P-Asserted-Identity"-Header
 B transfers call to C

problem:

I need to update the callee-information!

There IS an incoming INVITE with From: B, P-Asserted-Identity: C coming
in, but there seems no rdata or header-data with the required
information accessible in any triggered event in pjsua2.Call.

where can i find that?

using: .pjsua version 2.4 for Linux-3.16.0.38/x86_64/glibc-2.19 initialized python 2.7.6 issue: A calls B A identifies B by "P-Asserted-Identity"-Header B transfers call to C problem: I need to update the callee-information! There IS an incoming INVITE with From: B, P-Asserted-Identity: C coming in, but there seems no rdata or header-data with the required information accessible in any triggered event in pjsua2.Call. where can i find that?