[A*UG] Line Pooling on PRI
Brett Nemeroff
brett-aaug at nemeroff.com
Thu Jul 30 15:27:35 CDT 2009
No.. it depends on the product you have.. but in the PRI world, you don't so
much have hunt groups. The whole concept is a bit archaic.
the way "GROUP"s works in asterisk is that you can assign any call to one or
several GROUPs. It's like tagging a channel. Another function GROUP_COUNT
tells you how many calls already exist in that group. So you can do logic
that says something like if GROUP_COUNT(customerA) > 2 Then reject call else
set this channel to GROUP(customerA) and make call out.
See the group docs:
http://www.voip-info.org/wiki/index.php?page=Asterisk+func+group
Good example of what I'm talking about here..
-Brett
On Thu, Jul 30, 2009 at 2:13 PM, Jim Freeze <asterisk at freeze.org> wrote:
> On Thu, Jul 30, 2009 at 1:59 PM, Mark Barry<mark at exabar.com> wrote:
> > If you are trying to have a busy signal when the customer is over the
> limit
> > of channels then I would call that a hard limit. In this case I would
> > recommend that you have the carrier setup 2 groups on their end. One for
> > each DID. This will automatically handle your dynamic allocation issue.
> Then
>
> Are these groups hunt groups? If so, then that precludes any pooling of
> lines.
>
> > all you need to do is limit the channels on the outbound calling for each
> > customer. This is like a multi-tenant system, so you probably need to
> have
> > each customers extensions in their own context. If need be, you can check
> > channels in use before making a call.
> >
>
> --
> Jim Freeze
> _______________________________________________
> Austin-Asterisk-Users-Group mailing list
> Austin-Asterisk-Users-Group at bybent.com
> http://bybent.com/mailman/listinfo/austin-asterisk-users-group
> AAUG Web Site: http://aaug.bybent.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.bybent.com/pipermail/austin-asterisk-users-group/attachments/20090730/a62c7d03/attachment.htm
More information about the Austin-Asterisk-Users-Group
mailing list