Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
/* 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.
*/