Strange Records In Cdr
Hi, I have asterisk-server version of 1.8.11-cert7. When external enemy try to using it for calling, server write this string to log:
2014-03-13 09:56:04] VERBOSE[4754] pbx.c: — Executing [9810972592309759@from-sip-external:1] NoOp(“SIP/external-ip-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/external-ip-00065fd2”, “DID=9810972592309759”) in new stack
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: — Executing [9810972592309759@from-sip-external:3] Goto(“SIP/external-ip-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/external-ip-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/external-ip-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/external-ip-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/external-ip-00065fd2’
[2014-03-13 09:56:04] VERBOSE[4754] pbx.c: — Executing [h@from-sip-external:1] Hangup(“SIP/external-ip-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/external-ip-00065fd2’
It’s correct, such call don’t allowed , my money is safe.
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/ip-00065fd2 | Answer | 0 | 0 | ANSWERED |3 |
+———————+————-+—–+—–+——————-+—————————-+———+———-+———+————-+———-+
What is clid “100” <100>? Why it came from? No this source into log.
—
Игорь Гайсин
Email: igor.gajsin@tts.tv
Телефон: 8-499-967-77-97 (4096)
Должность: Системный администратор ООО “Бриллианит”
—
One thought on - Strange Records In Cdr
That is the Caller ID information for that channel.
—
Rusty Newton Digium, Inc. | Community Support Manager
445 Jan Davis Drive NW – Huntsville, AL 35806 – US
direct: +1 256 428 6200
Check us out at: http://digium.com & http://asterisk.org
—