summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-06-04 18:35:29 +0000
committerOlle Johansson <oej@edvina.net>2006-06-04 18:35:29 +0000
commit0d6906e107b221c683797163628ed1f169865a7d (patch)
tree3dce3a0caf7cc0e240ff77bada23e0f0a7f65b7a /channels/chan_sip.c
parentc2b50fd2bde579d66ee340fb7bf6e4eb2c734d0e (diff)
- Doxygen fix
- Debug message change git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32087 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index a21eea31c..5444a0867 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -805,7 +805,8 @@ static struct sip_pvt {
int jointcapability; /*!< Supported capability at both ends (codecs ) */
int peercapability; /*!< Supported peer capability */
int prefcodec; /*!< Preferred codec (outbound only) */
- int noncodeccapability;
+ int noncodeccapability; /*!< DTMF RFC2833 telephony-event */
+ int redircodecs; /*!< Redirect codecs */
int maxcallbitrate; /*!< Maximum Call Bitrate for Video Calls */
int callingpres; /*!< Calling presentation */
int authtries; /*!< Times we've tried to authenticate */
@@ -817,7 +818,6 @@ static struct sip_pvt {
struct sockaddr_in sa; /*!< Our peer */
struct sockaddr_in redirip; /*!< Where our RTP should be going if not to us */
struct sockaddr_in vredirip; /*!< Where our Video RTP should be going if not to us */
- int redircodecs; /*!< Redirect codecs */
struct sockaddr_in recv; /*!< Received as */
struct in_addr ourip; /*!< Our IP */
struct ast_channel *owner; /*!< Who owns us */