<p>Here are some proposed modifications to handle the P-Charging-Vector header as defined in rfc3455 section 4.6 to</p>

<ul>
<li>parse charging vector from SIP message</li>
<li>generate new unique charging vector</li>
<li>remove a charging vector header</li>
</ul>

<p>a new pseudo variable</p>

<p>pseudo variables are exported and enable Read onlly access to charging vector fields</p>

<p>$pcv = whole field<br>
$pcv.value = icid-value field (see RFC3455 section 5.6)<br>
$pcv.genaddr = icid-generated-at field (see RFC3455 section 5.6)</p>

<p>a new function acc_charging_vector()</p>

<ul>
<li>g = generate a new charging vector or forward the orginal one </li>
<li>f = generate a new charging vector regardless of the orginal charging vector</li>
<li>r = remote the P-Charging vector header from the packet</li>
</ul>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/kamailio/kamailio/pull/215'>https://github.com/kamailio/kamailio/pull/215</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>P-Charging-Vector implementation</li>
  <li>Merge remote branch 'upstream/master'</li>
  <li>P-Charging-Vector</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/215/files#diff-0">modules/acc/acc_mod.c</a>
    (18)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/215/files#diff-1">modules/acc/chargingvector.c</a>
    (435)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/215/files#diff-2">modules/acc/chargingvector.h</a>
    (18)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/kamailio/kamailio/pull/215.patch'>https://github.com/kamailio/kamailio/pull/215.patch</a></li>
  <li><a href='https://github.com/kamailio/kamailio/pull/215.diff'>https://github.com/kamailio/kamailio/pull/215.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/pull/215">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZdPNvk6C53YljUDoWDW8Cnatwb18ks5oUs6ygaJpZM4FGWjr.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/kamailio/kamailio/pull/215"></link>
    <meta itemprop="name" content="View Pull Request"></meta>
  </div>
  <meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>