Jump to content

Stephen Niemand

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Stephen Niemand

  1. I would use 3.3.0.3165 instead. You mentioned that there is only 1 extension. But how many registrations on this extension? If there are more than 1 registered phone, can you force them to have only 1 registration and then verify that you see the problem? (There is setting under Admin->settings page "Max. number of concurrent registrations per extension:")

     

    This spesific user only has one phone so there is only one regisration. I can also not set the max registration to one as there is client with 2 or more phones per line.

  2. That really weird. Even the duration, durationHHMMSS does not seem to make too much sense. We will take a look at it.

     

     

    If there is anything else you need to know please ask and I shall give.

  3. Hi

     

    Hope you can help me?

     

    We have about 500 ext on PBXnSIP (version 3.3). We upgraded from ver 2.X to 3.2 on the 23 Jan 2009. Since the upgrade we had major CPU usage problems with we sorted out, with your help.

    The problem we have now is as follows:

     

    We log the XML cdr's to a Microsoft DB, which work fine.

    We have calls that overlap each other, eg. a call started the ‘21 February 2009 02:14:24 PM’ the duration was ‘547’ seconds.

    The next call started ‘21 February 2009 02:16:24 PM’ the duration was ‘72’ seconds.

    This is not possible as the client only has one extension with us.

     

    Here is the XML file for the two calls:

     

    Here is the first call

    <?xml version="1.0" encoding="utf-8"?>

    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sns="http://soap.com/pbx">

    <env:Body>

    <sns:CDR>

    <CallID>3c589ed8cd14-8o8bdpslvezh@snom300-000413283905#0ac5bece38</CallID>

    <Type>extcall</Type>

    <Domain>phone.yslzone.net</Domain>

    <Language>en</Language>

    <From>"Hugh McCabe" <sip:0878055243@phone.yslzone.net></From>

    <To><sip:0723365394@phone.yslzone.net;user=phone></To>

    <Extension>0878055243</Extension>

    <Number>0723365394</Number>

    <FromUser>0878055243@phone.yslzone.net</FromUser>

    <IvrUser>0878055243@phone.yslzone.net</IvrUser>

    <ToTrunk>VOXTelecom</ToTrunk>

    <ChargeAccount>0878055243@phone.yslzone.net</ChargeAccount>

    <ChargeNumber>

    </ChargeNumber>

    <TimeStart>1235218164</TimeStart>

    <LocalTime>20090221140924</LocalTime>

    <TimeConnected>547</TimeConnected>

    <TimeAnswered>547</TimeAnswered>

    <DurationHHMMSS>0:09:07</DurationHHMMSS>

    <Duration>7</Duration>

    <StatisticsForward>0</StatisticsForward>

    </sns:CDR>

    </env:Body>

    </env:Envelope>

     

     

     

    This is the second call

    <?xml version="1.0" encoding="utf-8"?>

    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sns="http://soap.com/pbx">

    <env:Body>

    <sns:CDR>

    <CallID>3c58a11c9c40-bgubtq22p131@snom300-000413283905#338d9c4362</CallID>

    <Type>extcall</Type>

    <Domain>phone.yslzone.net</Domain>

    <Language>en</Language>

    <From>"Hugh McCabe" <sip:0878055243@phone.yslzone.net></From>

    <To><sip:0827735896@phone.yslzone.net;user=phone></To>

    <Extension>0878055243</Extension>

    <Number>0827735896</Number>

    <FromUser>0878055243@phone.yslzone.net</FromUser>

    <IvrUser>0878055243@phone.yslzone.net</IvrUser>

    <ToTrunk>VOXTelecom</ToTrunk>

    <ChargeAccount>0878055243@phone.yslzone.net</ChargeAccount>

    <ChargeNumber>

    </ChargeNumber>

    <TimeStart>1235218285</TimeStart>

    <LocalTime>20090221141125</LocalTime>

    <TimeConnected>72</TimeConnected>

    <TimeAnswered>72</TimeAnswered>

    <DurationHHMMSS>0:01:12</DurationHHMMSS>

    <Duration>12</Duration>

    <StatisticsForward>0</StatisticsForward>

    </sns:CDR>

    </env:Body>

    </env:Envelope>

     

     

    This two XML files come directly from PBXnSIP. Please can you help?

×
×
  • Create New...