A
A
atomos902018-04-02 23:38:58
Asterisk
atomos90, 2018-04-02 23:38:58

How to find out the real caller id?

There is a possibility of Caller id spoofing during an incoming call, how can you calculate the fact of a spoofed number? If possible, I would like to know the real number of the caller

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Gansterito, 2018-04-03
@Gansterito

It depends on how (and for what) the substitution was made.
If the call is "forwarded", then the real number may be in the Diversion header.

W
whiteadmin, 2018-04-03
@whiteadmin

exten => _X.,1,NoOp(num=${CALLERID(num)})
same => n,NoOp(name=${CALLERID(name)})
same => n,NoOp(ani=${CALLERID( ani)})
same => n,NoOp(rdnis=${CALLERID(rdnis)})
same => n,NoOp(all=${CALLERID(all)})
Something like this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question