Installing a signaling process

Use the procedure in this section to create the main() function, build it together with the user functions you have written, and then install it.

  1. Select:

    Start —> Welcome window —> Applications —> Custom Servers

  2. Create a new custom server:
    1. Click Server —> New
    2. Type a brief description of the custom server in the Server Description field.
    3. Next to main(), click System Generated.
    4. Click the Termination Function field and type the name of your termination user function.
    5. Click the Initialization Function field, and type the name of your initialization user function.
    6. Click File —> Properties....
    7. Fill in the Object Files required for the signaling process.
    8. Fill in the Object Libraries you require when linking, for example:
      -lsl
      -lmtp
    9. Fill in the C Flags you require, including:

      -I${VAEINC}

    10. Click OK.
    11. Save the definition, specifying a name for the custom server.
  3. Stay in the Custom Server window. Click Utilities from the Custom Server menu bar.
  4. Import files into the directory by clicking Utilities —> Import.... This starts a shell in the correct directory into which the files will be copied.
  5. Compile and install by clicking Utilities —> Build.... If this is successful, you can then install the custom server by clicking Utilities —> Install....
  6. The installation is now complete and you can Exit the Custom Server window.

Use the following procedure to set the signaling process to start automatically at Blueworx Voice Response initialization.

  1. Select

    Start —> Welcome window —> Operations —> Custom Server Manager

  2. Click the IPL Status button for the signaling process entry and choose Auto-Start On.
  3. Exit the Custom Server Manager window.
  4. Shut down and restart Blueworx Voice Response to ensure that other system components configure correctly with the presence of the newly installed signaling process.