Merged revisions 59207 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Mon, 26 Mar 2007 17:51:27 +0000 (17:51 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 26 Mar 2007 17:51:27 +0000 (17:51 +0000)
commit08e3a9bdc82ec4bb2b9fc24c8a4887a03c085d71
treebb9a4f8a98d5844711b2d23378a49d0921f3f588
parente4a7d1b35f62943d28a738e8a0e21413216d01d9
Merged revisions 59207 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r59207 | russell | 2007-03-26 12:45:55 -0500 (Mon, 26 Mar 2007) | 7 lines

The AUDIORTPQOS and VIDEORTPQOS variables are not fully functional in some
because they get set in sip_hangup.  So, there are common situations where
the variables will not be available in the dialplan at all.  So, this patch
provides an alternate method for getting to this information by introducing
AUDIORTPQOS and VIDEORTPQOS dialplan functions.
(issue #9370, patch by Corydon76, with some testing by blitzrage)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@59208 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c
include/asterisk/rtp.h
main/rtp.c