Chan.rtp
From Yate Documentation
(Difference between revisions)
(Created page with "This documentation has been extracted from the source of ''Yate-0.9-CVS'' and as such it might not be accurate -- technically or semantically. The '''chan.rtp''' message seem...") |
|||
Line 1: | Line 1: | ||
− | |||
− | The '''chan.rtp''' message | + | The '''chan.rtp''' message is sent from a channel-creating module (such as h323chan and ysipchan) to an RTP transport-providing module (like yrtpchan). |
− | The message | + | The message is designed for synchronous processing. |
=== Message parameters === | === Message parameters === | ||
Line 18: | Line 17: | ||
'''localport''' | '''localport''' | ||
:::the local port number on which the newly created RTP channel is run. | :::the local port number on which the newly created RTP channel is run. | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | *[[chan.startup]] |
Revision as of 11:59, 21 January 2013
The chan.rtp message is sent from a channel-creating module (such as h323chan and ysipchan) to an RTP transport-providing module (like yrtpchan).
The message is designed for synchronous processing.
Message parameters
localip
- the local IP address of the RTP channel to be created
direction
- the direction of the channel
When the message returns processed, the following parameters are added:
rtpid
- module-specific RTP channel ID
localport
- the local port number on which the newly created RTP channel is run.
See also