Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:02 2007

Asterisk developer's documentation :: Codename Pineapple


ind_tone_zone_sound Struct Reference

#include <indications.h>

Collaboration diagram for ind_tone_zone_sound:

Collaboration graph
[legend]

Detailed Description

Description is a series of tones of the format: [!]freq1[+freq2][/duration] separated by commas. There are no spaces. The sequence is repeated back to the first tone description not preceeded by !. Duration is specified in milliseconds.

Definition at line 42 of file indications.h.

Data Fields

const char * data
const char * name
ind_tone_zone_soundnext


Field Documentation

const char* data
 

Actual zone description

Definition at line 45 of file indications.h.

Referenced by ast_app_dtget(), ast_indicate_data(), ast_register_indication(), ast_unregister_indication(), dialtone_indicate(), free_zone(), and handle_playtones().

const char* name
 

Identifing name

Definition at line 44 of file indications.h.

Referenced by ast_get_indication_tone(), ast_register_indication(), ast_unregister_indication(), free_zone(), and ind_load_module().

struct ind_tone_zone_sound* next
 

next element

Definition at line 43 of file indications.h.

Referenced by ast_get_indication_tone(), ast_register_indication(), ast_unregister_indication(), free_zone(), and ind_load_module().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen