aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-23 05:56:32 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-23 05:56:32 +0000
commit4a7019a16af31fc5be3bd46a753805760cde5da9 (patch)
treefacf25d45bde66df632cfdb514fe09da93cc4386 /channels/chan_iax2.c
parent2b84c4638e6085cb34c3173677e67ea55c42c7c7 (diff)
Merge Russell's formatting patch (bug #3838)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5234 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_iax2.c')
-rwxr-xr-xchannels/chan_iax2.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index adf102579..1aa908531 100755
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -212,14 +212,14 @@ struct iax2_context {
#define IAX_ALREADYGONE (1 << 9) /* Already disconnected */
#define IAX_PROVISION (1 << 10) /* This is a provisioning request */
#define IAX_QUELCH (1 << 11) /* Whether or not we quelch audio */
-#define IAX_ENCRYPTED (1 << 12) /* Whether we should assume encrypted tx/rx */
-#define IAX_KEYPOPULATED (1 << 13) /* Whether we have a key populated */
-#define IAX_CODEC_USER_FIRST (1 << 14) /* are we willing to let the other guy choose the codec? */
-#define IAX_CODEC_NOPREFS (1 << 15) /* Force old behaviour by turning off prefs */
-#define IAX_CODEC_NOCAP (1 << 16) /* only consider requested format and ignore capabilities*/
-#define IAX_RTCACHEFRIENDS (1 << 17) /* let realtime stay till your reload */
-#define IAX_RTNOUPDATE (1 << 18) /* Don't send a realtime update */
-#define IAX_RTAUTOCLEAR (1 << 19) /* erase me on expire */
+#define IAX_ENCRYPTED (1 << 12) /* Whether we should assume encrypted tx/rx */
+#define IAX_KEYPOPULATED (1 << 13) /* Whether we have a key populated */
+#define IAX_CODEC_USER_FIRST (1 << 14) /* are we willing to let the other guy choose the codec? */
+#define IAX_CODEC_NOPREFS (1 << 15) /* Force old behaviour by turning off prefs */
+#define IAX_CODEC_NOCAP (1 << 16) /* only consider requested format and ignore capabilities*/
+#define IAX_RTCACHEFRIENDS (1 << 17) /* let realtime stay till your reload */
+#define IAX_RTNOUPDATE (1 << 18) /* Don't send a realtime update */
+#define IAX_RTAUTOCLEAR (1 << 19) /* erase me on expire */
#define IAX_FORCEJITTERBUF (1 << 20) /* Force jitterbuffer, even when bridged to a channel that can take jitter */
static int global_rtautoclear = 120;
@@ -261,7 +261,7 @@ struct iax2_peer {
struct ast_codec_pref prefs;
struct sockaddr_in addr;
int formats;
- int sockfd; /* Socket to use for transmission */
+ int sockfd; /* Socket to use for transmission */
struct in_addr mask;
unsigned int flags;