<div>Its not possible.  Maybe file a bounty.</div><div><br><div class="gmail_quote"><div>On Tue, Jun 20, 2017 at 2:44 PM Nabeel Ahmad <<a href="mailto:nabeel.10.ahmed@gmail.com">nabeel.10.ahmed@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div><div><div><div><div><div><div>Umm...I am on limit page since Morning . limit on any user , outbound gateway all is working well. they are all in dialplan . How can i limit inbound profile this i still can't figure from the link given.<br><br></div>And one question for rtp-ip value as i was doing it some other way .<br></div><div>If i do like you have mentioned ,sofia replies with this sdp .<br></div><div><br><b><param name="rtp-ip" value="192.168.1.1,192.168.1.2,192.168.1.3" /></b><br><br>o=FreeSWITCH 1497955081 1497955082 IN IP4 192.168.1.1,192.168.1.2,192.168.1.4<br>s=FreeSWITCH<br><b>c=IN IP4 192.168.1.1,192.168.1.2,192.168.1.4    </b><br></div></div><br></div>I am not sure if this is valid sdp attribute or not.<br></div><br></div>I am doing like this <br><param name="rtp-ip"value="192.168.1.1"/><br><param name="rtp-ip value="192.168.1.2"/><br><param name="rtp-ip value="192.168.1.3" /><br><br></div>Which on each call offers one ip in sdp like this .<br>o=FreeSWITCH 1497961414 1497961415 IN IP4 192.168.1.3<br>s=FreeSWITCH<br>c=IN IP4 192.168.1.3<br><br></div>and this on another call .<br> <br><div>o=FreeSWITCH 1497961414 1497961415 IN IP4 192.168.1.1<br>s=FreeSWITCH<br>c=IN IP4 192.168.1.1<br><div><div><div><div><div><br></div><div><br></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 20, 2017 at 8:52 PM, Ken Rice <span><<a href="mailto:krice@freeswitch.org" target="_blank">krice@freeswitch.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">No Defining multiple RTP IPs has been there for a while.... you don’t define them in different lines, the parser will filter out previous ones, you define them all together<br>
<br>
    <param name="rtp-ip" value1.2.3.4,1.2.3.5,1.2.3.6,1.2.3.7"/><br>
<br>
The stack will then round robin them.  This feature was added several years ago so that FreeSWITCH can handle the required RTP load in traffic flows that can exceed that of 1Gig-E network connections while only using 1 SIP Profile for traffic. It's still useful although less of a requirement with 10GigE coming down in price. (you can now find managed 48port 10GE switches, NICs and Cables on the secondary market for a combined cost under $200/port now.<br>
<span><br>
<br>
-----Original Message-----<br>
From: FreeSWITCH-users [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of Serge S. Yuriev<br>
</span><div><div class="m_-1120724287403909290h5">Sent: Tuesday, June 20, 2017 10:35 AM<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br>
Subject: Re: [Freeswitch-users] Call limit on RTP-IP Address<br>
<br>
I mean if we can define multiple IPs at all. I was under impression parser uses only one last defined.<br>
<br>
On 20/06/17 17:40, Ken Rice wrote:<br>
> This is not a bug... there is just no way to select which IP or port is used nor is there an effective way to limit it short of just killing the call due to the way the IP/Port allocation works in the RTP stack currently.<br>
><br>
> -----Original Message-----<br>
> From: FreeSWITCH-users<br>
> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of<br>
> Serge S. Yuriev<br>
> Sent: Tuesday, June 20, 2017 9:17 AM<br>
> To: <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br>
> Subject: Re: [Freeswitch-users] Call limit on RTP-IP Address<br>
><br>
> Is this multi-IP config expected to work this way or it's eventuality/bug?<br>
><br>
> On 20/06/17 17:05, Ken Rice wrote:<br>
>> Theres no way to limit or select which IP/Port combination is used<br>
>> from the available RTP IP/Port Range in the config you have.  The<br>
>> only way to do this would be to create a profile for each IP and then<br>
>> limit the number of calls per profile<br>
>><br>
>> *From:* FreeSWITCH-users<br>
>> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] *On Behalf Of<br>
>> *Nabeel Ahmad<br>
>> *Sent:* Tuesday, June 20, 2017 4:16 AM<br>
>> *To:* <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br>
>> *Subject:* [Freeswitch-users] Call limit on RTP-IP Address<br>
>><br>
>> Hello all,<br>
>><br>
>> If we assign more then one RTP-IP parameter to a sip profile , they<br>
>> are used in round robin.<br>
>><br>
>> Its perfect . I want to know is there a way to use some limit on that ip ?<br>
>><br>
>> Say i've 5 ip address listening on box , and i want one concurrent<br>
>> call limit on each media ip.<br>
>><br>
>> How can i set limit on profile level or set from dialplan.<br>
>><br>
>> I tried to do but it didn't work .<br>
>><br>
>> Any help or advice will be highly appreciated<br>
>><br>
>> Thanking all<br>
>><br>
>> Nabeel.<br>
><br>
><br>
> --<br>
> Serge S. Yuriev<br>
> Lead VoIP engineer<br>
><br>
><br>
> ______________________________________________________________________<br>
</div></div>> ___ Professional FreeSWITCH Consulting Services:<br>
<span>> <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
> <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-use" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-use</a><br>
> rs<br>
> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
><br>
><br>
> ______________________________________________________________________<br>
</span>> ___ Professional FreeSWITCH Consulting Services:<br>
<span class="m_-1120724287403909290im m_-1120724287403909290HOEnZb">> <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
> <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-use" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-use</a><br>
> rs<br>
</span><span class="m_-1120724287403909290im m_-1120724287403909290HOEnZb">> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
><br>
<br>
--<br>
Serge S. Yuriev<br>
Lead VoIP engineer<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
</span><div class="m_-1120724287403909290HOEnZb"><div class="m_-1120724287403909290h5">_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a></div></div></blockquote></div><br></div>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a></blockquote></div></div><div dir="ltr">-- <br></div><div data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬<div><br><div>☞ <a href="http://freeswitch.org/" target="_blank">http://freeswitch.org/</a>  ☞ <a href="http://cluecon.com/" target="_blank">http://cluecon.com/</a>  ☞ <a href="http://twitter.com/FreeSWITCH" target="_blank">http://twitter.com/FreeSWITCH</a></div><div><div>☞ <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch ☞ <u><a href="http://freeswitch.org/g+" target="_blank">http://freeswitch.org/g+</a></u><br><br></div><div>ClueCon Weekly Development Call <br></div><div>☎ <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a>  ☎ +19193869900 </div><div><br></div></div></div><div><a href="https://www.youtube.com/watch?v=9XXgW34t40s" style="color:rgb(17,85,204);font-size:12.8000001907349px" target="_blank">https://www.youtube.com/watch?v=9XXgW34t40s</a></div><div><a href="https://www.youtube.com/watch?v=NLaDpGQuZDA" target="_blank">https://www.youtube.com/watch?v=NLaDpGQuZDA</a><br></div></div></div></div></div></div></div>