Damien Gabrielson
2006-Aug-16 10:12 UTC
[asterisk-users] Restricting Incoming SIP Calls Without "call-limit"
I have been trying to restrict incoming calls for some time and I have not had any luck yet so I hope someone may have done this already. I receive calls from a SIP provider with whom I do not register. I merely accept the call to a certain DID and route the call elsewhere. I want to limit the amount of concurrent calls for a certain group of DIDs for example: 555-1111, 555-2222, and 555-3333 are all in one group which are allowed to have 2 concurrent calls. I can always add logic to my dial plan to count the calls as they come in and hang them up if they are over the limit but I was hoping to find a more native way in Asterisk. Thanks, Damien
C F
2006-Aug-16 11:04 UTC
[asterisk-users] Restricting Incoming SIP Calls Without "call-limit"
set group is your friend: http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+SetGroup On 8/16/06, Damien Gabrielson <damien.gabrielson@mdci.ca> wrote:> I have been trying to restrict incoming calls for some time and I have > not had any luck yet so I hope someone may have done this already. > > I receive calls from a SIP provider with whom I do not register. I > merely accept the call to a certain DID and route the call elsewhere. I > want to limit the amount of concurrent calls for a certain group of DIDs > for example: > > 555-1111, 555-2222, and 555-3333 are all in one group which are allowed > to have 2 concurrent calls. > > I can always add logic to my dial plan to count the calls as they come > in and hang them up if they are over the limit but I was hoping to find > a more native way in Asterisk. > > Thanks, > Damien > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >