Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


show_peers_context Struct Reference

Used in the sip_show_peers functions to pass parameters. More...

Data Fields

int havepattern
 
char idtext [256]
 
int peers_mon_offline
 
int peers_mon_online
 
int peers_unmon_offline
 
int peers_unmon_online
 
int realtimepeers
 
regex_t regexbuf
 

Detailed Description

Used in the sip_show_peers functions to pass parameters.

Definition at line 17312 of file chan_sip.c.

Field Documentation

int havepattern

Definition at line 17314 of file chan_sip.c.

Referenced by _sip_show_peers(), and _sip_show_peers_one().

char idtext[256]

Definition at line 17315 of file chan_sip.c.

Referenced by _sip_show_peers(), and _sip_show_peers_one().

int peers_mon_offline

Definition at line 17318 of file chan_sip.c.

Referenced by _sip_show_peers(), and _sip_show_peers_one().

int peers_mon_online

Definition at line 17317 of file chan_sip.c.

Referenced by _sip_show_peers(), and _sip_show_peers_one().

int peers_unmon_offline

Definition at line 17319 of file chan_sip.c.

Referenced by _sip_show_peers(), and _sip_show_peers_one().

int peers_unmon_online

Definition at line 17320 of file chan_sip.c.

Referenced by _sip_show_peers(), and _sip_show_peers_one().

int realtimepeers

Definition at line 17316 of file chan_sip.c.

Referenced by _sip_show_peers(), and _sip_show_peers_one().

regex_t regexbuf

Definition at line 17313 of file chan_sip.c.

Referenced by _sip_show_peers(), and _sip_show_peers_one().


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