
Data Fields | |
| int | channel |
| char * | group |
| struct robin_list * | next |
| int | port |
| struct robin_list * | prev |
Definition at line 594 of file chan_misdn.c.
| int channel |
Definition at line 597 of file chan_misdn.c.
Referenced by misdn_request().
| char* group |
Definition at line 595 of file chan_misdn.c.
Referenced by free_robin_list(), and get_robin_position().
| struct robin_list* next |
Definition at line 598 of file chan_misdn.c.
Referenced by free_robin_list(), and get_robin_position().
| int port |
Definition at line 596 of file chan_misdn.c.
Referenced by misdn_request().
| struct robin_list* prev |
Definition at line 599 of file chan_misdn.c.
Referenced by get_robin_position().