Prosody RTP processing: API: sm_vmprx_config_authentication_null

Prototype Definition

int sm_vmprx_config_authentication_null(struct sm_vmprx_config_authentication_null_parms *pp)

Parameters

*pp
a structure of the following type:
typedef struct sm_vmprx_config_authentication_null_parms {
	tSMVMPrxId vmprx;					/* in */
} SM_VMPRX_CONFIG_AUTHENTICATION_NULL_PARMS;

Description

Disables any authentication which may have been in use by a VMP[rx].

Fields

vmprx
The VMP[rx] to configure

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody RTP processing API.