mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 19:43:03 +00:00
Add rtpdest option to SIP CHANNEL() dialplan function to return the IP address and port that RTP (be it audio/video/text) is going to.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@71988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -181,6 +181,11 @@ static struct ast_custom_function channel_function = {
|
||||
" remote_count Number of transmitted packets\n"
|
||||
" rtt Round trip time\n"
|
||||
" all All statistics (in a form suited to logging, but not for parsing)\n"
|
||||
"R/O rtpdest Get remote RTP destination information\n"
|
||||
" This option takes one additional argument:\n"
|
||||
" Argument 1:\n"
|
||||
" audio Get audio destination\n"
|
||||
" video Get video destination\n"
|
||||
"\n"
|
||||
"chan_iax2 provides the following additional options:\n"
|
||||
"R/W osptoken Get or set the OSP token information for a call\n"
|
||||
|
||||
Reference in New Issue
Block a user