Asterisk - The Open Source Telephony Project
18.5.0
|
Used in the sip_show_peers functions to pass parameters. More...
Data Fields | |
int | havepattern |
char | idtext [256] |
int | offline_peers |
int | online_peers |
int | peerlist |
int | peers_mon_offline |
int | peers_mon_online |
int | peers_unmon_offline |
int | peers_unmon_online |
int | realtimepeers |
regex_t | regexbuf |
int | registeredonly |
int | total_peers |
int | unmonitored_peers |
Used in the sip_show_peers functions to pass parameters.
Definition at line 6830 of file chan_iax2.c.
int havepattern |
Definition at line 6832 of file chan_iax2.c.
Referenced by __iax2_show_peers(), _sip_show_peers(), _sip_show_peers_one(), and manager_iax2_show_peer_list().
char idtext |
Definition at line 6833 of file chan_iax2.c.
Referenced by _iax2_show_peers_one(), _sip_show_peers(), _sip_show_peers_one(), and manager_iax2_show_peer_list().
int offline_peers |
Definition at line 6838 of file chan_iax2.c.
Referenced by __iax2_show_peers(), and _iax2_show_peers_one().
int online_peers |
Definition at line 6837 of file chan_iax2.c.
Referenced by __iax2_show_peers(), and _iax2_show_peers_one().
int peerlist |
Definition at line 6835 of file chan_iax2.c.
Referenced by _iax2_show_peers_one().
int peers_mon_offline |
Definition at line 20289 of file chan_sip.c.
Referenced by _sip_show_peers(), and _sip_show_peers_one().
int peers_mon_online |
Definition at line 20288 of file chan_sip.c.
Referenced by _sip_show_peers(), and _sip_show_peers_one().
int peers_unmon_offline |
Definition at line 20290 of file chan_sip.c.
Referenced by _sip_show_peers(), and _sip_show_peers_one().
int peers_unmon_online |
Definition at line 20291 of file chan_sip.c.
Referenced by _sip_show_peers(), and _sip_show_peers_one().
int realtimepeers |
Definition at line 20287 of file chan_sip.c.
Referenced by _sip_show_peers(), and _sip_show_peers_one().
regex_t regexbuf |
Definition at line 6831 of file chan_iax2.c.
Referenced by __iax2_show_peers(), _sip_show_peers(), and _sip_show_peers_one().
int registeredonly |
Definition at line 6834 of file chan_iax2.c.
Referenced by __iax2_show_peers().
int total_peers |
Definition at line 6836 of file chan_iax2.c.
Referenced by __iax2_show_peers(), _iax2_show_peers_one(), and manager_iax2_show_peer_list().
int unmonitored_peers |
Definition at line 6839 of file chan_iax2.c.
Referenced by __iax2_show_peers(), and _iax2_show_peers_one().