login | register
Wed 08 of Oct, 2008 [00:11 UTC]

voip-info.org

Discuss [1] History

Asterisk bounty IAX incoming-outgoing limit

Created by: oej,Last modification on Wed 16 of Feb, 2005 [19:37 UTC] by bjohnson
Manager:
Bounty amount: ?
Contributors: michaelrose
Status: Open

Description

Limit for outgoing / incoming iax2 calls. (similar to h323 and sip)

http://bugs.digium.com/bug_view_page.php?bug_id=0000849


Note: the chance that this will ever be incorporated into the Asterisk Source code is slim. As you can read in channels/chan_sip.c:

/*--- update_user_counter: Handle incominglimit and outgoinglimit for SIP users ---*/
/* Note: This is going to be replaced by app_groupcount */
static int update_user_counter(struct sip_pvt *fup, int event)

app_groupcount already exists and implements SetGroup, CheckGroup and GetGroupCount. This is all you need to specify access limits in your dialplan. An example is on the SetGroup page.



Another example is on the superdial macro page



Comments

Comments Filter
222

333would this work?

by , Friday 11 of February, 2005 [03:18:49 UTC]
http://www.voip-info.org/tiki-index.php?page=Superdial%20macro
or:
http://www.voip-info.org/wiki-Asterisk+cmd+SetGroup
seems the same to me but I am a newbie