Asterisk - The Open Source Telephony Project
21.4.1
|
Channel datastore data for max forwards. More...
Data Fields | |
int | current_count |
int | starting_count |
Channel datastore data for max forwards.
Definition at line 29 of file max_forwards.c.
int current_count |
The current count. When this reaches 0, you're outta luck
Definition at line 33 of file max_forwards.c.
int starting_count |
The starting count. Used to allow resetting to the original value
Definition at line 31 of file max_forwards.c.