[OpenSIPS-Users] ACC success only for <90 sec duration

2013-04-23 Thread pa...@eremina.net
Hi! I've have 1.9 Opensips and get some confuse... It can't save calls that duration more than 90 second. Just save 91 second in duration ... like that: 2013-04-23 13:43:59pavel7967863331788.05.7.962.3.0.40*90*10 sip:79678647317@18.10.36.8;transport=UDP And some time i don't see "BYE" in sip_tra

Re: [OpenSIPS-Users] ACC success only for <90 sec duration

2013-04-23 Thread Răzvan Crainea
Hi, Pavel! Are you using dialog-based accounting? Are you modifying the dialog timeout? Best regards, Razvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 04/23/2013 09:53 AM, pa...@eremina.net wrote: Hi! I've have 1.9 Opensips and get some confuse... It can't save cal

Re: [OpenSIPS-Users] ACC success only for <90 sec duration

2013-04-23 Thread pa...@eremina.net
Yes, i use CDR flag to account. No, i don't touch any timeout value; 2013/4/23 Răzvan Crainea > Hi, Pavel! > > Are you using dialog-based accounting? Are you modifying the dialog > timeout? > > Best regards, > > Razvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutions.**com

Re: [OpenSIPS-Users] ACC success only for <90 sec duration

2013-04-23 Thread Răzvan Crainea
Hi, Pavel! Are you using the 'B' flag for the create_dialog() function? If not, this might be the cause why you are not seeing the BYE's. However, this means that somehow the dialog expires. Can you post the dialog parameters you are using? Best regards, Razvan Crainea OpenSIPS Core Develop

Re: [OpenSIPS-Users] ACC success only for <90 sec duration

2013-04-23 Thread pa...@eremina.net
I don't use flag "B" in create_dialog() because when i use it call may drop with 90 second. I understand that something wrong with timeout. I use default dialog parameters if i understood you. 2013/4/23 Răzvan Crainea > Hi, Pavel! > > Are you using the 'B' flag for the create_dialog() function

Re: [OpenSIPS-Users] ACC success only for <90 sec duration

2013-04-23 Thread Răzvan Crainea
Hi, Pavel! Using the 'B' flag doesn't affect at all the timeout of the dialog, it simply indicates that when the dialog expires, OpenSIPS should send BYEs in both direction. If you don't use this flag, you will not see the BYEs, but the dialog will still end and the CDR will still be written.

Re: [OpenSIPS-Users] ACC success only for <90 sec duration

2013-04-23 Thread pa...@eremina.net
Thanks for answers. Today i tryed run script on 1.7.2. and everything works fine. I will try migrate to 1.9 tomorrow again with debug... 2013/4/23 Răzvan Crainea > Hi, Pavel! > > Using the 'B' flag doesn't affect at all the timeout of the dialog, it > simply indicates that when the dialog expir