Adding info to AP4600 CDR
Hi!
Because of our billing system I need to put some info from one field in sip-header to cdr file.
So I founded info how to do it in
http://docs.oracle.com/cd/E55601_01/doc/sbc_scz720_accounting.pdf
in chapter "Custom RADIUS CDR VSAs for SIP".
I need to do this not only for outgoing, but for incoming calls also.
Here is my config for outgoing calls:
sip-manipulation
name VSA1
description
split-headers
join-headers
header-rule
name storeXGenesysCallUUID
header-name X-Genesys-CallUUID
action store
comparison-type pattern-rule
msg-type request
methods INVITE
match-value .*
new-value
header-rule
name generateVSA200
header-name P-Acme-VSA
action add
comparison-type case-sensitive
msg-type any