]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 92937 via svnmerge from
authorJoshua Colp <jcolp@digium.com>
Fri, 14 Dec 2007 15:18:10 +0000 (15:18 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 14 Dec 2007 15:18:10 +0000 (15:18 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r92937 | file | 2007-12-14 11:16:15 -0400 (Fri, 14 Dec 2007) | 4 lines

Up the length of the format on the SIP channel since it can now be rather long.
(closes issue #11552)
Reported by: francesco_r

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92938 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 19d3dba73b6b99f3d78b47fc2483b38494426ce7..4063239ca5cb3462f5586e1f164f1bbeb57456d3 100644 (file)
@@ -12027,8 +12027,8 @@ struct __show_chan_arg {
 };
 
 #define FORMAT3 "%-15.15s  %-10.10s  %-15.15s  %-15.15s  %-13.13s  %-15.15s %-10.10s\n"
-#define FORMAT2 "%-15.15s  %-10.10s  %-15.15s  %-4.4s  %-7.7s  %-15.15s\n"
-#define FORMAT  "%-15.15s  %-10.10s  %-15.15s  %-4.4s  %-3.3s %-3.3s  %-15.15s %-10.10s\n"
+#define FORMAT2 "%-15.15s  %-10.10s  %-15.15s  %-15.15s  %-7.7s  %-15.15s\n"
+#define FORMAT  "%-15.15s  %-10.10s  %-15.15s  %-15.15s  %-3.3s %-3.3s  %-15.15s %-10.10s\n"
 
 /*! \brief callback for show channel|subscription */
 static int show_channels_cb(void *__cur, void *__arg, int flags)