Prosody RTP processing: API: sm_vmptx_config_authentication_null

This function is only in Prosody version 2 (TiNG).

Prototype Definition

int sm_vmptx_config_authentication_null(struct sm_vmptx_config_authentication_null_parms *pp)

Parameters

*pp
a structure of the following type:
typedef struct sm_vmptx_config_authentication_null_parms {
	tSMVMPtxId vmptx;					/* in */
} SM_VMPTX_CONFIG_AUTHENTICATION_NULL_PARMS;

Description

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

Fields

vmptx (Only in Prosody version 2 (TiNG))
The VMP[tx] to configure

Returns

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


This function is part of the Prosody RTP processing API.