Polling the message queue

You can find out when a request arrives and then receive it in one of the following ways:

If the return value is SLRC_OK, the request primitive is returned in the structure pointed to by psignalingRequest.

If the signaling process does not recognize the primitive, it should behave as described in Unrecognized primitives.

After processing the request primitive, the signaling process must use thesl_send_confirm() subroutine to return the result of the request to the channel process or custom server. If the primitive fails or is not implemented, report this by using the sl_send_confirm() subroutine to send a confirm primitive with the ReplyCode field set to indicate the failure.