Is it possible to restrict the number of concurrent calls made to a SIP peer? Or maybe the number of concurrent calls made to a particular extension. This way I can avoid asterisk trying to make more voice calls to my remote SIP gateway then I have bandwidth to handle. /davidh
>Is it possible to restrict the number of concurrent calls made to a SIP >peer? Or maybe the number of concurrent calls made to a particular >extension. This way I can avoid asterisk trying to make more voice >calls to my remote SIP gateway then I have bandwidth to handle. > >/davidhThat's already a feature request. http://bugs.digium.com/bug_view_page.php?bug_id=0000098 JT
Yes :) we made available this patch few weeks ago: http://lists.digium.com/pipermail/asterisk-dev/2003-July/001202.html I hope that It will work with newest chan_sip.c cvs version if not we will update it :))) It's working for us more than 6 months without any problems. Best regards MiniTelecom Team David Harris wrote:> Is it possible to restrict the number of concurrent calls made to a SIP > peer? Or maybe the number of concurrent calls made to a particular > extension. This way I can avoid asterisk trying to make more voice > calls to my remote SIP gateway then I have bandwidth to handle. > > > /davidh > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >
On Fri, 2003-08-29 at 23:27, Lubomir Christov wrote:> we made available this patch few weeks ago: > http://lists.digium.com/pipermail/asterisk-dev/2003-July/001202.htmlAny chance of this making it into the main source?