int sm_i460mux_status(struct sm_i460mux_status_parms *statusp)
typedef struct sm_i460mux_status_parms {
tSMI460muxId i460mux; /* in */
enum kSMI460muxStatus {
kSMI460muxStatusRunning,
kSMI460muxStatusStopped,
} status; /* out */
} SM_I460MUX_STATUS_PARMS;
returns the status of the I.460 mux.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody I.460 Mux API.