summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2009-02-02 10:44:48 +0000
committerOlle Johansson <oej@edvina.net>2009-02-02 10:44:48 +0000
commit81a3d40c081cc6b71b142bd06cd9bf0c0420565f (patch)
tree1c2e2df1464dc0779b97d61b81eabc8550f19e16 /channels/chan_sip.c
parent9ea148b2603ee53ae54c7da60442f340884b2b47 (diff)
Small formatting change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172817 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 60d00a947..508f2ec6b 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -490,7 +490,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#define FINDALLDEVICES FALSE
#define FINDONLYUSERS TRUE
-
#define SIPBUFSIZE 512 /*!< Buffer size for many operations */
#define XMIT_ERROR -2
@@ -1862,10 +1861,10 @@ struct sip_peer {
/* things that don't belong in flags */
char is_realtime; /*!< this is a 'realtime' peer */
- char rt_fromcontact; /*!< P: copy fromcontact from realtime */
- char host_dynamic; /*!< P: Dynamic Peers register with Asterisk */
- char selfdestruct; /*!< P: Automatic peers need to destruct themselves */
- char onlymatchonip; /*!< P: Only match on IP for incoming calls (old type=peer) */
+ char rt_fromcontact; /*!< copy fromcontact from realtime */
+ char host_dynamic; /*!< Dynamic Peers register with Asterisk */
+ char selfdestruct; /*!< Automatic peers need to destruct themselves */
+ char onlymatchonip; /*!< Only match on IP for incoming calls (old type=peer) */
char the_mark; /*!< moved out of ASTOBJ into struct proper; That which bears the_mark should be deleted! */
int expire; /*!< When to expire this peer registration */