
Data Fields | |
| ast_rtp_callback | callback |
| rtpPayloadType | current_RTP_PT [MAX_RTP_PT] |
| void * | data |
| int | dtmfcount |
| unsigned int | dtmfduration |
| timeval | dtmfmute |
| ast_frame | f |
| unsigned int | flags |
| io_context * | io |
| int * | ioid |
| unsigned int | lastdigitts |
| unsigned int | lasteventendseqn |
| unsigned int | lasteventseqn |
| unsigned int | lastividtimestamp |
| unsigned int | lastovidtimestamp |
| int | lastrxformat |
| unsigned int | lastrxts |
| unsigned int | lastts |
| int | lasttxformat |
| int | nat |
| unsigned char | rawdata [8192+AST_FRIENDLY_OFFSET] |
| char | resp |
| ast_rtcp * | rtcp |
| int | rtp_lookup_code_cache_code |
| int | rtp_lookup_code_cache_isAstFormat |
| int | rtp_lookup_code_cache_result |
| int | rtp_offered_from_local |
| timeval | rxcore |
| unsigned short | rxseqno |
| unsigned int | rxssrc |
| int | s |
| sched_context * | sched |
| unsigned short | seqno |
| ast_smoother * | smoother |
| unsigned int | ssrc |
| sockaddr_in | them |
| timeval | txcore |
| sockaddr_in | us |
|
|
Definition at line 122 of file rtp.c. Referenced by ast_rtp_set_callback(), and rtpread(). |
|
|
Definition at line 123 of file rtp.c. Referenced by ast_rtp_get_current_formats(), ast_rtp_lookup_code(), and ast_rtp_set_rtpmap_type(). |
|
|
Definition at line 121 of file rtp.c. Referenced by ast_rtp_set_data(). |
|
|
Definition at line 103 of file rtp.c. Referenced by ast_rtp_read(), ast_rtp_reset(), process_cisco_dtmf(), and process_rfc2833(). |
|
|
Definition at line 104 of file rtp.c. Referenced by ast_rtp_reset(), process_rfc2833(), and send_dtmf(). |
|
|
Definition at line 113 of file rtp.c. Referenced by ast_rtp_reset(), ast_rtp_sendcng(), and send_dtmf(). |
|
|
Definition at line 89 of file rtp.c. Referenced by ast_rtp_read(), and send_dtmf(). |
|
|
|
|
|
Definition at line 120 of file rtp.c. Referenced by ast_rtp_destroy(). |
|
|
Definition at line 115 of file rtp.c. Referenced by ast_rtp_destroy(). |
|
|
Definition at line 95 of file rtp.c. Referenced by ast_rtp_raw_write(), and ast_rtp_reset(). |
|
|
Definition at line 100 of file rtp.c. Referenced by ast_rtp_reset(), and process_rfc2833(). |
|
|
Definition at line 99 of file rtp.c. Referenced by ast_rtp_read(), and ast_rtp_reset(). |
|
|
Definition at line 97 of file rtp.c. Referenced by ast_rtp_read(), and ast_rtp_reset(). |
|
|
Definition at line 98 of file rtp.c. Referenced by ast_rtp_raw_write(), and ast_rtp_reset(). |
|
|
Definition at line 102 of file rtp.c. Referenced by ast_rtp_read(), and ast_rtp_reset(). |
|
|
Definition at line 96 of file rtp.c. Referenced by ast_rtp_read(), and ast_rtp_reset(). |
|
|
Definition at line 94 of file rtp.c. Referenced by ast_rtp_raw_write(), ast_rtp_reset(), and ast_rtp_sendcng(). |
|
|
Definition at line 101 of file rtp.c. Referenced by ast_rtp_reset(). |
|
|
Definition at line 105 of file rtp.c. Referenced by ast_rtcp_read(), ast_rtp_raw_write(), ast_rtp_read(), and ast_rtp_setnat(). |
|
|
Definition at line 90 of file rtp.c. Referenced by ast_rtp_read(). |
|
|
Definition at line 88 of file rtp.c. Referenced by ast_rtp_read(), process_cisco_dtmf(), process_rfc2833(), and send_dtmf(). |
|
|
Definition at line 129 of file rtp.c. Referenced by ast_rtcp_fd(), ast_rtcp_read(), ast_rtp_destroy(), ast_rtp_set_peer(), and ast_rtp_stop(). |
|
|
Definition at line 126 of file rtp.c. Referenced by ast_rtp_lookup_code(). |
|
|
a cache for the result of rtp_lookup_code(): Definition at line 125 of file rtp.c. Referenced by ast_rtp_lookup_code(). |
|
|
Definition at line 127 of file rtp.c. Referenced by ast_rtp_lookup_code(). |
|
|
|
|
|
Definition at line 111 of file rtp.c. Referenced by ast_rtp_reset(), and calc_rxstamp(). |
|
|
Definition at line 118 of file rtp.c. Referenced by ast_rtp_read(), ast_rtp_reset(), and ast_rtp_set_peer(). |
|
|
Definition at line 93 of file rtp.c. Referenced by ast_rtp_read(). |
|
|
Definition at line 87 of file rtp.c. Referenced by ast_rtp_destroy(), ast_rtp_fd(), ast_rtp_raw_write(), ast_rtp_read(), ast_rtp_sendcng(), and ast_rtp_settos(). |
|
|
|
|
|
Sequence number, RFC 3550, page 13. Definition at line 117 of file rtp.c. Referenced by ast_rtp_raw_write(), ast_rtp_reset(), and ast_rtp_sendcng(). |
|
|
Definition at line 114 of file rtp.c. Referenced by ast_rtp_destroy(). |
|
|
Synchronization source, RFC 3550, page 10. Definition at line 92 of file rtp.c. Referenced by ast_rtp_raw_write(), and ast_rtp_sendcng(). |
|
|
Socket representation of the remote endpoint. Definition at line 110 of file rtp.c. Referenced by ast_rtp_get_peer(), ast_rtp_raw_write(), ast_rtp_read(), ast_rtp_sendcng(), ast_rtp_set_peer(), ast_rtp_stop(), ast_rtp_write(), and send_dtmf(). |
|
|
Definition at line 112 of file rtp.c. Referenced by ast_rtp_reset(), and calc_txstamp(). |
|
|
Socket representation of the local endpoint. Definition at line 108 of file rtp.c. Referenced by ast_rtp_get_us(). |
1.4.2