<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Samuel,<br>
    <br>
    A domain can be defined in the billing_customers table. In your case
    <a moz-do-not-send="true"
      href="mailto:0034123456789@testintern.domain.com">testintern.domain.com</a>.
    You should also add the timezone to this domain in the same table.<br>
    <br>
    If this still does not work, and like you said, the domain is not
    properly split/retrieved from the uri, I've to look deeper in the
    code why this can happen.<br>
    <br>
    So can you please add the domain and let me know the outcome?<br>
    <br>
    Best regards,<br>
    <br>
    -- <br>
    Tijmen de Mes
    <br>
    AG Projects<br>
    &nbsp;<br>
    On 02/13/2012 05:30 PM, samuel wrote:
    <blockquote
cite="mid:CAOg=WDemyav7bAF6ZZ-BbjTxq9QkE=uVtUBAwLUseivmARXGCA@mail.gmail.com"
      type="cite">Hi all,<br>
      <br>
      Recently I was playing with the prepaid functionallity of CDRTool
      (8.2.3) and found out that when the customer is not explicitely
      defined in the field Subscriber, the domain is not looked up.<br>
      I have opensips (1.7.1) with call control application from apt
      sources (2.0.15) and when the following call is sent:<br>
      <br>
      sent from opensips to CDRTool:<br>
      &nbsp; MaxSessionTime Duration=36000
      CallId=JeJ5LJz8iCXozC1AGxhqoOIliuToIm53 From=<a
        moz-do-not-send="true"
        href="mailto:sip%3Amas@testintern.domain.com">sip:mas@testintern.domain.com</a>
      Gateway=X.Y.Z.W To=sip<br>
      &nbsp; :<a moz-do-not-send="true"
        href="mailto:0034123456789@testintern.domain.com">0034123456789@testintern.domain.com</a>..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      <br>
      ##<br>
      reply from CDRTool<br>
      &nbsp; error: cannot figure out the billing
      timezone.type=prepaid.type=prepaid<br>
      <br>
      Looking in the syslog we find the right answer:<br>
      Feb 13 17:18:30 cdrtool cdrtool[30106]: Error: no customer found
      in billing_customers table for billing party=<a
        moz-do-not-send="true" href="mailto:mas@testintern.domain.com">mas@testintern.domain.com</a>,
      domain=, gateway=X.Y.Z.W<br>
      Feb 13 17:18:30 cdrtool cdrtool[30106]: error: cannot figure out
      the billing timezone#012type=prepaid<br>
      <br>
      so it looks like the domain is not extracted from the user part
      and it is not checked in the billing_customers table. The query in
      the function lookupProfiles&nbsp; (file rating.php) uses
      $this-&gt;dictionary['domain'] as the source for the domain but in
      the prepaid scenario, this parameter hasn't got a value. Am I
      right?<br>
      <br>
      I've tried to dig further in the code but unfortunately got lost
      in the exportation of the CDR's dictionary to the function that is
      used in prepaid scenarios.<br>
      <br>
      Is there any option I'm missing? Is it possible to setup just the
      domain in the billing_customers table and not a line foreach
      prepaid customer?<br>
      <br>
      Congratulations for the project and thanks in advance,<br>
      Samuel<br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
    <br>
  </body>
</html>