Sets default values for an application profile.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" #include "CA_access_db.h" int CA_Set_Profile_Defaults ( PROFILE_INFO_ST *profile_info_sp );
This subroutine sets the default values for an application profile. It can be called prior to CA_Create_Profile() to set default values for the PROFILE_INFO_ST output structure, described in PROFILE_INFO_ST.
CA_Set_Profile_Defaults() sets its buffer to zero and then sets the following elements for all the mailboxes:
box_status = MAILBOX_INACTIVE;
user_status = USER_STATUS_IN;
take_messages = TAKE_MESSAGES;
prompt_level = PROMPT_LEVEL_NORMAL;
referral_type = REFERRAL_TYPE_PHONE;
retrieval_order = RET_ORDER_FIFO;
access_mode = ACCESS_GLOBAL;
CA_INV_ADDR
CA_NOT_INIT
CA_TERMINATING