<div dir="ltr"><span style="font-size:12.8000001907349px">Hello everyone!</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Could you help please how-to realize limits on b-leg?</div><div style="font-size:12.8000001907349px">I already saw a wiki page, and way to outbound limit on gateways but, there&#39;s some problems to use this solution in my cases.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Case 1:</div><div style="font-size:12.8000001907349px">[provider sip] -&gt; [fs] -&gt; [user 1]</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">In this case, I&#39;m need to set call limit for user 1 (it can handle no more than concurrent 1 call, connected device is not managed by me) . </div><div style="font-size:12.8000001907349px">If I will set it on a-leg in dialplan, the limit will bound to a-leg&#39;s UUID and stay here even if b-leg (which is user 1) will be destroyed, for example if user 1 transferred (of att-xferred) call to another user.<br></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Case 2:</div><div style="font-size:12.8000001907349px">[provider sip] -&gt; [fs] -&gt; [user 1], [user 2], [user 3] (enterprise dial)<br></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">In this case, I&#39;m need to set own call limit for each user&#39;s channel, only for matching b-leg, not for all.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">This cases, may be realized with loopback channel (which is not elegant, because produces addition problems with cdrs...) but, what will be if one of this users is fax, and we&#39;re need to make T.38 pass-trough between a-leg and b-leg?</div><div style="font-size:12.8000001907349px">At this moment there&#39;s no way to pass-trough t.38 with loopback channels.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Ok, after all of this, I&#39;m tried to some sort of googling and found this issue in FS Jira: <a href="https://freeswitch.org/jira/si/jira.issueviews:issue-html/FS-1792/FS-1792.html" target="_blank">https://freeswitch.org/jira/si/jira.issueviews:issue-html/FS-1792/FS-1792.html</a></div><div style="font-size:12.8000001907349px">I was tried to use uuid_limit for setting limit on b-leg, but:</div><div style="font-size:12.8000001907349px">- I cannot use uuid-limit on a-leg because, there&#39;s no uuid for b-leg before bridge called. I can generate uuid by api function, and set for b-leg as channel variable in bridge, but now I also cannot run uuid_limit on b-leg because there&#39;s no b-leg channel before bridge called.</div><div style="font-size:12.8000001907349px">- If I&#39;m write a script which handles channel init event, checking some variable, and after this, executes uuid_limit on it, there&#39;s some other problem - events working in async way, so user&#39;s phone will ring before uuid_limit action will be executed (after that user will have +1 missed call, which is not must be here).</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">So the last way to implement this cases is to write module for FS (C or .Net) which will handle execute_on_init, variable, and executes action when channel initializing.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">But, maybe there any other way to implement this functionality.</div><div style="font-size:12.8000001907349px">Or may be execute_on_init shall be added to FS core?</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div class="gmail_signature"><div style="font-size:small">With best regards,</div><div style="font-size:small">Arthur Kraev</div></div></div></div>
</div>