summaryrefslogtreecommitdiff
path: root/channels/sip/include
diff options
context:
space:
mode:
authorGregory Nietsky <gregory@distrotech.co.za>2011-07-25 09:39:54 +0000
committerGregory Nietsky <gregory@distrotech.co.za>2011-07-25 09:39:54 +0000
commit5c627eba2b9161e985e9749955746ba61f992dc0 (patch)
treec24d0588bc253bbc6b2c224170a166f1ffd13e4e /channels/sip/include
parentc0f592df46463564c83578ff6c610e4fae9bce5b (diff)
Remove lastmsgssent from sip it has not been working since 1.6
Clean up the return values to be consistant not currently used Add doxygen returns MWI Event is sent on Register (closes issue ASTERISK-17866) Reported by: one47 Tested by: irroot, mvanbaak Review: https://reviewboard.asterisk.org/r/1172/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@329391 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/sip/include')
-rw-r--r--channels/sip/include/sip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/sip/include/sip.h b/channels/sip/include/sip.h
index f5cf93d2b..e44a50685 100644
--- a/channels/sip/include/sip.h
+++ b/channels/sip/include/sip.h
@@ -1226,7 +1226,6 @@ struct sip_peer {
int maxforwards; /*!< SIP Loop prevention */
enum transfermodes allowtransfer; /*! SIP Refer restriction scheme */
struct ast_codec_pref prefs; /*!< codec prefs */
- int lastmsgssent;
unsigned int sipoptions; /*!< Supported SIP options */
struct ast_flags flags[3]; /*!< SIP_ flags */