Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_sip_info_recording_configuration Struct Reference

Configuration for one-touch INFO recording. More...

#include <res_pjsip.h>

Collaboration diagram for ast_sip_info_recording_configuration:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
unsigned int enabled
 
const ast_string_field offfeature
 
const ast_string_field onfeature
 

Detailed Description

Configuration for one-touch INFO recording.

Definition at line 669 of file res_pjsip.h.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 673 of file res_pjsip.h.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 670 of file res_pjsip.h.

◆ enabled

unsigned int enabled

Is one-touch recording permitted?

Definition at line 675 of file res_pjsip.h.

Referenced by handle_incoming_request().

◆ offfeature

const ast_string_field offfeature

Feature to enact when one-touch recording INFO with Record: Off is received

Definition at line 673 of file res_pjsip.h.

Referenced by handle_incoming_request().

◆ onfeature

const ast_string_field onfeature

Feature to enact when one-touch recording INFO with Record: On is received

Definition at line 671 of file res_pjsip.h.

Referenced by handle_incoming_request().


The documentation for this struct was generated from the following file: