Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.58 KB | None | 0 0
  1. MariaDB [asteriskcdrdb]> SELECT * FROM ( SELECT * FROM cdr ORDER BY clid DESC LIMIT 10 ) sub ORDER BY clid ASC;
  2. +---------------------+--------------------------------------------------------------+--------------+------+-------------------+----------------------------------+----------------------------------+------------+----------------------------------------------------------+----------+---------+-------------+----------+-------------+------------------+-----------+--------+-----------------------------------------------------------------+--------------+---------------------------------------------+---------------+---------------+----------+
  3. | calldate | clid | src | dst | dcontext | channel | dstchannel | lastapp | lastdata | duration | billsec | disposition | amaflags | accountcode | uniqueid | userfield | did | recordingfile | cnum | cnam | outbound_cnum | outbound_cnam | dst_cnam |
  4. +---------------------+--------------------------------------------------------------+--------------+------+-------------------+----------------------------------+----------------------------------+------------+----------------------------------------------------------+----------+---------+-------------+----------+-------------+------------------+-----------+--------+-----------------------------------------------------------------+--------------+---------------------------------------------+---------------+---------------+----------+
  5. | 2017-04-17 16:41:33 | "VW Polo кÑ?зовня | 5111" <+79216378505> | +79216378505 | 5113 | ext-local | Local/5113@from-queue-0000185c;2 | SIP/5113-0000148b | Dial | SIP/5113,15,trM(auto-blkvm)Ib(func-apply-sipheaders^s^1) | 116 | 103 | ANSWERED | 3 | | 1492436493.17732 | | | external-5113-+79216378505-20170417-164133-1492436493.17732.wav | +79216378505 | VW Polo кÑ?зовня | 5111 | | | |
  6. | 2017-04-23 15:22:23 | "whatnot" <whatnot> | whatnot | s | from-sip-external | SIP/78.155.212.60-0000b5a3 | | Congestion | 5 | 12 | 12 | ANSWERED | 3 | | 1492950143.50725 | | | | | | | | |
  7. | 2017-04-23 15:22:23 | "william" <william> | william | s | from-sip-external | SIP/78.155.212.60-0000b5a4 | | Congestion | 5 | 12 | 12 | ANSWERED | 3 | | 1492950143.50726 | | | | | | | | |
  8. | 2017-04-23 15:22:23 | "wilma" <wilma> | wilma | s | from-sip-external | SIP/78.155.212.60-0000b5a5 | | Congestion | 5 | 12 | 12 | ANSWERED | 3 | | 1492950143.50727 | | | | | | | | |
  9. | 2017-04-21 23:35:54 | "winter" <winter> | winter | s | from-sip-external | SIP/78.155.212.60-00001481 | | Congestion | 5 | 12 | 12 | ANSWERED | 3 | | 1492806954.7933 | | | | | | | | |
  10. | 2017-04-21 23:35:53 | "wsxqwe" <wsxqwe> | wsxqwe | s | from-sip-external | SIP/78.155.212.60-0000145d | | Congestion | 5 | 12 | 12 | ANSWERED | 3 | | 1492806953.7897 | | | | | | | | |
  11. | 2017-04-10 09:25:57 | "YANDEX_OPTIKA_NEW" <+79313560144> | +79313560144 | s | from-trunk | SIP/499_4041765-00006751 | | Playback | ss-noservice | 5 | 5 | ANSWERED | 3 | | 1491805557.73567 | | | | | | | | |
  12. | 2017-04-23 15:22:23 | "zap" <zap> | zap | s | from-sip-external | SIP/78.155.212.60-0000b5a9 | | Congestion | 5 | 12 | 12 | ANSWERED | 3 | | 1492950143.50731 | | | | | | | | |
  13. | 2017-04-21 16:33:27 | "|" <+> | + | 5112 | ext-local | Local/5112@from-queue-00000389;2 | SIP/5112-000008e1 | Dial | SIP/5112,15,trM(auto-blkvm)Ib(func-apply-sipheaders^s^1) | 51 | 41 | ANSWERED | 3 | | 1492781607.4084 | | | external-5112-+-20170421-163327-1492781607.4084.wav | + | | | | | |
  14. | 2017-04-21 16:33:18 | "|" <+> | + | 6668 | ext-queues | SIP/499_4040415-000008e0 | Local/5112@from-queue-00000389;1 | Queue | 6668,tC,,,120,,,,, | 60 | 60 | ANSWERED | 3 | | 1492781598.4082 | | 728042 | in-728042-+-20170421-163318-1492781598.4082.wav | + | | | | | |
  15. +---------------------+--------------------------------------------------------------+--------------+------+-------------------+----------------------------------+----------------------------------+------------+----------------------------------------------------------+----------+---------+-------------+----------+-------------+------------------+-----------+--------+-----------------------------------------------------------------+--------------+---------------------------------------------+---------------+---------------+----------+
  16. 10 rows in set (0.48 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement