Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
bridge_playfile Struct Reference
Collaboration diagram for bridge_playfile:
Collaboration graph
[legend]

Data Fields

ast_bridge_custom_play_fn custom_play
 
int moh_offset
 
char playfile [0]
 

Detailed Description

Definition at line 1349 of file bridge_channel.c.

Field Documentation

◆ custom_play

Call this function to play the playfile. (NULL if normal sound file to play)

Definition at line 1351 of file bridge_channel.c.

Referenced by bridge_channel_playfile(), and payload_helper_playfile().

◆ moh_offset

int moh_offset

Offset into playfile[] where the MOH class name starts. (zero if no MOH)

Definition at line 1353 of file bridge_channel.c.

Referenced by bridge_channel_playfile(), and payload_helper_playfile().

◆ playfile

char playfile[0]

Filename to play.

Definition at line 1355 of file bridge_channel.c.

Referenced by bridge_channel_playfile(), and payload_helper_playfile().


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