Re: [SR-Users] INVITE Retransmission Causes Limiting Simultaneus Calls for Subscribers

2013-02-12 Thread Bayram Karagoz
recheck config and saw that I used dlg_manage() most before route(QUOTA) block. does it sits in the wrong place?you can find my kamailio.cfg file in attachment also. # account only INVITEs * dlg_manage();* if (is_method("INVITE")) { setflag(FLT_ACC); # do accounting

Re: [SR-Users] INVITE Retransmission Causes Limiting Simultaneus Calls for Subscribers

2013-02-12 Thread Daniel-Constantin Mierla
Where do you use dlg_manage()? It is not in the route you pasted below. Cheers, Daniel On 2/12/13 10:12 AM, Bayram Karagoz wrote: Thanks for quick response Daniel, My kamailio version is 3.2.3 (x86_64/linux) . I want to use dlg_manage() before but not sure which side of my call limitation rou

Re: [SR-Users] INVITE Retransmission Causes Limiting Simultaneus Calls for Subscribers

2013-02-12 Thread Bayram Karagoz
Thanks for quick response Daniel, My kamailio version is 3.2.3 (x86_64/linux) . I want to use dlg_manage() before but not sure which side of my call limitation route code block. can you advise me where to use dlg_manage() in my routing? here is my route block defined below; route[QUOTA] {

Re: [SR-Users] INVITE Retransmission Causes Limiting Simultaneus Calls for Subscribers

2013-02-12 Thread Daniel-Constantin Mierla
Hello, what version of kamailio are you using? State 1 is for dialogs that were not relayed (or they haven't received any reply yet). That means you create the dialog and don't relay the INVITE. Try to us dlg_manage() just before relaying the INVITE. Cheers, Daniel On 2/12/13 9:37 AM, Bayra

Re: [SR-Users] INVITE Retransmission Causes Limiting Simultaneus Calls for Subscribers

2013-02-12 Thread Bayram Karagoz
Hi, is there any advise about my problem? I'm using kamailio in my production environment and this issue started to reproduce a lot. is there any way to discard retransmitted INVITE messages from counting dialog? 2013/2/9 Bayram Karagoz > thanks for the response Daniel, > > has_totag not solve

Re: [SR-Users] INVITE Retransmission Causes Limiting Simultaneus Calls for Subscribers

2013-02-09 Thread Bayram Karagoz
thanks for the response Daniel, has_totag not solved my problem. in a deep search I realized that these retransmission INVITE dialogs are waiting in dialog list as state = 1. one example is below; is there any way to clear these dialog which state is waiting for state = 1 or any other solution is

Re: [SR-Users] INVITE Retransmission Causes Limiting Simultaneus Calls for Subscribers

2013-02-04 Thread Daniel Tryba
On Sunday 03 February 2013 12:58:02 Bayram Karagoz wrote: > I'm trying to limit all subscriber's active call according to setting their > simultaneous use setting defined in database. > But having problem when one subscriber's INVITE message goes to > retransmission. When retranmission occures INVI

[SR-Users] INVITE Retransmission Causes Limiting Simultaneus Calls for Subscribers

2013-02-03 Thread Bayram Karagoz
Hello, I'm trying to limit all subscriber's active call according to setting their simultaneous use setting defined in database. But having problem when one subscriber's INVITE message goes to retransmission. When retranmission occures INVITE messages don't complete with BYE and subscriber simulta