login | register
Wed 01 of Aug, 2007 [09:23 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.

Web www.voip-info.org
Shoutbox
  • Aykut, Wed 01 of Aug, 2007 [07:53 UTC]: Hi all, does anybody know about Thomson ST2030 SIP phone. I have upgraded it to latest version (1.56) but "Hold" and "Conf" features are not working after the upgrade ?? Do you know any solution or do you have Ver. 1.52 ?? Where can I find it?
  • Edward J Brown, Tue 31 of Jul, 2007 [23:33 UTC]: Has anybody experienced Choppy voice quality when using a Linksys SPA942 in an Asterisk Conference bridge? It works fine with my polycom and Cisco, but sucks with my Linksys.
  • www.astawerks.com, Fri 27 of Jul, 2007 [18:00 UTC]: does anyone use asterisk on top of clark connect? does it work good?
  • simon, Fri 27 of Jul, 2007 [14:16 UTC]: Hi All, Has anyone here managed to get the Cisco79x1 to successfully fail over to the backup proxy. I have 2 asterisk servers , handsets all register and function, except that backup proxy function doesn't work. Any working example would be very apprecia
  • Matthew Richmond, Thu 26 of Jul, 2007 [03:40 UTC]: using the page() application to page across our building...often the meetme conferences don't disconnect after the caller hangs up. Anyone else having this problem. (using Polycom phones)
  • Matthew Richmond, Wed 25 of Jul, 2007 [02:58 UTC]: thanks Nicholas Blasgen! I haven't worked with AGI before, but there's always a first! Thanks again!
  • Nicholas Blasgen, Tue 24 of Jul, 2007 [19:18 UTC]: Matthew Richmond, AGI will handle all that for you.
  • sam, Mon 23 of Jul, 2007 [16:39 UTC]: need help - certain voicemail extension will stop working and recording voicemail on asterisk - anyone know why and how to fix it? Thanks
  • john haji, Mon 23 of Jul, 2007 [14:55 UTC]: free calls to pakistan
  • bong, Sat 21 of Jul, 2007 [19:09 UTC]: hi good day to all can anyone help me how to configured the nortel sip to the signaling server and how to activate in mobile w/ sip compatible without mcs
Server Stats
  • Execution time: 0.29s
  • Memory usage: 2.19MB
  • Database queries: 29
  • GZIP: Disabled
  • Server load: 3.26

Asterisk groups

Asterisk Groups


There are several concepts called "groups" in Asterisk, and it's not always clear which one is being spoken of, or if they are related. This page attempts to enumerate them, with a short description and a link to their actual documentation.

NB: these groups have nothing to do with Asterisk User Groups.

Channel groups


As the name implies, these are used to group channels (that is, ongoing communications). The main operations are:
  • making the current channel join a given group (alphanumeric identifier),
  • count the amount of channels currently belonging to a given group (exact or pattern match).

Since internally, groups are just channel variables, they are unset when the channel they were set on dies.

The main usage of this feature is to manually enforce limits on channels. For example, to forbid more than two external SIP channels at once if your internet connection cannot do better. Some people also use it to restrict incoming calls on SIP phones to one, and to produce a busy tone when the user is already talking.

A channel may belong to one group per category only. So, if one wants to make a channel belong both to Zap and SIP groups because two such channels are being bridged, one would have to use Zap@in and SIP@out (creating the categories in and out). Of course, to determine how much SIP channels are in use overall, it would then be necessary to sum the group counts of SIP@in and SIP@out.

The means to temper with channel groups in Asterisk 1.0 were the following applications:

These are now deprecated in 1.2 and replaced by the following functions:

Call groups and pickup groups


This kind of group is used to allow picking up remotely a ringing phone through *8(#) (by default, it is denied). The call group is what an extension belongs to, the pickup group is which callgroups the extension can remotely pick up.

This mechanism is unfortunately local to a technology/driver, although patches can lift this limitation.

See Asterisk callgroups and pickupgroups for more information.

Trunk groups


Groupping Zapata FXO ports into trunk groups allow automatic selection of an idle port for outgoing calls.

See zapata.conf for more information.

Agent groups


This feature allows managing agents through groups rather than individually.

See agents.conf and queues.conf for more information.

Created by waba, Last modification by waba on Sun 19 of Nov, 2006 [15:11 UTC]

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2007 Arte Marketing, Inc.

Powered by bitweaver