Avaya Logo

Previous Topic

Next Topic

Book Contents

Book Index

Resource management

Resources are processing elements used to provide some voice, telephony, or call processing service. Voice system resources fall under two categories:

Note:
Application developers need not be concerned about static resources. This section looks only at dynamic resource allocation and its effects on program behavior and structure. From this point forward, all discussion of resources refers to dynamic resources.

The IRAPI allocates all resources required to start an activity when the function requesting the activity is called. Implicit resource allocation is when resources required to complete a function or activity are allocated when a function is called. The IRAPI also allows an application to reserve any resources it may need in advance through a call to irReserveResource(3IRAPI). This is termed explicit resource allocation.

© 2006 Avaya Inc. All Rights Reserved.