Prosody RTP processing: API: sm_vmptx_destroy_toneset

Prototype Definition

int sm_vmptx_destroy_toneset(struct sm_vmptx_destroy_toneset_parms *tonep)

Parameters

*tonep
a structure of the following type:
typedef struct sm_vmptx_destroy_toneset_parms {
	tSMVMPTxToneSetId tone_set_id;				/* in */
} SM_VMPTX_DESTROY_TONESET_PARMS;

Description

Destroys a toneset used to rfc2833 generation.

Fields

tone_set_id
The toneset to destroy

Returns

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


This function is part of the Prosody RTP processing API.