<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1254">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello;<br>
        ACC module with db_mysql writes  Request Uri to Dst_user column
    in my configuration. When a international call happens , in kamailio
    acc table dont write 00 prefix to dst_user even if  Mysql dst_user
    column defined varchar(64). my acc configuration is below. could you
    help me about how to fix this problem.<br>
    <br>
    For example; When i call "0014152616602"  , acc modules writes
    "14152616602" to dst_user.<br>
    <br>
    Kamailio  4.1.7 x86_64/linux<br>
    Mysql      5.5.38<br>
    <br>
    --------------------------- ACCDB conf----------------------<br>
    modparam("acc", "cdr_enable", 1)<br>
    modparam("acc", "early_media", 0)<br>
    modparam("acc", "report_ack", 1)<br>
    modparam("acc", "report_cancels", 1)<br>
    modparam("acc", "detect_direction", 0)<br>
    modparam("acc", "db_url", DBURLCDR)<br>
    modparam("acc", "log_flag", FLT_ACC)<br>
    modparam("acc", "db_missed_flag", FLT_ACCMISSED)<br>
    modparam("acc", "db_table_missed_calls", "missed_calls")<br>
    modparam("acc", "db_flag", 1)<br>
    modparam("acc", "db_missed_flag", 3)<br>
    modparam("acc", "acc_time_column", "calldatetime")<br>
    modparam("acc", "db_extra","src_user=$fU;src_domain=$fd;src_ip=$si;<u>dst_user=$rU</u>;dst_domain=$rd;src_ousername=$avp(poparty);networkdatetime=$avp(networkdatetime)")<br>
-----------------------------------------------------------------------------------<br>
    <br>
    <br>
    PS. it calls correctly.<br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1254">
      <title></title>
      <div align="left">
        <div style="width:300px;" align="left">
          <a href="http://www.netgsm.com.tr" target="_blank">
            <img src="cid:part1.07020507.09030103@netgsm.com.tr"
              alt"netgsm"="" border="0">
          </a>
        </div>
      </div>
    </div>
  </body>
</html>