Hello,
The software includes critical bug fixes for parallel prepaid calls.
The software can be downloaded from:
http://download.ag-projects.com/CDRTool/
Changelog since 6.6.3
cdrtool (6.6.8) unstable; urgency=low
* Log debit balance to prepaid_history table
cdrtool (6.6.7) unstable; urge
Daniel,
Daniel-Constantin Mierla wrote:
> There are use cases even when doing stateful processing. So:
> - hash over call id - it is fast, good distribution, can be used for
> calls to be sent to gateways, etc, works for stateless processing as well
> - hash over from uri - caller is sent to sam
That did it! Now a new problem - the tables being created in the radius DB
opposed to the openser DB where CDRTool wants to look.
The stored procedures are within the radius DB, is that right? so how/where
do I tell CDRTool to look in that DB for the new table or do I need to move
the stored proced
Thank you Craig - I must have the wrong sql.conf in there. I will swap it
out later tonight and see how it does. Thanks,
-graham
On 9/29/08 11:37 AM, "Craig Guy" <[EMAIL PROTECTED]> wrote:
> Hi Graham,
>
> I'm currently working on implementing CDRTool 6.6.5. There are two versions
> of sql.c
Hi Forum,
I want to use carrierroute to terminate 50,000 preffixes to a PSTN gw and block
100,000.
So I created 50,000 records with gw ip as rewrite_host. However I only was able
to start kamailio with no more than about 2,200 records in carrierroute mysql
table.
Is it possible to use carrierr
Hi all,
How I send to freeradius-cdrtool the maxCallDuration and UserCredit?
On the /etc/raddb/users I have:
[EMAIL PROTECTED] Auth-Type := Digest, User-Password == "mypassword"
Reply-Message = "Authenticated",
SIP-AVP = "authentic#1",
SIP-AVP = "callMaxDur:60",
samuel wrote:
> Responses will traverse back the way and therefore will pass the
> t_relay() host. Further in-dialog requests might traverse the t_relay
> host or not (record-route stuff)...It depends on the network topology
> and the application. There are lots of HA deployments and proxy with
Greetings,
I'm looking for the short answer, most likely no way.
Thanks,
Toly
--
View this message in context:
http://www.nabble.com/kamailio-1.4.1-and-mediaproxy-1.9.1-tp19728623p19728623.html
Sent from the OpenSER Users Mailing List mailing list archive at Nabble.com.
_
Hi Graham,
I'm currently working on implementing CDRTool 6.6.5. There are two versions
of sql.conf - one calling the stored procedures and one that doesn't. The
called procedures sql.conf is sourced from
CDRTool/setup/radius/OpenSIPs/radius_accounting.conf rather than
CDRTool/setup/radius/OpenSI
Your're right Dan; we're not. After reading your reply below, it's
relating to something completely different. I am just grasping at
straws as I spent the whole weekend trying to get CDRTool fully working.
I would agree that it's CDRTool (6.6.3) and MySQL (5.0.45); I don't
see how these sto
Hello,
I just added to svn a new function for registrar module:
uunregister(domain, uri), see commit:
http://openser.svn.sourceforge.net/viewvc/openser?view=rev&revision=5010
The patch is small and clean. Backport to 1.4.1 should be straightforward.
This function should help you to achieve the
Graham,
not sure whether we are speaking about same thing.
What Diego is after is a module of freeradius which makes it taking to
cdrtool through the telnet interface (
http://sourceforge.net/projects/frad-cdrtool).
The work I do there is public under GPL so no need of special channels to
get it
Can I get a copy of that as well?
I am running the latest freeradius and CDRTool - having radius.radacct
populate just fine, but can't seem to get the stored procedures to
work (Yes, I have patched freeradius to have the stored procedures),
so CDRTool it can pull from openser.radacct.YYYMM.
Thanks for reply DanB.
Diego.
- Original Message -
From: DanB
To: Diego Zuaneti Arruda
Cc: users@lists.kamailio.org ; [EMAIL PROTECTED]
Sent: Monday, September 29, 2008 10:05 AM
Subject: Re: [Kamailio-Users] CDRTool 6.6.4 with freeradius-cdrtool
Hey Diego,
I am wor
Hey Diego,
I am working on something right now. You should have it later afternoon.
Cheers,
DanB
On Mon, Sep 29, 2008 at 3:02 PM, Diego Zuaneti Arruda <
[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Someone has a patch for use freeradius-cdrtool with the latest version of
> cdrtool ?
> The stabl
Hi all,
Someone has a patch for use freeradius-cdrtool with the latest version of
cdrtool ?
The stable versions of cdrtool not have multiple commands that were in
earlier versions.
Thanks.
Diego.
___
Users mailing list
Users@lists.kamaili
Thanks, worked!
> Hello,
>
> On 09/29/08 15:27, Diego Zuaneti Arruda wrote:
>> Hi all,
>>
>>It's possible to disable any transfers (blind or attended) on
>> Kamailio ?
> You can drop any REFER message by:
>
> if(method=="REFER")
> {
>sl_send_reply("403", "Not allowed");
>exit
Hello,
On 09/29/08 15:27, Diego Zuaneti Arruda wrote:
> Hi all,
>
>It's possible to disable any transfers (blind or attended) on
> Kamailio ?
You can drop any REFER message by:
if(method=="REFER")
{
sl_send_reply("403", "Not allowed");
exit;
}
Cheers,
Daniel
--
Daniel-Constant
Hi all,
It's possible to disable any transfers (blind or attended) on Kamailio ?
Thanks.
Diego.
___
Users mailing list
Users@lists.kamailio.org
http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
On 09/29/08 14:22, Alex Balashov wrote:
> samuel wrote:
>
>> The Call-ID hash is used to send all requests of the same dialog to the
>> same endpoint (proxy,application server,gateway,whatever...). The
>> reason after this behaviour is not to have these SIP endpoints sharing
>> the status
2008/9/29 Alex Balashov <[EMAIL PROTECTED]>
> samuel wrote:
>
>> The Call-ID hash is used to send all requests of the same dialog to the
>> same endpoint (proxy,application server,gateway,whatever...). The reason
>> after this behaviour is not to have these SIP endpoints sharing the status
>> of
samuel wrote:
> The Call-ID hash is used to send all requests of the same dialog to the
> same endpoint (proxy,application server,gateway,whatever...). The
> reason after this behaviour is not to have these SIP endpoints sharing
> the status of all the dialogs (not many applications out there s
The Call-ID hash is used to send all requests of the same dialog to the same
endpoint (proxy,application server,gateway,whatever...). The reason after
this behaviour is not to have these SIP endpoints sharing the status of all
the dialogs (not many applications out there share this status and ther
I am curious, what exactly is the purpose and philosophy of the various
hash algorithms in the dispatcher module? I am referring to the ones
that allow the gateway in the route set to be determined through a hash
of various SIP headers, such as the From URI, the To URI, the Call-ID
GUID, etc.
On 09/28/08 12:44, Schober Walter wrote:
> I see:* [r4968] modules/nathelper/nathelper.c:
> - fix the calculation of CRLF length when adding norttptoxy string
> - patch by Alex Hermann (closes #2117700)
>
> And yes, it's that issue and therefore fixed in 1.4.1.
>
Indee
Hello,
On 09/29/08 10:48, Ali Jawad wrote:
>
> Hi
>
>
>
> The solution below does work in deed the only problem is that if I use
> it and I am logged in at work and I want to use the service at home it
> wont let me.
>
> What I am trying to achieve is that the same user can not be online
> wi
Hi
The solution below does work in deed the only problem is that if I use
it and I am logged in at work and I want to use the service at home it
wont let me.
What I am trying to achieve is that the same user can not be online with
two sip phones at any one time. Is there a way to force a logo
hi all
I am using the Openser(Opensips) as apllication server . i am developing Sh
interface between the AS and HSS.
For developing the Sh interface i am using the CDiameterpeer , here i am
getiing memory and locking errors. And for using the CDiameterpeer as
standalone library what steps i ha
28 matches
Mail list logo