The FORWARDMODE_ bit-flag constants describe the conditions under which calls to an address can be forwarded.
- FORWARDMODE_BUSY
- Forward all calls on busy, irrespective of their origin. Use this value when forwarding for internal and external calls on busy and on no answer cannot be controlled separately.
- FORWARDMODE_BUSYEXTERNAL
- Forward all external calls on busy. Use this value when forwarding for internal and external calls on busy and on no answer can be controlled separately.
- FORWARDMODE_BUSYINTERNAL
- Forward all internal calls on busy. Use this value when forwarding for internal and external calls on busy and on no answer can be controlled separately.
- FORWARDMODE_BUSYNA
- Forward all calls on busy/no answer, irrespective of their origin. Use this value when forwarding for internal and external calls on busy and on no answer cannot be controlled separately.
- FORWARDMODE_BUSYNAEXTERNAL
- Forward all external calls on busy/no answer. Use this value when call forwarding on busy and on no answer cannot be controlled separately for internal calls.
- FORWARDMODE_BUSYNAINTERNAL
- Forward all internal calls on busy/no answer. Use this value when call forwarding on busy and on no answer cannot be controlled separately for internal calls.
- FORWARDMODE_BUSYNASPECIFIC
- Forward on busy/no answer all calls that originated at a specified address (selective call forwarding).
- FORWARDMODE_BUSYSPECIFIC
- Forward on busy all calls that originated at a specified address (selective call forwarding).
- FORWARDMODE_NOANSW
- Forward all calls on no answer, irrespective of their origin. Use this value when call forwarding for internal and external calls on no answer cannot be controlled separately.
- FORWARDMODE_NOANSWEXTERNAL
- Forward all external calls on no answer. Use this value when forwarding for internal and external calls on no answer can be controlled separately.
- FORWARDMODE_NOANSWINTERNAL
- Forward all internal calls on no answer. Use this value when forwarding for internal and external calls on no answer can be controlled separately.
- FORWARDMODE_NOANSWSPECIFIC
- Forward on no answer all calls that originated at a specified address (selective call forwarding).
- FORWARDMODE_UNAVAIL
- Calls are forwarded, but the conditions under which forwarding will occur are not known, and will never be known by the service provider. (TAPI versions 1.4 and later)
- FORWARDMODE_UNCOND
- Forward all calls unconditionally, irrespective of their origin. Use this value when unconditional forwarding for internal and external calls cannot be controlled separately. Unconditional forwarding overrides forwarding on busy and/or no answer conditions.
- FORWARDMODE_UNCONDEXTERNAL
- Forward all external calls unconditionally. Use this value when unconditional forwarding for internal and external calls can be controlled separately.
- FORWARDMODE_UNCONDINTERNAL
- Forward all internal calls unconditionally. Use this value when unconditional forwarding for internal and external calls can be controlled separately.
- FORWARDMODE_UNCONDSPECIFIC
- Unconditionally forward all calls that originated at a specified address (selective call forwarding).
- FORWARDMODE_UNKNOWN
- Calls are forwarded, but the conditions under which forwarding will occur are not known at this time. It is possible that the conditions may become known at a future time. (TAPI versions 1.4 and later)
See Also
None.