Re: [Kamailio-Users] ACC on Failure route

2010-01-28 Thread Daniel-Constantin Mierla
On 1/25/10 2:10 PM, alex pappas wrote: What exactly is iirc? common abbreviation in net-slang, helping to save the planet, think green, by sending less bits on net :-): http://www.internetslang.com/IIRC.asp Cheers, Daniel -- Daniel-Constantin Mierla * http://www.asipto.com/

Re: [Kamailio-Users] ACC on Failure route

2010-01-26 Thread Daniel-Constantin Mierla
Hi Alex, ok, checked the sources and in fact seems that the missed calls events can be accounted on each serial fork step. Try to set missed calls flags for each failure step and see if you get records in missed_calls table. Cheers, Daniel On 1/25/10 2:15 PM, alex pappas wrote: Hi

Re: [Kamailio-Users] ACC on Failure route

2010-01-26 Thread alex pappas
Hi Daniel, Adding setflag(2) in Failure Route everything works PERFECT! ;-) All my failure attempts are added in the database, in table missed_calls. Thank you very match Alex On Tue, Jan 26, 2010 at 12:00 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hi Alex, ok, checked the

Re: [Kamailio-Users] ACC on Failure route

2010-01-26 Thread Alex Balashov
The documentation for 'acc' could stand to be a lot more explicit about just what exactly missed call means. I did not know. I had to try the functionality to find out. -- Alex Balashov - Principal Evariste Systems LLC Tel: +1 678-954-0670 Direct : +1 678-954-0671 Web:

Re: [Kamailio-Users] ACC on Failure route

2010-01-26 Thread Daniel-Constantin Mierla
On 1/26/10 1:11 PM, Alex Balashov wrote: The documentation for 'acc' could stand to be a lot more explicit about just what exactly missed call means. I did not know. I had to try the functionality to find out. hopefully we will have some volunteers to take care of that :-) ... I am more

Re: [Kamailio-Users] ACC on Failure route

2010-01-25 Thread alex pappas
Hi Daniel, We make a call and the call tries from the Failure Route 5 times new gateway (with dispatcher) but WITHOUT success in termination. In every try we get back 503 Congestion. In this case how many CDRs we should see in our LOG. We have the modparam(acc, failed_transaction_flag, 6) and

Re: [Kamailio-Users] ACC on Failure route

2010-01-25 Thread Daniel-Constantin Mierla
Hi Alex, On 1/25/10 11:03 AM, alex pappas wrote: Hi Daniel, We make a call and the call tries from the Failure Route 5 times new gateway (with dispatcher) but WITHOUT success in termination. In every try we get back 503 Congestion. In this case how many CDRs we should see in our LOG. We

Re: [Kamailio-Users] ACC on Failure route

2010-01-25 Thread Henning Westerholt
On Monday 25 January 2010, Daniel-Constantin Mierla wrote: We make a call and the call tries from the Failure Route 5 times new gateway (with dispatcher) but WITHOUT success in termination. In every try we get back 503 Congestion. In this case how many CDRs we should see in our LOG.

Re: [Kamailio-Users] ACC on Failure route

2010-01-25 Thread Daniel-Constantin Mierla
Hi Henning, On 1/25/10 11:48 AM, Henning Westerholt wrote: On Monday 25 January 2010, Daniel-Constantin Mierla wrote: We make a call and the call tries from the Failure Route 5 times new gateway (with dispatcher) but WITHOUT success in termination. In every try we get back 503 Congestion.

Re: [Kamailio-Users] ACC on Failure route

2010-01-25 Thread alex pappas
Hi Daniel, This is my ACC configuration: # - acc params - /* what sepcial events should be accounted ? */ modparam(acc, early_media, 1) modparam(acc, report_ack, 1) modparam(acc, report_cancels, 1) /* by default ww do not adjust the direct of the sequential requests. if you

[Kamailio-Users] ACC on Failure route

2010-01-22 Thread alex pappas
Dear Friends, In case of a call failure I'm trying from failure route to send the call through other gateways with Dispatcher module. I would like to have ACC for all failures that a call can possibly pass. If the call fails in the 3 first gateways I want them also in my mysql ACC table. I tried

Re: [Kamailio-Users] ACC on Failure route

2010-01-22 Thread alex pappas
Hi Henning, Since I cannot use directly acc in failure Route then I will try to add the AVPs you mentioned directly in mysql with SQLOPS. Thank you Alex On Fri, Jan 22, 2010 at 2:55 PM, Henning Westerholt henning.westerh...@1und1.de wrote: On Friday 22 January 2010, alex pappas wrote: In

Re: [Kamailio-Users] ACC on Failure route

2010-01-22 Thread Daniel-Constantin Mierla
Hello, On 1/22/10 1:08 PM, alex pappas wrote: Dear Friends, In case of a call failure I'm trying from failure route to send the call through other gateways with Dispatcher module. I would like to have ACC for all failures that a call can possibly pass. If the call fails in the 3 first

Re: [Kamailio-Users] ACC on Failure route

2010-01-22 Thread Henning Westerholt
On Friday 22 January 2010, alex pappas wrote: Hi Henning, Since I cannot use directly acc in failure Route then I will try to add the AVPs you mentioned directly in mysql with SQLOPS. Hi alex, ok, this is another option. But i was referring to do something like this: modparam(acc,

Re: [Kamailio-Users] ACC on Failure route

2010-01-22 Thread alex pappas
Hi Daniel, I use in the Failure Route the dispatcher to try in serial mode some gateways against a call. If I set in the failure route : setflag(1); # do accounting ... setflag(3); # ... even if the transaction fails then I get in the syslog the acc of the last gateway that Dispatcher tried to

Re: [Kamailio-Users] ACC on Failure route

2010-01-22 Thread alex pappas
Hi Henning, This could be a solution also but it would be a little more difficult in seaching infiormations about those calls against the DB, Cheers Alex On Fri, Jan 22, 2010 at 4:04 PM, Henning Westerholt henning.westerh...@1und1.de wrote: On Friday 22 January 2010, alex pappas wrote: Hi