I am having a logical problem when using GnuGK to route calls. The problem is that for the same endpoints of gatekeepers I need to limit the number of concurrent calls based on the source of the call. I know the solution to this is another module, complete with all kind of commands and a lot of work, but I may have a quicker solution that will solve this problem without much change. Already ni the neghbour section there is a pattern for declaring sendprefixes something like prefix:=priority. The solution is to extend this format to the endpoint prefixes and add something extra, that being capacity. Example: 1.2.3.4=gw1;1234:=1=5,5678:=2=4 5.6.7.8=gw1;1234:=2=6,5678:=1=7 That means that calls with prefix 1234 go to gw1 until capacity 5 is reached and then they go to 5.6.7.8. The thing is that gw1 can accept more than 5 calls, but only if they come with a different prefix. The same thing could apply to neghbors. What do you think? ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________________ Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/