o Juha Heinanen on 02/10/2012 01:35 AM:
Stefan Sayer writes:

at the moment, you either have blacklist (list of headers), or
whitelist (with a list of headers). In this version of the call
control API it's not possible to do blacklist in one instance of the
cc module, and whitelist in another instance, that's the reason I
haven't added it to the ctl module. If you think you can live with
this restriction, it's trivial to add that to the ctl module.

stefan,

looks like i'm out of luck then, because as i mentioned, i need

header_filter=whitelist
headerlist=

if request is to be anonymized and i need

header_filter=blacklist
header_list=P-App-Param,P-App-Name,P-Call-Control

for other kind of requests.
if it's for other kinds of requests, then this should work. you just can't have this in one request:

P-Call-Control: ctl;headerfilter=blacklist;header_list=P-App-Name,P-App-Param, ctl;headerfilter=whitelist

Stefan
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to