|
Asterisk - The Open Source Telephony Project GIT-master-7988d11
|
Options for creating a new RTP instance. More...
#include <rtp_engine.h>
Data Fields | |
| unsigned int | port_end |
| unsigned int | port_start |
Options for creating a new RTP instance.
This structure allows passing additional options when creating an RTP instance via ast_rtp_instance_new_with_options. New fields can be added in the future without changing the function signature.
Definition at line 994 of file rtp_engine.h.
| unsigned int port_end |
Ending port number for this instance (0 to use global)
Definition at line 998 of file rtp_engine.h.
| unsigned int port_start |
Starting port number for this instance (0 to use global)
Definition at line 996 of file rtp_engine.h.