| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
RTP learning mode tracking information. More...

| Data Fields | |
| int | max_seq | 
| int | packets | 
| struct ast_sockaddr | proposed_address | 
| struct timeval | received | 
| struct timeval | start | 
| enum ast_media_type | stream_type | 
RTP learning mode tracking information.
Definition at line 316 of file res_rtp_asterisk.c.
| int max_seq | 
The highest sequence number received
Definition at line 320 of file res_rtp_asterisk.c.
| int packets | 
The number of remaining packets before the source is accepted
Definition at line 321 of file res_rtp_asterisk.c.
Referenced by ast_rtp_read().
| struct ast_sockaddr proposed_address | 
Proposed remote address for strict RTP
Definition at line 317 of file res_rtp_asterisk.c.
Referenced by ast_rtp_read(), and rtp_learning_start().
The time of the first received packet
Definition at line 319 of file res_rtp_asterisk.c.
| struct timeval start | 
The time learning mode was started
Definition at line 318 of file res_rtp_asterisk.c.
Referenced by ast_rtp_read(), and rtp_learning_start().
| enum ast_media_type stream_type | 
Type of media stream carried by the RTP instance
Definition at line 323 of file res_rtp_asterisk.c.
Referenced by ast_rtp_read().