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

Structure for dial plan autohints. More...

Data Fields

char context [1]
 Name of the context. More...
 
char * registrar
 Name of the registrar. More...
 

Detailed Description

Structure for dial plan autohints.

Definition at line 385 of file pbx.c.

Field Documentation

◆ context

char context[1]

Name of the context.

Definition at line 389 of file pbx.c.

Referenced by autohint_cmp(), autohint_hash_cb(), context_table_create_autohints(), device_state_cb(), and print_autohint_key().

◆ registrar

char* registrar

Name of the registrar.

Definition at line 387 of file pbx.c.

Referenced by context_table_create_autohints(), and device_state_cb().


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