[Home]

Summary:ASTERISK-17345: SIP CHANNEL(rtpqos,audio,...) variables missing
Reporter:Felippe Silvestre (fsilvestre)Labels:
Date Opened:2011-02-03 10:03:53.000-0600Date Closed:2011-02-07 12:45:44.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:CHANNEL(rtpqos,audio,x) causes the following warnings for the variables below:

[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|local_maxjitter' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|local_maxjitter'


local_maxjitter
local_minjitter
local_normdevjitter
local_stdevjitter
remote_maxjitter
remote_minjitter
remote_normdevjitter
remote_stdevjitter
maxrtt
minrtt
normdevrtt
stdevrtt

This is related at 0016652

****** ADDITIONAL INFORMATION ******

[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|local_maxjitter' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|local_maxjitter'
[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|local_minjitter' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|local_minjitter'
[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|local_normdevjitter' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|local_normdevjitter'
[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|local_stdevjitter' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|local_stdevjitter'
[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|remote_maxjitter' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|remote_maxjitter'
[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|remote_minjitter' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|remote_minjitter'
[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|remote_normdevjitter' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|remote_normdevjitter'
[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|remote_stdevjitter' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|remote_stdevjitter'
[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|maxrtt' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|maxrtt'
[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|minrtt' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|minrtt'
[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|normdevrtt' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|normdevrtt'
[2011-02-03 15:53:59] WARNING[28676]: chan_sip.c:16341 acf_channel_read: Unrecognized argument 'rtpqos|audio|stdevrtt' to CHANNEL
[2011-02-03 15:53:59] WARNING[28676]: func_channel.c:92 func_channel_read: Unknown or unavailable item requested: 'rtpqos|audio|stdevrtt'
Comments:By: Leif Madsen (lmadsen) 2011-02-07 12:45:43.000-0600

Looks like this was already fixed in trunk. You are reporting this against 1.4, thus it will be in the next feature release of Asterisk (probably 1.8 based on the date it was committed).

What you're looking for was considered feature and thus not committed to 1.4 or 1.6.2.