Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. [Datapaths]
  2. 1 = CherokeeANIALI
  3. [CherokeeANIALI]
  4. InputType=Serial
  5. SerialType= n81
  6. SerialBaud= 9600
  7. SerialDevice= /dev/ttyS0
  8. Parser = landParser
  9. Parser1 = WirelessParser
  10. [landParser]
  11. ParserType = PCRE
  12. Regex =([\d]{3})[\r\n](.{14})\s+(.{5})\s+(.{6})[\r\n](.{64})(.{18})(.{2,3})([\d]{5})\s([RBSC].{3,4})[\r\n](.*?)P#\s(.*?)[\r\n].*?LEC:(.*?)[\r\n](.*?[\r\n])(.*?[\r\n])(.*?[\r\n])
  13. MapOutput = $Channel <- ChannelMap <- $1
  14. MapOutput1 = $CALLERID <- Normalize <- $2
  15. MapOutput2 = $ANI_DATE <- $4
  16. MapOutput3 = $ANI_TIME <- $3
  17. MapOutput4 = $STREET_ADDRESS <- Normalize <- $5
  18. MapOutput5 = $CITY <- $6
  19. MapOutput6 = $STATE <- $7
  20. MapOutput7 = $ESN <- $8
  21. MapOutput8 = $COS <- $[9]
  22. MapOutput9 = $CUSTOMER_NAME <- $10
  23. MapOutput10 = $ALT <- $11
  24. MapOutput11 = $LEC <- $12
  25. MapOutput12 = $ACTIONNOCALL <- CACHE
  26. MapOutput13 = $ACTIONCALL <- NONE
  27. MapOutput14 = $ACTIONCALLSIG <- START
  28. [WirelessParser]
  29. ParserType = PCRE
  30. Regex =([\d]{3})[\r\n](.{14})\s+(.{5})\s+(.{6})[\r\n](.{64})(.{18})(.{2,3})([\d]{5})\s([WV].*?)[\r\n](.*?)\s+P#(.*?)[\r\n]ALT#\s(.*?)\s+LEC:(.*?)[\r\n](.*?)[\r\n].*[\r\n].*[\r\n](.{11})\s(.*?)\s.*?[\r\n].*[\r\n].*[\r\n]
  31. MapOutput = $Channel <- ChannelMap <- $1
  32. MapOutput1 = $CALLERID <- Normalize <- $2
  33. MapOutput2 = $ANI_DATE <- $4
  34. MapOutput3 = $ANI_TIME <- $3
  35. MapOutput4 = $STREET_ADDRESS <- Normalize <- $5
  36. MapOutput5 = $CITY <- $6
  37. MapOutput6 = $STATE <- $7
  38. MapOutput7 = $ESN <- $8
  39. MapOutput8 = $COS <- $[9][13]
  40. MapOutput9 = $CUSTOMER_NAME <- $10
  41. MapOutput10 = $ALT <- $11
  42. MapOutput11 = $LEC <- $12
  43. MapOutput12 = $LOCATION <- ([13],[14])
  44. MapOutput13 = $ACTIONNOCALL <- CACHE
  45. MapOutput14 = $ACTIONCALL <- NONE
  46. MapOutput15 = $ACTIONCALLSIG <- START
  47. [ChannelMap]
  48. MapType = Lookup
  49. Map = 21 <- 201
  50. Map1 = 22 <- 202
  51. Map2 = 23 <- 203
  52. Map3 = 24 <- 204
  53. Map4 = 24 <- 205
  54. Map5 = 24 <- 206
  55. Map6 = 24 <- 207
  56. Map7 = 24 <- 208
  57. Map8 = 24 <- 209
  58. Map9 = 24 <- 210
  59. Map10 = 24 <- 211
  60. Default = -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement