summaryrefslogtreecommitdiff
path: root/channels/sip/include
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sip/include')
-rw-r--r--channels/sip/include/sip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/sip/include/sip.h b/channels/sip/include/sip.h
index c3c7a98d5..bc4ea4d96 100644
--- a/channels/sip/include/sip.h
+++ b/channels/sip/include/sip.h
@@ -944,7 +944,7 @@ struct sip_st_cfg {
/*! \brief Structure for remembering offered media in an INVITE, to make sure we reply
to all media streams. In theory. In practise, we try our best. */
struct offered_media {
- int offered;
+ int order_offered; /*!< Order the media was offered in. Not offered is 0 */
char codecs[128];
};