Re: [OpenSIPS-Users] stop accounting

2009-05-21 Thread Bogdan-Andrei Iancu
Hi, to get accounted transactions without a 200 OK, you need to set the "failed_transaction_flag" http://www.opensips.org/html/docs/modules/1.5.x/acc.html#id271012 Do set this flag when you process the BYE in your script. Regards, Bogdan kaiser wrote: > Bogdan, > A call with a BYE but no 200

Re: [OpenSIPS-Users] stop accounting

2009-05-21 Thread kaiser
Bogdan, A call with a BYE but no 200 ok , I take the internet away so UA never receive BYE to generate 200 ok. br, kaiser Bogdan-Andrei Iancu 提到: > Hi, > > Just to clarify - you simulated a call without no BYE at all (no > request), or a call with a BYE but no 200 OK for the BYE ? > > Regards, >

Re: [OpenSIPS-Users] stop accounting

2009-05-21 Thread Bogdan-Andrei Iancu
Hi, Just to clarify - you simulated a call without no BYE at all (no request), or a call with a BYE but no 200 OK for the BYE ? Regards, Bogdan kaiser wrote: > Dear sir, > > The opensips script coded with radius accouting, > if the call is terminated with BYE and 200 OK, radius stop accouinging

Re: [OpenSIPS-Users] stop accounting

2009-05-20 Thread kaiser
Thanks, I have used mediaproxy at the same time, why dom't I get benefit of it? (of course with dialog module) kk Norman Brandinger 提到: > One solution is to take a look at mediaproxy from AG Projects: > http://mediaproxy.ag-projects.com > > Regards, > Norm > > kaiser wrote: >> Dear sir, >> >> T

Re: [OpenSIPS-Users] stop accounting

2009-05-20 Thread Norman Brandinger
One solution is to take a look at mediaproxy from AG Projects: http://mediaproxy.ag-projects.com Regards, Norm kaiser wrote: > Dear sir, > > The opensips script coded with radius accouting, > if the call is terminated with BYE and 200 OK, radius stop accouinging > will be sent out. > > I try a c

Re: [OpenSIPS-Users] stop accounting

2009-05-20 Thread Brett Nemeroff
If I understand you correctly, this behavior is to be expected with a sip proxy. I'm not entirely sure, but mediaproxy or rtpproxy may resolve this issue for you. ie: something needs to know about the media stream as well. This has been discussed on the list. -Brett On Wed, May 20, 2009 at 7:23

[OpenSIPS-Users] stop accounting

2009-05-20 Thread kaiser
Dear sir, The opensips script coded with radius accouting, if the call is terminated with BYE and 200 OK, radius stop accouinging will be sent out. I try a call without 200 OK for BYE, I made an UA discoonected with LAN. acc module seems fail in radius accouting, no radius packert send out. How