Код: Выделить всё
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: -- Executing [9810972592309759@from-sip-external:1] NoOp("SIP/внешний-ип-сервера-00065fd2", "Received incoming SIP connection from unknown peer to 9810972592309759") in new stack
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: -- Executing [9810972592309759@from-sip-external:2] Set("SIP/внешний-ип-сервера-00065fd2", "DID=9810972592309759") in new stack
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: -- Executing [9810972592309759@from-sip-external:3] Goto("SIP/внешний-ип-сервера-00065fd2", "s,1") in new stack
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: -- Goto (from-sip-external,s,1)
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: -- Executing [s@from-sip-external:1] GotoIf("SIP/внешний-ип-сервера-00065fd2", "0?checklang:noanonymous") in new stack
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: -- Goto (from-sip-external,s,5)
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: -- Executing [s@from-sip-external:5] Set("SIP/внешний-ип-сервера-00065fd2", "TIMEOUT(absolute)=15") in new stack
[2014-03-13 09:56:04] VERBOSE[4754] func_timeout.c: Channel will hangup at 2014-03-13 09:56:19.412 MSK.
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: -- Executing [s@from-sip-external:6] Answer("SIP/внешний-ип-сервера-00065fd2", "") in new stack
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: == Spawn extension (from-sip-external, s, 6) exited non-zero on 'SIP/внешний-ип-сервера-00065fd2'
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: -- Executing [h@from-sip-external:1] Hangup("SIP/внешний-ип-сервера-00065fd2", "") in new stack
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: == Spawn extension (from-sip-external, h, 1) exited non-zero on 'SIP/внешний-ип-сервера-00065fd2'
Код: Выделить всё
mysql> select calldate, clid,src,dst,dcontext,channel,lastapp,duration,billsec,disposition,amaflags from cdr where calldate like '2014-03-13 09:56:04';
+---------------------+-------------+-----+-----+-------------------+----------------------------+---------+----------+---------+-------------+----------+
| calldate | clid | src | dst | dcontext | channel | lastapp | duration | billsec | disposition | amaflags |
+---------------------+-------------+-----+-----+-------------------+----------------------------+---------+----------+---------+-------------+----------+
| 2014-03-13 09:56:04 | "100" <100> | 100 | s | from-sip-external | SIP/ип-00065fd2 | Answer | 0 | 0 | ANSWERED | 3 |
+---------------------+-------------+-----+-----+-------------------+----------------------------+---------+----------+---------+-------------+----------+
1 row in set (45.14 sec)