]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 238405 via svnmerge from
authorDavid Vossel <dvossel@digium.com>
Thu, 7 Jan 2010 20:01:42 +0000 (20:01 +0000)
committerDavid Vossel <dvossel@digium.com>
Thu, 7 Jan 2010 20:01:42 +0000 (20:01 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
  r238405 | dvossel | 2010-01-07 14:00:31 -0600 (Thu, 07 Jan 2010) | 8 lines

  Change in sip show channels display format allowing more digits for CID

  (closes issue #16459)
  Reported by: Rzadzins
  Patches:
        chan_sip_longer_cid.patch uploaded by Rzadzins (license 953)
........

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

channels/chan_sip.c

index 3e3f44392984d935efc288c719e5460976dea6fe..6dbe3b30082fa079c446d902d4fba1b1c436b81e 100644 (file)
@@ -15314,10 +15314,10 @@ static const struct cfsubscription_types *find_subscription_type(enum subscripti
  * that support iteration through callbacks will be a lot easier.
  */
 
-#define FORMAT4 "%-15.15s  %-10.10s  %-15.15s  %-15.15s  %-13.13s  %-15.15s %-10.10s %-6.6d\n"
-#define FORMAT3 "%-15.15s  %-10.10s  %-15.15s  %-15.15s  %-13.13s  %-15.15s %-10.10s %-6.6s\n"
-#define FORMAT2 "%-15.15s  %-10.10s  %-15.15s  %-15.15s  %-7.7s  %-15.15s %-6.6s\n"
-#define FORMAT  "%-15.15s  %-10.10s  %-15.15s  %-15.15s  %-3.3s %-3.3s  %-15.15s %-10.10s\n"
+#define FORMAT4 "%-15.15s  %-15.15s  %-15.15s  %-15.15s  %-13.13s  %-15.15s %-10.10s %-6.6d\n"
+#define FORMAT3 "%-15.15s  %-15.15s  %-15.15s  %-15.15s  %-13.13s  %-15.15s %-10.10s %-6.6s\n"
+#define FORMAT2 "%-15.15s  %-15.15s  %-15.15s  %-15.15s  %-7.7s  %-15.15s %-6.6s\n"
+#define FORMAT  "%-15.15s  %-15.15s  %-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)