Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. pi@raspberrypi:~ $ cat /etc/ncid/ncidd.conf | tail -n 2
  2. set ttyport = /dev/ttyACM0
  3. set lockfile = /var/lock/LCK..ttyACM0
  4.  
  5.  
  6.  
  7. pi@raspberrypi:~ $ lsusb
  8. Bus 001 Device 005: ID 0bc2:2320 Seagate RSS LLC USB 3.0 bridge [Portable Expansion Drive]
  9. Bus 001 Device 009: ID 047e:2892 Agere Systems, Inc. (Lucent) Systems Soft Modem
  10. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  11. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
  12. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  13.  
  14.  
  15.  
  16. Agere Systems thing is the US Robotics 5639
  17.  
  18.  
  19. pi@raspberrypi:~ $ sudo ncidd -Dv9
  20. Started: 08/24/2017 17:57:14
  21. Server: ncidd (NCID) 1.6
  22. API: 1.5 Feature Set 1 2 3 4 5
  23. Sysname: Linux
  24. Machine: armv7l
  25. Release: 4.9.35-v7+
  26. Version: #1014 SMP Fri Jun 30 14:47:43 BST 2017
  27. Command line: ncidd
  28. -Dv9
  29. Logfile: /var/log/ncidd.log
  30. Processed config file: /etc/ncid/ncidd.conf
  31. Verbose level: 9
  32. Configured to send 'cidlog' to clients.
  33. Configured to send 'cidinfo' to clients.
  34. Helper tools:
  35. /usr/bin/cidupdate
  36. /usr/bin/ncidutil
  37. Using simple expressions for aliases
  38.  
  39. Begin: Loading alias, blacklist, and whitelist files [17:57:14]
  40. Processed alias file: /etc/ncid/ncidd.alias
  41. Alias Table:
  42. Number of Entries: 1
  43. SLOT TYPE FROM TO DEPEND
  44. ---- ---- ---- -- ------
  45. 000 LINEONLY - POTS
  46. Processed blacklist file: /etc/ncid/ncidd.blacklist
  47. Blacklist Table:
  48. Number of Entries: 18
  49. SLOT ENTRY MATCH NAME
  50. ---- ----- ----------
  51. 000 "^1?999"
  52. 001 "^1?264"
  53. 002 "^1?268"
  54. 003 "^1?284"
  55. 004 "^1?273"
  56. 005 "^1?345"
  57. 006 "^1?441"
  58. 007 "^1?473"
  59. 008 "^1?649"
  60. 009 "^1?664"
  61. 010 "^1?758"
  62. 011 "^1?767"
  63. 012 "^1?784"
  64. 013 "^1?876"
  65. 014 "^1?809"
  66. 015 "^1?829"
  67. 016 "^1?849"
  68. 017 "^1?900"
  69. Processed whitelist file: /etc/ncid/ncidd.whitelist
  70. Whitelist Table:
  71. Number of Entries: 0
  72. Leading 1 in call & alias/blacklist/whitelist not ignored
  73. End: Loaded alias, blacklist, and whitelist files [17:57:14]
  74.  
  75. CID logfile: /var/log/cidcall.log
  76. CID logfile maximum size: 110000 bytes
  77. Data logfile not present: /var/log/ciddata.log
  78. Maximum number of clients/gateways: 50
  79. Telephone Line Identifier: -
  80. /dev/ttyACM0: No such file or directory
  81. Terminated: 08/24/2017 17:57:14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement