Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Maximum set with bridged appearance

Status
Not open for further replies.

fone01

IS-IT--Management
Oct 12, 2011
25
US
My question is what is the maximum number of sets that can use the same call appearance? Each set will have three call apperances of the bridged appearance.

thanks
 
It is 16 bridges of each call appearances on most versions of Definity/Communication Manager.



Mitch

AVAYA Certified Expert
 
Code:
/* Bridging Parameters                                                  */
#define OLD_BRG_UMX             15      /* max number of bridged appearances
                                         * for bug-fix loads If software
                                         * version is before V6, then use this
                                         * number.
                                         */
#define BRG_UMX                 25      /* maximum number of users bridged to a
                                         * particular principal call appearance
                                         */
#define BRG_MAX_APPEAR          127     /* Maximum number of bridged
                                         * appearances supported using an
                                         * extension structure
                                         * Increased to 127 from 63 for SA9018.
                                         * THIS NUMBER MUST BE GREATER THAN
                                         * BRG_UMX for structure definition
                                         */
#define CM4_BRG_MAX_APP         63      /* Maximum number of bridged
                                         * appearances supported using an
                                         * extension structure when SA9018
                                         * is 'n'.
                                         */
#define BRG_NUM_EXTENSIONS      1250    /* Number of extension structures
                                         * supported.
                                         * This is the number of stations
                                         * that can support BRG_MAX_APPEAR
                                         * bridged appearances. All other
                                         * stations support BRG_UMX bridged
                                         * appearances.
                                         */

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

37 years Bell, AT&T, Lucent, Avaya
Tier 3 for 27 years and counting
 
Mitch I was actually asking how many stations could I add the same call appearance too?
 
cm5.2
Avaya AuraTM Communication Manager
System Capacities Table


page 7 and note 15 on page 19

There can be up to 16 Bridged Call Appearances for a primary?s extension (not
call appearance button) if ASAI is used.
Otherwise there can be 63 Bridged Call Appearances for a primary's call
appearance, up to system limit of 1250 primary call appearances.
The limit is 25 Bridged Call Appearances for each primary after that, up to the
system-wide maximum number of bridged appearances.
With Special Application SA9018 the number of Bridged Call Appearances for a
primary's call appearance is increased to 127.


A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

37 years Bell, AT&T, Lucent, Avaya
Tier 3 for 27 years and counting
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top